Mihalis
Wed 25th Feb '09, 1:13pm
Hello,
I would like to ask for some help if possible, i hope this is the right place to ask. I have made three banners to introduce our forum articles in the front page. To do that I have created a new template and used it in the appropriate module for my portal. The problem is when I change the width (shrinking the window width) of the browser window, one of the three banners "jumps" below instead of staying in the same row with the other 2 banners.
I was wondering if there is some code that i could use to prevent that, so my banners will stay fixed although i shrink the browser window size.
Heres my code:
<tr>
<td class="$bgclass">
<center>
<a href="http://www.mysite.com/forum/showthread.php?t=35"><img src="http://mysite.com/highlights/1.png" width="293" height="166" alt="banner1" border="0"/></a> <a href="http://www.mysite.com/forum/showthread.php?t=605"><img src="http://mysite.com/highlights/2.png" width="293" height="166" alt="banner2" border="0"/></a> <a href="http://www.mysite.com/forum/showthread.php?t=227"><img src="http://mysite.com/highlights/3.png" width="293" height="166" alt="banner3" border="0"/></a>
</center>
</td>
</tr>
Thank you!
I would like to ask for some help if possible, i hope this is the right place to ask. I have made three banners to introduce our forum articles in the front page. To do that I have created a new template and used it in the appropriate module for my portal. The problem is when I change the width (shrinking the window width) of the browser window, one of the three banners "jumps" below instead of staying in the same row with the other 2 banners.
I was wondering if there is some code that i could use to prevent that, so my banners will stay fixed although i shrink the browser window size.
Heres my code:
<tr>
<td class="$bgclass">
<center>
<a href="http://www.mysite.com/forum/showthread.php?t=35"><img src="http://mysite.com/highlights/1.png" width="293" height="166" alt="banner1" border="0"/></a> <a href="http://www.mysite.com/forum/showthread.php?t=605"><img src="http://mysite.com/highlights/2.png" width="293" height="166" alt="banner2" border="0"/></a> <a href="http://www.mysite.com/forum/showthread.php?t=227"><img src="http://mysite.com/highlights/3.png" width="293" height="166" alt="banner3" border="0"/></a>
</center>
</td>
</tr>
Thank you!