<?php if($_REQUEST['view']=="frontpage") {?>
<div id="nuovomodulo" style="position: relative; top: 10px; left:200px; /* - la larghezza del modulo di sx/* width:10px; height:100%; background: url(images/rigavert.png) repeat-y #fff;">
<?php } ?>
ovviamente cerca di definire lo stile nel file css, io l'ho scritto nel tag per comodità ;)#rigainmezzo
{
position: relative;
top: 10px;
left: 30px;
width: 10px;
height:100%;
background: #fff url(../images/rigavert.png) repeat-y;
}
<div id="rigainmezzo">
border-bottom 4px dashed #EAD748
border-right 4px dashed #EAD748
.leftbigger {
border-right: 4px dashed #EAD748;
width: 24%;
padding-right:5px;
}