• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Quick HTML question

plastick

Golden Member

Basically I am trying to make an image a link on a page of mine. WHen I do this and then view the resulting page, I see that there is an ugly boarder around the image that is an active link. I dont think its an actual boarder...Its just like when you make a text link and it turns a color because of the active link settings (alink="#ffffff" vlink....etc) and its kinda doing that with the image.

This is stupid! How do I get rid of it?
 
I wish all css attributes were more standardized across all browsers already. :roll: Then I'd actually have a reason to learn it. I just use reference sites/books when I need it... then decipher how to make it work for every scenario. That gets another :roll:.
 
Originally posted by: MrCodeDude
<blockquote>quote:
<hr><i>Originally posted by: <b>amdfanboy</b></i>
inline style


<a href="#" ><img src="pic.jpg" style="border:none;" > </a><hr></blockquote>Is there any benefit to using the style tag rather than the simple border="0"?

Well, it is CSS, so it must be better 🙂😉. Anyway, I would recomend not doing that because it won't be parsed by browsers that can't do CSS
 
Back
Top