rikpotts Posted November 15, 2005 Share Posted November 15, 2005 Hi, Every time I add an image into index.php using the html code... <img src="images/image.JPG"> it adds a 2px width purple box around the image. The colour is 800080 but I cant find it anywhere. Does anyone know how I can change this colour and size? A red 1px box would suit me better. Its driving me mad! Many Thanks Rik Link to comment Share on other sites More sharing options...
lilqhgal Posted November 15, 2005 Share Posted November 15, 2005 Are these images linked? It sounds like a visited link color. You could remove the border: <img src="image.jpg" border="0"> (or make it smaller by changing the value to 1). Link to comment Share on other sites More sharing options...
rikpotts Posted November 16, 2005 Author Share Posted November 16, 2005 <img src="image.jpg" border="0"> sorted it for me, thanks a lot. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.