![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
When selecting an image, in the properties panel an Alt drop down / text box appears. It always shows <empty>. How do I get dreamweaver to 'remember' previous text that has been entered into this box? Say for instance I have a gallery page with lots of images that link to bigger pop-up versions. I want to use 'Click to enlarge' on every image. I have to copy and paste every time as it doesn't get stored in the drop-down. Is there an xml file I need to edit, or is there some other way to do this. Typing 'Alt text box' in Dreamweaver help finds notyhing relevant |
#3
| |||
| |||
|
|
I want to use 'Click to enlarge' on every image. I |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Thanks, I see your point with using 'title', but that wasn't really the question. |
|
Is there a way to 'populate' this menu? |
#6
| |||
| |||
|
|
Thanks, I see your point with using 'title', but that wasn't really the question. No, but hopefully my answer will help you become a better web developer ;o) Is there a way to 'populate' this menu? Well, here's the catch...you're supposed to use the TITLE tag for what you want to do, and there is no TITLE field in Dreamweaver's Properties window (one of the great mysteries of DW). What I'd do is put in all your images. Then, go into source view and cut and past all the HTML that contains your images. Paste that into a new file. Search for: '<img' replace with: '<img title="click to view a larger version"' And then just cut and paste that edited HTML back into your source document. -Darrel |
![]() |
| Thread Tools | |
| Display Modes | |
| |