View Full Version : Please help me with the coding!!


syaoranclow
06-26-2005, 12:11 AM
Here is the link to the page:

http://www.freewebs.com/syaoranclow/Testing.htm

I'd like the MAIN to be the same height as the NEOPETS GRAPHICS but I have no clue how to do it. The WELCOME part is okay.

pb&j
06-26-2005, 07:51 AM
try adding this to the TD tags holding the inner ones...

valign="top"

syaoranclow
06-26-2005, 12:45 PM
try adding this to the TD tags holding the inner ones...

valign="top"

I don't really get how to put it in... I tried but nothing happened... maybe I did it wrong? Please help.

pb&j
06-26-2005, 02:29 PM
find this part...
<td>&nbsp;[x] <A href="http://www.freewebs.com/syaoranclow/index.htm">Home</A><br />&nbsp;[x]

and add it in...
<td valign="top">&nbsp;[x] <A href="http://www.freewebs.com/syaoranclow/index.htm">Home</A><br />&nbsp;[x]

syaoranclow
06-26-2005, 05:07 PM
find this part...
<td>&nbsp;[x] <A href="http://www.freewebs.com/syaoranclow/index.htm">Home</A><br />&nbsp;[x]

and add it in...
<td valign="top">&nbsp;[x] <A href="http://www.freewebs.com/syaoranclow/index.htm">Home</A><br />&nbsp;[x]

I did that and it didn't work. I also tried that with the WECOME message and it didn't work either... :sad:

syaoranclow
06-27-2005, 02:07 PM
Never mind, I fixed it. Thanks for your help!