1 reply [Last post]
mulosmani
Offline
newbie
Last seen: 13 years 47 weeks ago
Timezone: GMT+2
Joined: 2009-04-21
Posts: 1
Points: 0

i want to create a border like a picture-frame on a joomla template.can someone help me plz.

rw1
Offline
newbie
Last seen: 13 years 48 weeks ago
Joined: 2009-04-25
Posts: 2
Points: 0

from this tutorial: Should

from this tutorial:

Should you want to add a border to every image on your website, you could do so with the following CSS:

img {

border: 1px solid #000000;

}

hope that helps!

all the best,

rw1 Smile

edit: so just add that css to your template's css file Smile