I'm going to be honest and say you need to rethink this... first off get rid of the <TD... you can modify this and using CSS achieve what you need with <DIV... I think your still stuck in vB3 mode and need to get into vB4 gear

. No worries we are here to help, what we need to do is make it so this is done correctly with minimum edits

.
Please post your CSS definitions and any other template edits you have performed and I'm assuming by the commented code this is for
http://www.midlifebachelor.com/forum...isplay.php?f=2 and you have a test site up... remember it's not the best to copy version 3 code into version 4 or go about things in the same way you must think ahead a little
Once you post that info we can work on how your going about this

.
Edit: Also in vB4 you can comment out code using:
Code:
<vb:comment> Hide this from browsers and source code </vb:comment>
Where as the regular method of commenting out code or adding in reference notes i.e. <!-- Blah Blah --> will still show in browsers/source etc.