View Single Post
Old 03-08-2008, 06:49 AM   #2
David-B
Designer
 
Join Date: Jan 2008
Location: Denmark
Posts: 61
Default

Hey, not quite sure what you want?

Your images should have no borders at all? And you want a border around your <p> tags?

For the images, you just put in: img { border: none; } in your stylesheet and if you want to add borders to a specific image, you just type the div or class name first and then img. Like:

You want borders around your <div id="gallery"> images, you just add:
#gallery img { border: 1px solid black; } in your stylesheet.

and for the underlines on your links, type a { text-decoration: none; } anywhere in your stylesheet, as well.

Hope it's understandable, good luck
David-B is offline   Reply With Quote