Forum Moderators: not2easy

Message Too Old, No Replies

Disappearing Links

Comment other than driving me insane?

         

UGAGirlGoDawgs

6:35 pm on Feb 27, 2007 (gmt 0)

10+ Year Member



My issue is that when I post a picture it shows up fine I have used absolute positioning everything is in place, I am quite happy. When I try to set that picture as a link it completely disappears, making me quite sad. Here is my coding

<a href="URL to site"><img src="Messagefin.gif" style="position:absolute; left:50%; margin-left:-175px; top:155px;"></a>

Is there something I am doing wrong here or is it somewhere else in my codes?

[edited by: SuzyUK at 6:40 pm (utc) on Feb. 27, 2007]
[edit reason] examplified image link [/edit]

rocknbil

8:06 pm on Feb 27, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome aboard! What happens when you remove all your styling from the image, like

<a href="URL to site"><img src="Messagefin.gif"></a>

Secondly it *could* be somewhere else - have you validated this page? A missing quote in a previous link can cause it to all disappear - try validating the page with the W3C validator.

Setek

1:00 am on Feb 28, 2007 (gmt 0)

10+ Year Member



Does it happen in all browsers? Or does it just happen in IE 6? Or IE 7 as well?

Is there any missing CSS for anchors that might be messing with it?