Originally Posted by
itsnflanders
No problemo. Good luck with further development of your website.

The "headline" is still not following the width...
index with news:
Code:
<div class="news">
<div class="newstop"><br /></div>
<div class="headline">
<span class="headline"><?php echo $row_news['headline']; ?></span>
<?php echo $row_news['content']; ?>
<br />
<a><?php echo $row_news['author']; ?></a>
</div>
<div class="newsbot"><br /></div>
</div></tr>
Css for content:
.newscontent {
height:auto;
text-align:center;
max-width:500px;
color:white;
background-color:#0f253a;
}
css for headline
.headline {
max-width:500px;
}