Quote:
Originally Posted by Freesteyelz
Yes but you can always stretch the image. If your using the <img> tag then set the width in the tag. Something like:
Code:
<img src="image_URL_here.gif/jpg" width="700px" class="img" />
Then in Main CSS (Additional CSS Definitions):
It will distort your image, however, if it's stretched forcefully.
|
Ok but how does that work with what you told me above?
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td style="text-align:center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
</table>
<!-- /logo -->
I replace
Code:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />
with what you said? I don't get that as they appear to be completely different statements. Oh wait..the CSS call covers the border statement..but what about the $stylevar[titleimage] and alt="$vboptions[bbtitle] stuff...?