|
|
|
|
#1 | |
|
wwwyzzerdd
(Forum King) Join Date: May 2003
Posts: 3,458
|
Table images in html
Goddamnit. paste this into an html editor,
Quote:
|
|
|
|
|
|
|
#2 |
|
Followed by Gnomes
(Forum King) Join Date: Dec 2000
Location: West Virginia Googolplex: 10^10¹°° FB:/SSJ4.DominusDeus DeviantArt: DominusDeus XboX GT: A Wild Meeseeks Playstation 4: DominusDeus
Posts: 7,162
|
<html>
<body> <table border="2" cellpadding="0" cellspacing="0"> <tr><td align="center"> <img src="asdasda.bmp"> </td></tr> </table> </body> </html>
|
|
|
|
|
|
#3 |
|
wwwyzzerdd
(Forum King) Join Date: May 2003
Posts: 3,458
|
whoops, do it with cellpadding = 0.
try it...It doesnt work. |
|
|
|
|
|
#4 |
|
not fucked, not quite.
(Forum King) |
Tables.... You're joking right?
![]() www.w3schools.com |
|
|
|
|
|
#5 | |
|
wwwyzzerdd
(Forum King) Join Date: May 2003
Posts: 3,458
|
Quote:
|
|
|
|
|
|
|
#6 |
|
n00b eater
(Member) Join Date: Nov 2001
Posts: 282
|
<div> 4 LIFE!
|
|
|
|
|
|
#7 |
|
not fucked, not quite.
(Forum King) |
</div>
|
|
|
|
|
|
#8 |
|
Followed by Gnomes
(Forum King) Join Date: Dec 2000
Location: West Virginia Googolplex: 10^10¹°° FB:/SSJ4.DominusDeus DeviantArt: DominusDeus XboX GT: A Wild Meeseeks Playstation 4: DominusDeus
Posts: 7,162
|
Hey now, I like tables.
This works for me: <html> <body> <TABLE BORDER="1"> <TR><TD ALIGN="center"><IMG SRC="WHATEVER.EXT"></TD></TR> </TABLE> </body> </html>
|
|
|
|
|
|
#9 | |
|
wwwyzzerdd
(Forum King) Join Date: May 2003
Posts: 3,458
|
odd... That works for me too, but this doesnt:
Quote:
.... ... ..
|
|
|
|
|
|
|
#10 |
|
wwwyzzerdd
(Forum King) Join Date: May 2003
Posts: 3,458
|
nvm.
|
|
|
|
|
|
#11 |
|
not fucked, not quite.
(Forum King) |
Attributes go in quotation marks, and you should specify a unit (px, in, em, etc) and don't space it.
<table border="1px"> |
|
|
|
|
|
#12 |
![]() Join Date: Jun 2000
Posts: 60,839
|
Afaik, if you don't specify a unit, it will automatically use the value as pixels. But anyways, that's beside the point.
And I like tables. Tables are actually quite useful if you know how to use them well. And they can make some kickass layouts. |
|
|
|
|
|
#13 |
|
not fucked, not quite.
(Forum King) |
W3C says you should specify a unit, but yes, if you don't it defaults to px.
Divs can also make kickass layouts.. Just browse the designs on www.oswd.org, and see. |
|
|
|
|
|
#14 |
![]() Join Date: Jun 2000
Posts: 60,839
|
I have seen. And I know. I didn't dispute that divs can make good layouts also. I simply said that tables can be used to make kickass layouts if you know what you're doing.
* sgtfuzzbubble99 thwaps idiot with a large <table>
|
|
|
|
|
|
#15 | |
|
not fucked, not quite.
(Forum King) |
http://www.htmlite.com/SD008.php
Quote:
|
|
|
|
|
|
|
#16 |
|
wwwyzzerdd
(Forum King) Join Date: May 2003
Posts: 3,458
|
quote:
-------------------------------------------------------------------------------- Easy so far? Good. You don't have to go overboard and kill all of your tables. Just the ones you are using to create a layout effect. Tables are still great tools when it comes to showing a set of values in that type of layout. Basically though, tables are supposed to be used for organizing data, not for the entire content of a webpage. -------------------------------------------------------------------------------- pff... says you |
|
|
|
|
|
#17 | |
![]() Join Date: Jun 2000
Posts: 60,839
|
Quote:
|
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|