D Dasher Seasoned Veteran Joined Sep 22, 2009 Messages 2,611 Reaction score 0 FP$ 6 Mar 8, 2010 #1 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.
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.
J Jabberwocky Addicted Joined Dec 16, 2009 Messages 906 Reaction score 0 FP$ 1,319 Mar 8, 2010 #2 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.
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.