I am new to websites and this is probably a stupid questions, but I made a template and sliced it, but when I look at it online whenever I click on or even look at a link there is a purple box around it. Does that have to do with my code? Also what is the best way to put information on a sliced layout? use straight html? use css?
Archangel
Apr 23 2007, 12:42 PM
You have to set the image border to zero if it is a link otherwise it will do that.
Mark
Apr 25 2007, 06:40 PM
So in the css, you would place:
CODE
<style> a img { border: 0; } </style>
I think thats right. Haven't touched a website in ages, forgive me if that is incorrect.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.