Standard HTML question? Tables...?

Kaiden

New member
First of all, since I'm not sure how well I can explain it, this is basically what I want:

http://www.amazingsuperpowers.com/

Notice how all the text and pictures are seperated into their own phantom tables, not right on the background? That's what I want. I've done that, but I'm not sure how to control the size of the tables.

With the table set-up I have now, the table almost reaches from one side to the other and it leaves most of the page blank. I want a table about the same size as the one on the comic I linked too. The part with the actual comic on it.

How would I do this? What about the green tables on the sides, with the ads on them- how would I make my tables that size?

Thanks :)
I'm looking for the codes. Even without the exact dimensions, the codes to control the table sizes would help a lot.
 
try this,size of table control with %..... < t a b l e b o r d e r = " 1 " c e l l p a d d i n g = " 5 " c e l l s p a c i n g = " 5 " w i d t h = " 1 0 0 %" > < t r > < t d w i d t h = " 2 0 %" > T a b l e c e l l 1 < / t d > < t d > T a b l e c e l l 2 < / t d > < / t r > < / t a b l e >
 
Back
Top