PDA

View Full Version : Need help with a table not collapsing


Grunt
03-29-2003, 05:50 PM
im making a template to allow users to request a yourname@yoursite.com email address, but having problems getting a table to collapse correctly..its basically a modification of the 'report this post' template with a form field inserted. Whats giving me problems i think is the $login variable (which if im not mistaken includes its own table).

If someone is feeling kind, could i get a hand?

Logikos
04-03-2003, 02:59 AM
im making a template to allow users to request a yourname@yoursite.com email address, but having problems getting a table to collapse correctly..its basically a modification of the 'report this post' template with a form field inserted. Whats giving me problems i think is the $login variable (which if im not mistaken includes its own table).

If someone is feeling kind, could i get a hand?



Heres a screen shot of what i got from your code. How do you want it?

Grunt
04-08-2003, 02:53 AM
asthetically it looks fine, however the table is not collapsing as it should..try resizing your explorer window to see what i mean

Logikos
04-08-2003, 03:19 AM
Try using this style="border-collapse: collapse"

Some what like i have it done below


<td rowspan="9" colspan="7" valign="top" border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#ffffff" width="100%" height="100%" bgcolor="#E3E4E8">

Hope this helps

Grunt
04-08-2003, 03:28 AM
that did it..thanks for the html class :) appreciate it :)

Logikos
04-08-2003, 06:05 PM
Anytime! :P