Tue, 2009-04-21 12:57
i want to create a border like a picture-frame on a joomla template.can someone help me plz.
Sat, 2009-04-25 20:27
#1
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
edit: so just add that css to your template's css file