Click to See Complete Forum and Search --> : Page Face-Lift


jzimmer
05-02-2003, 04:28 PM
Basically what I'm trying to do is layout my entire page in a table. But when trying to piece graphics into the cells the table border separates them. I've tried:

<Table Border="0">

and

<Table Rules="none">

But there is still a divider.
Am I just doing this wrong to start with or is there a way to make this work.

A sample of what I'm trying to do is at:

www.web-ant.com/index2.html

Thanks in advance for any help/advise.

-Jeremy-

jzimmer
05-02-2003, 05:16 PM
CELLSPACING="0" CELLPADDING="0"

took care of some but not all of my troubles.

jzimmer
05-02-2003, 06:46 PM
I found one of my data cells had a Width="640". I removed that and everything snapped into place.