Click to See Complete Forum and Search --> : Background Color Tables
lostwebber
09-15-2007, 04:35 PM
Well no, it isn't quite that simple. I have multiple tables on this page and I am trying to add a uniform bgcolor for the entire page including all tables. No matter what I do or where I place the code, I have been unable to color one section of the page. It is at the top of the Body Section. I have tried everything I can think of, placed the bgcolor code in all the tables that would-should control this area but to no avail. Anybody have the time to look and see what they can find?
http://www.drhakes.com/about1.html
TIA
:o
WebJoel
09-15-2007, 04:58 PM
I am unfamiliar with this !doctype...
lostwebber
09-15-2007, 06:30 PM
I am unfamiliar with this !doctype...
I changed it to one you may be more familiar with. When I am working on a page and it is not part of an active web site, I do not worry too much with the tags.
Sorry about that.
:(
WebJoel
09-15-2007, 06:55 PM
....</style>
</head>
<a name="#TOP">
<body bgcolor="#3399FF" topmargin="0" leftmargin="0">
<table border="0".... A few 'warnings' to work on... like, content cannot occur before the opening "<body>". (and the anchor has no closure so technically if this did work, the entire page would act as a single clickable link..)