tekni
05-12-2006, 05:35 PM
Ok, i'm trying to do the template for cutenews and I want to know why the content space isn't going 100%.
Link
http://www.xvisor.connect-hosting.com/news.php
Template Code
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><td width="8"><img src="img/tableft.gif" width="8" height="18"></td>
<td class="style17" style="background: #5d90a6; font-family: Verdana; font-size: 10px"><span class="style19"><strong>{title}</strong> - <i>{date} </span></td>
<td width="8"><img src="img/tabright.gif" width="8" height="18"></td>
</tr></table>
<table border="0" width="420" cellspacing="1" cellpadding="3">
<tr>
<td width="100%" class="style17" style="font-family: Verdana; font-size: 10px">
{short-story}</td>
</tr>
<tr>
<td width="100%">
<table border="0" style="border-top: 1px dotted #f2f3f3" width="408" cellspacing="0">
<tr>
<td width="100%" class="style17" style="font-family: Verdana; font-size: 10px">
<i>{date} by {author}<br> </td><td width="100%" class="style17" style="font-family: Verdana; font-size: 10px"><div align=right>
[full-link]Read More ...[/full-link] [com-link]comments ({comments-num})[/com-link]<br>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
+Rep to answers that get anywhere.
Link
http://www.xvisor.connect-hosting.com/news.php
Template Code
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><td width="8"><img src="img/tableft.gif" width="8" height="18"></td>
<td class="style17" style="background: #5d90a6; font-family: Verdana; font-size: 10px"><span class="style19"><strong>{title}</strong> - <i>{date} </span></td>
<td width="8"><img src="img/tabright.gif" width="8" height="18"></td>
</tr></table>
<table border="0" width="420" cellspacing="1" cellpadding="3">
<tr>
<td width="100%" class="style17" style="font-family: Verdana; font-size: 10px">
{short-story}</td>
</tr>
<tr>
<td width="100%">
<table border="0" style="border-top: 1px dotted #f2f3f3" width="408" cellspacing="0">
<tr>
<td width="100%" class="style17" style="font-family: Verdana; font-size: 10px">
<i>{date} by {author}<br> </td><td width="100%" class="style17" style="font-family: Verdana; font-size: 10px"><div align=right>
[full-link]Read More ...[/full-link] [com-link]comments ({comments-num})[/com-link]<br>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
+Rep to answers that get anywhere.