Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Website Design/Showcase (http://www.chiefdelphi.com/forums/forumdisplay.php?f=64)
-   -   Code problem (http://www.chiefdelphi.com/forums/showthread.php?t=23987)

iBob 17-01-2004 01:06

Code problem
 
Seems i'm missing something... I've got this page I'm trying to work with, I'm playing with php and html. http://scnc.jefferson.k12.mi.us/phpi...ate=2004 0117 I can't seem to find where I'm going wrong. I want the design, the yellow to continue across, as far as i can tell it should. I set that table to be 100%... but its not working... anyone see where I'm going wrong?

miketwalker 17-01-2004 01:15

Re: Code problem
 
If you go on your html page, and scroll down to where your links are... on that bar.... you will see this:
Code:

<td colspan="2" bgcolor="#FFCC00">
simply change it to this:

Code:

<td colspan="3" bgcolor="#FFCC00">
That will fix your problem. Good luck.

deltacoder1020 17-01-2004 01:17

Re: Code problem
 
only thing i could think of is that somehow you have 3 cells in the row that contains the main content, because the "Site Map" link is also not on the far side, and where the yellow stops is exactly where the calendar column begins, which points strongly towards a third column there (which the colspan="2" isn't handling)

you could try just changing the colspan="2" to colspan="3"

--edit--
heh, we both managed to post at the same time ;)

iBob 17-01-2004 14:14

Re: Code problem
 
Quote:

Originally Posted by miketwalker
If you go on your html page, and scroll down to where your links are... on that bar.... you will see this:
Code:

<td colspan="2" bgcolor="#FFCC00">
simply change it to this:

Code:

<td colspan="3" bgcolor="#FFCC00">
That will fix your problem. Good luck.

Thanks miketwalker, that did the trick.


All times are GMT -5. The time now is 13:42.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi