It seems like more of a margin, padding, height, and width issue now. Do I need to modify that aspect and if so, do i have it correctly added in the extra css definitions. It seems like that code is not being accessed.
HTML Code:
#headerleft
{
margin: 5px 10px 10px;
padding: 8px 10px 12px 10px;
height: 200px;
width: 200px;
}
#header
{
margin: 5px 10px 10px;
padding: 8px 10px 12px 10px;
height: 200px;
width: 200px;
}
#headerright
{
width: 355px;
height: 175px;
margin-top:7px;
}
--------------- Added [DATE]1298671782[/DATE] at [TIME]1298671782[/TIME] ---------------
By image, do you mean div to div such as:
><div id="headerleft" align="left"><a name="top" href="index.php"><img src="$stylevar[imgdir_misc]/tell.png" alt="" border="0"></a></div>
If so, how do I include the "align="? to position all 3 correctly with the same tr?
--------------- Added [DATE]1298672055[/DATE] at [TIME]1298672055[/TIME] ---------------
Theres' alot of guts surrounding my images. Where does all that go? Do I remove and just use image like this?
HTML Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="$stylevar[imgdir_misc]/tell.png" alt="" border="0"><img src="$stylevar[imgdir_misc]/travel.png" alt="" border="0"><img src="$stylevar[imgdir_misc]/santorini.png" alt="" border="0"></td>
</tr>
</table>