-
Adding Text...Not Captions To Enlarged Images
I have a site: www.loftmidcentury.com.
I am using Dreamweaver 8 to build my site and JS Thumbnail Viewer 2 to enlarge my thumbnails.
I'm experiencing 2 small issues:
1. I don't want to have my enlarged images captioned. I would like to have a description of my product underneath the enlarged image. Here is an example of one of the codes of an item I want to have a description for:
<a href="arco lamp 4.jpg" rel="enlargeimage" rev="targetdiv:loadarea,trigger:mouseover,preload:yes,fx:fade"><img border="0" src="arco lamp 4.jpg" width="91" height="91"><span title="">Arco Lamp</span></a><br />
**I removed the title="" because I don't want captions. I would like to add text instead to describe my items**
2.I would like to be able to adjust where I place the enlarged images. I'm currently using this code:
<div id="loadarea" align="center" style="width: 800px"></div>
<div id="loadarea2"></div>
</body></p>
It was suggested I implement this code but don't know where:
<style>
#loadarea{
margin-left:200px;
}
</style>
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks