How do you..?

Dasher

Seasoned Veteran
Joined
Sep 22, 2009
Messages
2,611
Reaction score
0
FP$
6
Get the top of the forum images to show on non forum related HTML?

Like on FP's text ads? HOw it shows the forum border.
 
http://css-tricks.com/using-css-for-image-borders/

Don't use img for the whole forum though. Change img to the one you want like it would be for featured.

<img src="IMAGE" class="featured" />

featured {
padding:1px;
border:1px solid #ffffff;
}

If you don't understand then I will try and help as I had the same trouble. Padding will put the border into more...

Sorry, that wasn't a good explanation but it should work.
 
Back
Top Bottom