Hi, i'm trying to use the divviewer image viewer as found here - http://www.javascriptkit.com/script/script2/divviewer.shtml

but i cant seem to get it to work properly, as seen here - www.ryanscarry.com/port_digiart/photo_retouch/models/rebecca_burgess/Copy_of_portfolio_photo_rebeccaburgess.htm

any ideas please?

Thanks

Recommended Answers

All 2 Replies

Hi
Seems like the image source is not properly formed.
Set the full image src .. also rename the image

the image tag is formed some thing like this (found with the help of firebug) <img height="130" width="200" border="0" name="picDV" title="" alt="" src="Becky_retouch"/> Expected html should be

<img src="http://www.ryanscarry.com/port_digiart/photo_retouch/models/rebecca_burgess/Becky_retouchB&A2.jpg" width="200" height="130" border="0" alt="">

Regards
Anish

Of course!!! omg im such a tard, why didn't i see that?

Mate thanks a ton, works a treat now :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.