Click to See Complete Forum and Search --> : My Preliminary Layout


nitek1982
04-03-2005, 10:56 PM
In the second phase of my site's design, I want to eliminate or futher narrow that white strip of space between the two table rows. I'm aiming to have the large splash image contiguous with the navigation bar. What procedure should I use to rectify that little flaw?

http://www.geocities.com/dewaynenickles16/TheLexusCenter.html

mtgentry
04-05-2005, 05:35 PM
Not positive this is the white space youre talking about but...
put this code between <head> and </head> on your page.





body {
margin-left: 0px;
margin-top: 0px;
}
-->
</style>