Quote:
Originally Posted by TimberFloorAu
Gday mate.
Our users currently browse with:
IE
IE7
FF
FF2
FF2
Safari
No issues whatsoever realised as yet.
Thanks
Please feel free to judge for yourselves. I also wanted to cross polinate this hack with Hassans, profile css field hack ( for putting each profile field in span div tag )
This one : https://vborg.vbsupport.ru/showthread.php?t=174268
Any suggestions greatly appreciated.
Ste
|
Actually - most custom styles have some sort of css styling of the postbit legacy info sections. My postbit includes a simple background gradient and is styled in the Main CSS as
Quote:
.pbl-info, .info {
background:#6e5457 url(gradients/gradient_thead.gif) repeat-x top left;
font: 11px verdana;
padding-left: 3px;
padding-right: 2px;
padding-top: 4px;
padding-bottom: 4px;
border: 1px solid #4e3c42;
margin-bottom: 2px;
}
|
So - I'd simply use the div class to wrap the postbit contents in. So one example would be:
HTML Code:
<div class="info"><strong>$vbphrase[join_date]:</strong> $post[joindate]</div>
See how it looks at
http://jpicforum.info/miscellaneous/...-new-post.html
Jacquii.