Log in

View Full Version : Little Help?



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.

omgDAN!
05-12-2006, 05:39 PM
I don't understand what you mean?

tekni
05-12-2006, 05:46 PM
You see the full story, posted by and comments text, that's not going 100%.

:Blobbed
05-12-2006, 05:47 PM
Its because your using align right, try a diff way, i think.

omgDAN!
05-12-2006, 05:53 PM
<table width="100&#37;" 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 width="100%">
[full-link]Read More ...[/full-link] [com-link]comments ({comments-num})[/com-link]<br>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />

tekni
05-12-2006, 05:53 PM
I've figured it out, thanks for helping anywho's <3

Thread locked.

Want to hide these adverts? Register an account for free!