reuber1
11-03-2006, 02:16 PM
Let me get one thing straight, this is off of a tutorial from ASP StoreFront, and a pretty lousy one I might add. So excuse the code, most of it is theirs, some of it is what I was told to add, and I've been kind of thrust into all of this web stuff recently...
http://64.198.195.247/?skinid=4
But there's that table on the left with the "Help & Info" box...in Firefox it's fine, but in IE it sticks out a bit.
Also I have been trying to make that table autostretch to the height of the page, but haven't been able to get that to work. Here's the code...
<tr>
<td valign="top" background="skins/skin_(!SKINID!)/images/Grey.gif"></td>
<td valign="top" background="skins/skin_(!SKINID!)/images/Grey.gif">
<span class="OrangeTitles">Help & Info</span><br><br>
<table width="99%" cellpadding="4" cellspacing="0" border="0">
<tr><td align="left" valign="top">
<span class="InfoText">
(!HELPBOX_CONTENTS!)
<br><br>
</span>
</td></tr></table>
</td>
<td height="100%" width="5" colspan="3" valign="top" background="skins/skin_(!SKINID!)/images/Grey.gif"> </td>
</tr>
<tr>
<td height="100%" colspan="3" valign="top" background="skins/skin_(!SKINID!)/images/Grey.gif"></td>
</tr>
<tr>
<td height="17" colspan="3"><img src="skins/skin_(!SKINID!)/images/rounded_buttom.gif" width="179" height="17"></td>
</tr>
</table>
</td>
http://64.198.195.247/?skinid=4
But there's that table on the left with the "Help & Info" box...in Firefox it's fine, but in IE it sticks out a bit.
Also I have been trying to make that table autostretch to the height of the page, but haven't been able to get that to work. Here's the code...
<tr>
<td valign="top" background="skins/skin_(!SKINID!)/images/Grey.gif"></td>
<td valign="top" background="skins/skin_(!SKINID!)/images/Grey.gif">
<span class="OrangeTitles">Help & Info</span><br><br>
<table width="99%" cellpadding="4" cellspacing="0" border="0">
<tr><td align="left" valign="top">
<span class="InfoText">
(!HELPBOX_CONTENTS!)
<br><br>
</span>
</td></tr></table>
</td>
<td height="100%" width="5" colspan="3" valign="top" background="skins/skin_(!SKINID!)/images/Grey.gif"> </td>
</tr>
<tr>
<td height="100%" colspan="3" valign="top" background="skins/skin_(!SKINID!)/images/Grey.gif"></td>
</tr>
<tr>
<td height="17" colspan="3"><img src="skins/skin_(!SKINID!)/images/rounded_buttom.gif" width="179" height="17"></td>
</tr>
</table>
</td>