
04-09-2009, 11:54 AM
|
 |
|
|
Join Date: Jun 2008
Posts: 872
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by RTMdotORG
may i suggest...
add this to your additional css...
Code:
.h1tags {
border-top: solid 1px #000000;
border-left: solid 1px #000000;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
margin: 3px 5px;
padding: 3px;
color: #808080;
background: #1e1e1e;
font-size: 10px;
Edit H1 unlinked or linked templates to this...
Code:
<center>
<div class="h1tags"><h1 class="myh1"><font color="#FFA200">$foruminfo[title_clean]</font></h1>
<h2 class="myh2">$foruminfo[description]</h2></div>
</center>
<br />
i think it cleans it up alot...
if you want a live look at it...
http://ripthemic.org/forums/forumdis...o-19.html?f=19
Code:
username: test1
password: test
hope it helps...of course you have to change the background color and all that or it will not match your forums...other than that..enjoy
|
Very Good Idea
|