Quote:
Originally Posted by Andyrew
How do i remove that little green and brown line.
|
Very Simple
This is the original Style
Code:
<style>
.moderator{color: #465584;
background-color: #FAFCFE;
border-left: 4px solid #b28383;
border-right: 1px dotted #000;
border-top: 1px dotted #000;
border-bottom: 1px dotted #000;
padding: 4px;
padding-left: 25px;
background: #FAFCFE url(http://s5.tinypic.com/2pzguf5.jpg) center left no-repeat;
margin: 0px auto 8px auto;}
</style>
Find:
Code:
background: #FAFCFE url(http://s5.tinypic.com/2pzguf5.jpg) center left no-repeat;
Replace it with:
Code:
background: #FAFCFE
Find:
Code:
border-left: 4px solid #b28383;
Replace it with:
Code:
border-left: 1px dotted #000;
This will make the BB Code very poor... :erm::erm: but as you requested...