|
|
#1 |
|
in need of banned aid
Join Date: Mar 2001
Location: over the rainb... uh... nevermind
Posts: 2,712
|
Help with tables (HTML)
is there a way to write text inside tables when theres an image behind?
[edit] im thinking CSS, confirm please [/edit] |
|
|
|
|
|
#2 |
|
Stereotype?
(Forum King) Join Date: Jan 2001
Location: Ware, England
Posts: 3,511
|
Can you not just apply a background colour to the cell, or use a colour of text that shows up? Am I missing something. Probably...
|
|
|
|
|
|
#3 |
|
in need of banned aid
Join Date: Mar 2001
Location: over the rainb... uh... nevermind
Posts: 2,712
|
ok, ill explain, im using a GuiStuff interface for my site, it has a long header graphic.... instead of editing it in a GFX editor, i thought about typing text on it
can HTML or CSS do that? |
|
|
|
|
|
#4 |
|
Stereotype?
(Forum King) Join Date: Jan 2001
Location: Ware, England
Posts: 3,511
|
Like this:
http://www.tonwell.net You could not have a background colour to the table, and just have plain text on an image... |
|
|
|
|
|
#5 |
|
wwwyzzerdd
(Forum King) Join Date: May 2003
Posts: 3,458
|
just <table background="http://filenamehere.jpg">
![]() "Oh BTW. How do you say 'stop throwing shit at the side of my house' in spanish?" Check out my music |
|
|
|
|
|
#6 | |
|
Stereotype?
(Forum King) Join Date: Jan 2001
Location: Ware, England
Posts: 3,511
|
Quote:
|
|
|
|
|
|
|
#7 |
|
in need of banned aid
Join Date: Mar 2001
Location: over the rainb... uh... nevermind
Posts: 2,712
|
*starts up photoshop*
thanks guys
|
|
|
|
|
|
#8 |
|
wwwyzzerdd
(Forum King) Join Date: May 2003
Posts: 3,458
|
Why the frowny face? I told you how to put text over an image in a table.
If you want it in a specific td (or tr) just go <td background="http://asdas.dasd"> ![]() "Oh BTW. How do you say 'stop throwing shit at the side of my house' in spanish?" Check out my music |
|
|
|
|
|
#9 | |
|
Stereotype?
(Forum King) Join Date: Jan 2001
Location: Ware, England
Posts: 3,511
|
Quote:
)o: I no understand... You could either use layers, or you could use tables like squakmax suggests... Depends whether you need the image to dynamically resize when people with different screen sizes view it. Or do we have the wrong end of the stick about what you're wanting? |
|
|
|
|
|
|
#10 |
|
in need of banned aid
Join Date: Mar 2001
Location: over the rainb... uh... nevermind
Posts: 2,712
|
ok, you didnt understand me then, the frowny face was because i got a little dissapointed, nothing against any of you
![]() [edit] 1.)Does layers relate to CSS? 2.) squak, ill try your suggestion now [/edit] [edit2] hey squak, it worked!!!! i owe you one [/edit2] |
|
|
|
|
|
#11 | |
|
not fucked, not quite.
(Forum King) |
Quote:
You could put them both inside of a div, and absolutely position the image\text inside of the div. That's probably not the best solution, but I really don't understand what the hell you're trying to do. You could also put them inside a div, and make the background of the div the image, and just put text inside the div. <style type="text/css"> .header { background-image: url("blah.jpg") no-repeat; } </style> ... <div class="header">...</div> |
|
|
|
|
|
|
#12 | |
|
Stereotype?
(Forum King) Join Date: Jan 2001
Location: Ware, England
Posts: 3,511
|
Quote:
|
|
|
|
|
|
|
#13 | |
|
wwwyzzerdd
(Forum King) Join Date: May 2003
Posts: 3,458
|
Quote:
![]() "Oh BTW. How do you say 'stop throwing shit at the side of my house' in spanish?" Check out my music |
|
|
|
|
|
|
#14 |
|
in need of banned aid
Join Date: Mar 2001
Location: over the rainb... uh... nevermind
Posts: 2,712
|
an heres the result, i got TONS to still work on...
see the header on top? i planted the text like you said |
|
|
|
|
|
#15 |
|
in need of banned aid
Join Date: Mar 2001
Location: over the rainb... uh... nevermind
Posts: 2,712
|
attachment:
|
|
|
|
|
|
#16 |
|
not fucked, not quite.
(Forum King) |
Yay, you used tables and you're mixing layout with markup.
|
|
|
|
|
|
#17 | |
|
Forum King
Join Date: Aug 2002
Posts: 7,267
|
Quote:
Freedom of speech is the basic freedom of humanity. When you've lost that, you've lost everything. 1\/\/4y 34|<$p4y 1gp4y 33714y, 0d4y 0uy4y? | Roses are #FF0000; Violets are #0000FF; chown -R ${YOU} ~/base The DMCA. It really is that bad. : Count for your life. |
|
|
|
|
|
|
#18 |
|
Major Dude
Join Date: Jun 2004
Location: Australia,
Posts: 1,352
|
erm, notice: DONT USE TABLES... use DIV + CSS or aT LEAST PHP!!! + CSS... TABLES AREN'T FLEXIBLE... TO SOME PEOPLE AT 800x600 this wouldn't fit right..!!!!
i am not normal, no really. |
|
|
|
|
|
#19 |
|
Major Dude
Join Date: May 2001
Location: 2001:4978:20f::/48
Posts: 1,244
|
PHP is a server-side programming language, not a way of formatting websites. It is generally never needed unless you have a highly dynamic website (like a blog or forum/message board system).
Plus, you don't have to shout for somebody to hear you over the Internet. |
|
|
|
|
|
#20 |
|
not fucked, not quite.
(Forum King) |
Uhh..
You can't make a webpage without HTML, matt. PHP + CSS wouldn't get you anywhere. PHP is a server side scripting language. //damnit |
|
|
|
|
|
#21 |
|
Major Dude
Join Date: May 2001
Location: 2001:4978:20f::/48
Posts: 1,244
|
![]() Anybody want make a little bet that matt doesn't know how to make a worthwhile program in PHP (or any standard* programming language for that matter)? (I don't know PHP myself, but I don't make it sound like I do) *standard = widely used (C/++/#, Java, PHP, Perl, Python, etc.) |
|
|
|
|
|
#22 |
|
not fucked, not quite.
(Forum King) |
If only "die()" worked on people.
|
|
|
|
|
|
#23 |
|
Major Dude
Join Date: Jun 2004
Location: Australia,
Posts: 1,352
|
ohh well i guess html is the base like xml is an communication transfers...
i am not normal, no really. |
|
|
|
|
|
#24 |
|
wwwyzzerdd
(Forum King) Join Date: May 2003
Posts: 3,458
|
"is an communication transfers..."
1: is A (not an because the next word doesnt start in a consonant). 2: You cant go from singular ("A" or "An") to plural ("transfers") ![]() "Oh BTW. How do you say 'stop throwing shit at the side of my house' in spanish?" Check out my music |
|
|
|
|
|
#25 | |
|
Major Dude
|
Quote:
Words are very unnecessary, they can only do harm, so enjoy the silence - Depeche Mode Firemonger Project: Help spread Firefox |
|
|
|
|
|
|
#26 |
|
Major Dude
Join Date: Jun 2004
Location: Australia,
Posts: 1,352
|
Why is another persons grammar SOOO important?
i am not normal, no really. |
|
|
|
|
|
#27 |
|
Forum Domo
Join Date: Jan 2004
Location: Everyone, get over here for the picture!
Posts: 4,329
|
To properly communicate ideas.
elevatorladyelevatorladyelevatorladyelevatorladyelevatorladylevitateme |
|
|
|
|
|
#28 |
|
Major Dude
Join Date: Jun 2004
Location: Australia,
Posts: 1,352
|
Ok, you win I'm just lazy....
i am not normal, no really. |
|
|
|
|
|
#29 |
|
Forum King
Join Date: Jun 2003
Location: Milwaukee
Posts: 4,577
|
use tables, screw standards
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|