98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Dreamweaver Training and help » dreamweaver training uk - Libary resources
dreamweaver training uk - Libary resources
Resolved · Low Priority · Version Standard
richard has attended:
Access Introduction course
Libary resources
Why do I need to use the library to edit images? Why can't I just edit directly from the images folder.
RE: Libary resources
When you change a library item, you can choose to update all documents that use that item. If you choose not to update, the documents remain associated with the library item; you can update them later by choosing Modify > Library > Update Pages.
Other kinds of changes to library items include renaming items to break their connection with documents or templates, deleting items from the site
RE: Library resources
Also, a library item is just a snippet of (usually HTML) code.
So the library item just points to the image using <img src="/image/this.jpg"> or similar.
Therefore, if you edit the actual image and resave as the same filename, then upload to your server, you wouldn't need to update the library item at all, as it will still be pointing to the same image filename.
If you change the dimensions of your image, then you will need to update your library item, if the library item IMG tag includes the WIDTH= and HEIGHT= paramaters.
Rich
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Dreamweaver tip:Css stylesIf you are looking for a CSS style for your website / web page and not sure what you want to use, then go to the Csszengarden website, where you can download samples to try. |