Dumb question

liunx

Guest
I want there not to be a line seperating the top left and bottom left colmns. I want the antique white color to be uniform on that side of the page... it's just not working. Help!!!<br />
This is the page (<!-- m --><a class="postlink" href="Http://www.24brownstreet.com/template2.htm">Http://www.24brownstreet.com/template2.htm</a><!-- m -->) Thanks!<br />
~~~Nicole~~~<!--content-->If I understnd correctly what you are referring to,<br />
add this line of code in your table element<br />
cellspacing="0"<br />
something like<br />
<table cellspacing="0" border="0"><!--content-->Nicole,<br />
How about trying a non-table option:<br />
<body style="background: #fff url('bg.gif') repeat-y"><br />
<div><img src=http://www.webdeveloper.com/forum/archive/index.php/"logo.jpg" alt="24 Brown Street Inc"></div><br />
<div style="float: left"><img src=http://www.webdeveloper.com/forum/archive/index.php/"smalllamp.gif" usemap="#smalllamp" alt="nav"></div><br />
<div style="margin-left: 200px"><!-- Main Contents --></div><br />
<br />
Now tell me, isn't that better than using tables?<br />
-----<br />
Coming to your question: when border, cellpadding and cellspacing are not mentioned explicitly, they default to 1.<!--content-->bg.gif is 200px wide (any height: say 15px) gif with antique white color.<!--content-->khalidali63--That did the trick, I knew there was something little that I should've changed. Thank you. <br />
nkaisare--Believe me, I really do not like using tables for layouts, but my boss had me learn them and is having me work with them for a little while longer before I "go all crazy on him and try more CSS than tables. <br />
At some point, I want to totally get away from them, but I am working with them for a little while.<br />
Thanks to you both, you really are awesom HTML people!<br />
See Ya!<br />
~~~Nicole~~~<!--content-->
 
Back
Top