
MayDay
User
Oct 8, 2004, 4:58 PM
Post #3 of 4
(6390 views)
Shortcut
|
Cliff, As I said in my post, I tried changing the height of the table and it does a strange thing. In the table cell at the bottom of the header is some text "Close Window". It is hidden, even though the table in the template is appropriate. My code: <table width=100% height="75" border=0 cellpadding=0 cellspacing=0> <tr> <td align="left" valign="top"><img src="/sccd/images/sccdlogo.gif" width="202" height="50" hspace="20"></td> <td width=99% align="center" valign="middle"> <p><font color="ffcc33" size=4 face="Arial, Helvetica, sans-serif"><b>$group_name$</b></font><br> <font color="ffffb4" size=2 face="verdana,arial, helvetica"><b>$group_subheading$</b></font><br> </p> </td> </tr> <tr valign="middle"> <td height="18" colspan=3 bgcolor="#000000"><img src="$imageurl$spacer.gif" width="25" height=18 align="absmiddle"><font color="#FFFFB4" size="1" face="Arial, Helvetica, sans-serif"><a href="javascript:window.close();"><strong>Close This Page</strong></a></font></td> </tr> </table> This should be enough height to show the black table row. HELP! Thanks, Robert
(This post was edited by MayDay on Oct 9, 2004, 10:59 PM)
|