Quote:
Originally Posted by bzcomputers
HTML Code:
<table>
<tr>
<td style="min-width:XXXpx">@vbbanners:0@</td><td style="min-width:XXXpx">@vbbanners:0@</td>
</tr>
</table>
Then just set "XXX" to whatever minimum width you want the banners to be. You can also add additional styling such as "max-width", or "width", then possibly "padding" etc. to get the exact look and spacing you want.
|
OK I ended up with this code however when I reduce the size of my browser the banners dont adjust themself to the size of the foum so they overlap the edge of the forum. Any idea what I need to add to have the banners resize as I reduce the size of the browser window
HTML Code:
<html>
<head>
<title>Support Our Sponsors</title>
</head>
<body>
<table align="center" style="height: 60px; width: 640px;" summary="On your next purchage concider choosing our Sponsors">
<caption dir="rtl" style="text-align: justify;">
<cite><span style="font-size:12px;"><span style="color: rgb(0, 0, 0);"><strong style=""><a href="http://www.mysite.com/forums/vendor/list-by-alpha" style="" target="_self">Support Our Sponsors</a> <a href="http://www.mysire.com/forums/vendor/register" style="" target="_self">Become a Sponsor</a></strong></span></span></cite></caption>
<tbody>
<tr>
<td style="min-width: 460px; text-align: center;">
@vbbanners:0@ </td>
<td style="min-width: 460px; text-align: center;">
@vbbanners:0@</td>
</tr>
</tbody>
</table>
<p style="text-align: center;">
</body>
</html>