I have used the following code in the styles.css for image borders -
} a.imglink { border:1px solid #408020; } a.imglink:hover { border:1px dashed #000000;And definded it (a class=imglink) when linking the images of course. I have tried using border-top, border-bottom etc etc and placing a table around the image and also using -
display:block;which spans the entire news coloumn. When I place the image in a table the whole layout messes up.
Any ideas?