Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

images on browser question

Status
Not open for further replies.

tedbundy

Programmer
Jun 8, 1999
2
US
My problem is that when i try to open a dreamweaver html that i created with rollovers, the rollovers dont show up. It gives you the broken link sign. Yet when I preview the html through dreamweaver on a browser by going to "File/Preview in Browser" it does the rollovers just fine. Ive made several rollovers, and this problem happens to all of them. Can someone please help?
 
check the html and see if the image address is prefixed with a "/"<br>
<br>
eg &lt;image src="/image.gif"&gt;<br>
<br>
the forward slash stuffed up all my code. I think its something to do with when you create the link. You have to workout if link type should be 'document' or 'site root'<br>
<br>
I had to manually delete all the forward slashes from my code to get it working. I still haven't worked out how to stop it from putting in the forward slash, so if you do, let me know!
 
thanks madarse. ill try it and tell you if it worked.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top