Click to See Complete Forum and Search --> : Help with extra and missing thing...


Lost_comp
07-28-2003, 02:40 PM
Its above the reunion news and not there between dinner survey and our class yesterday. where is the problem in the code.:confused:

Lost_comp
07-28-2003, 05:10 PM
bump

pyro
07-28-2003, 05:30 PM
You forgot the opening <td>, but might I suggest using CSS to layout the page?

BTW, I see this <COLOR="NAVY"> in there... That is definitly not valid, and won't even work. Maybe you ment <span style="color: #000080;"></span>

Lost_comp
07-28-2003, 06:47 PM
coo thanks, here's what im also trying 2 do...The | above reunion, how do I move it in between Dinner Survey and Our Class today :confused:

pyro
07-28-2003, 06:53 PM
I already told you what the problem was... You missed an opening <td>. The one you need to add is in bold...

<TD><A href="file:///A:/html%20chapter%205/survey2.html"
target=win-main>Dinner Survey</A></TD><TD>|</TD>
<TD><A href="file:///A:/html%20chapter%205/yesterday.html"
target=win-main>Our Class Yesterday</A></TD>

Lost_comp
07-28-2003, 06:55 PM
Sorry I 4got 2 edit ....:D I got it done. Thanks again

pyro
07-28-2003, 06:56 PM
You're welcome