css layout - break down
- by Luke
So I am trying to get the effect of having two frames inside a 750px wide frame.
.news {width: 750px;}
.news1 {width:550px;}
.news2 {width:200px;}
Very simple css at this stage.
The html/php:
<div class="news">
<div class="format"><a href='newspiece.php?news=<?echo $id?>'><?echo…