hello
it's worlks fine but when the name of my photo is long , the collumn stretch larger
see
how to make it not to stretch ?
this is my code
Code:
<!-- peterska2 side column -->
<table border="0" width="100%" align="center">
<tr>
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" align="center">
$sidecolumn
</table>
</td>
<td>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<!-- / peterska2 side column -->
Code:
<tr>
<td class="alt1">
<a href="http://www.colleurs-de-plastique.com/rss/ajoutrss.html"><img src="http://www.colleurs-de-plastique.com/rss/galerie_rss.jpg" alt="ajouter les dernieres photos sur votre site !" width="85" height="15" border="0" /></a>
<script language="JavaScript" src="http://www.colleurs-de-plastique.com/rss/feed2js/feed2js.php?src=http%3A%2F%2Fwww.colleurs-de-plastique.com%2Fgalerie%2Frss.php%3Ftype%3Drss2&num=5&html=a" type="text/javascript"></script>
<noscript>
<a href="http://www.colleurs-de-plastique.com/rss/feed2js/feed2js.php?src=http%3A%2F%2Fwww.colleurs-de-plastique.com%2Fgalerie%2Frss.php%3Ftype%3Drss2&num=5&html=y">View RSS feed</a>
</noscript>
</td>
</tr>
<tr>
<td class="alt1">
<a href="http://xxx.com/rss/ajoutrss.html#reviewkit"><img src="http://xxx.com/rss/reviewkit_rss.jpg" alt="ajouter les dernieres reviews sur votre site !" width="85" height="15" border="0" /></a>
<script language="JavaScript" src="http://xxx.com/rss/feed2js/feed2js.php?src=http%3A%2F%2Fwww.colleurs-de-plastique.com%2Freviewkit%2Frss.php%3Ftype%3Drss2&num=5&html=a" type="text/javascript"></script>
<noscript>
<a href="http://xxx.com/rss/feed2js/feed2js.php?src=http%3A%2F%2Fwww.colleurs-de-plastique.com%2Freviewkit%2Frss.php%3Ftype%3Drss2&num=5&html=y">View RSS feed</a>
</noscript>
<script type="text/javascript"><!--
google_ad_client = "pub-4388736907268564";
google_ad_width = 120;
google_ad_height = 90;
google_ad_format = "120x90_0ads_al";
google_ad_channel ="";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "FFFFFF";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
THANKS