here's an example.

[spoiler]<html>
<head>
[b]<style type="text/css">
/** pics **/
.imgblock75 img{
height:100px;
width:100px;
overflow: hidden;
border:#000000 3px solid;
margin: 0 auto;
}
.itd{
vertical-align:top;
}
/** testimonial contents **/
.dtd{
padding-left:10px;
padding-bottom:10px;
margin-bottom:0px;
margin-left: 5px;
margin-right: 5px;
text-align:justify;
font-size: 15px;
color: #FFFFFF!important;
}
/** names **/
.title a:visited, .title a:link{
text-decoration:none;
color:#000000!important;
font-size:20px;
}
.title a:hover{
color:#FFFFFF!important;
text-decoration: none;
font-weight: bold;
}
/** view all and add a testimonial links **/
.viewall a{
font-size: 15px;
color: #000000 !important;
text-decoration: none;
padding: 2px;
}
.viewall a:hover{
text-decoration: none;
color:#FFFFFF!important;
font-weight: bold;
}
.viewall{
text-align:center!important;
}
h2{
display:none;
}
.data li{
list-style-type:none;
}
.data{
padding:0;
margin:0;
}
</style>[/b]
<title>
blah blah
</title>
<body>[/spoiler]
Last edited by anaid (2008-10-16 08:32:49)