terrielee Posted May 14, 2008 Share Posted May 14, 2008 I am playing with a new layout and I replaced My account on the navigation bar with an image. Worked fine... BUT... there is a pretty purple box around the image. Now this colour is what I previously had writing such as "lets see what we have here" in. Where on earth is the colour for this box coming from. I have checked my css sheets and it is not on any of those. It's not in my images. Where on earth is the box coming from? Anyone have any ideas??? :blink: Link to comment Share on other sites More sharing options...
FIMBLE Posted May 14, 2008 Share Posted May 14, 2008 how did you replace the image, if it was with HTML you may well need to add border="0" into the tag. Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
terrielee Posted May 14, 2008 Author Share Posted May 14, 2008 how did you replace the image, if it was with HTML you may well need to add border="0" into the tag.Nic Oh if only it was that simple. I edited english.php I changed from this define('HEADER_TITLE_MY_ACCOUNT', 'My Account'); to this define('HEADER_TITLE_MY_ACCOUNT', '<img src="images/log_in_image.gif">'); So where would it get the box?? Link to comment Share on other sites More sharing options...
terrielee Posted May 14, 2008 Author Share Posted May 14, 2008 OK?! now the box is blue. This is getting more and more interesting and it is probably something so silly! Link to comment Share on other sites More sharing options...
terrielee Posted May 14, 2008 Author Share Posted May 14, 2008 Anyone know where to insert border = "0" in the above tag? Link to comment Share on other sites More sharing options...
lastblackjellybean Posted May 14, 2008 Share Posted May 14, 2008 define('HEADER_TITLE_MY_ACCOUNT', '<img src="images/log_in_image.gif" border="0">'); Link to comment Share on other sites More sharing options...
terrielee Posted May 14, 2008 Author Share Posted May 14, 2008 Thank you so much!!! I tried every combination but it is amazing what happens when you leave out a simple character. Again Thank-you :lol: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.