Forum Moderators: open

Message Too Old, No Replies

an object as a link?

a href an object?

         

agent76

10:02 pm on Oct 6, 2005 (gmt 0)



I just had a thought, is it possible to <a href="link.html"><object is here ie) a flash file></a>

From what I've found object's don't seem to be able to be linked...

Any work arounds?

tedster

1:31 pm on Oct 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello agent76, and welcome to the forums.

The anchor <a> element is an inline element, and that means it cannot contain a block element, such as <object>. You should be able to place the link WITHIN the flash file itself, no?