PDA

View Full Version : 1px Border on Avatars


aceofspades
07-05-2007, 08:03 PM
Hey guys,

Im trying to add a 1px black border around all avatars on my forum. Ive tried a couple of things but im a CSS newbie and they all did something crazy to the postbit.

Thanks for any help you can give.

James

calorie
07-06-2007, 03:34 AM
Find the following in postbit:

<img src="$post[avatarurl]"

And add to it the bit in blue bold:

<img style="padding: 1px; border: 1px solid #000000;" src="$post[avatarurl]"

aceofspades
07-06-2007, 08:47 AM
Super thanks :)