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 » CSS
CSS
Resolved · Low Priority · Version CS3
Stuart has attended:
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course
CSS
Confirm how to enforce changes throughout whole website
RE: CSS
Hi Stuart,
Thanks for your question. I hope you enjoyed the Dreamweaver training.
The best way to do this is to have a global CSS file (note you can also have more than one).
So for example, create your CSS file (perhaps global.css) and save it into a folder such as /asset/css/
Then, at the top of every file, or in your template, be sure to include that CSS file in your HEAD tags.
eg.
<link href="/asset/css/global.css" rel="stylesheet" type="text/css">
Then, whenever you make a change to your global.css file, and upload it to your server/hosting account, all the pages on your site that link to that file, and take their styles from that file will be updated instantly.
Note, sometimes, you may have to press F5 in your browser to see the changes. Everyone's browser settings are different, so it may take a while for your returning customers to see the new look/style.
If this answer resolves your query, please mark the question as 'resolved' (see below). Otherwise, please post a follow-up response to this post, and I will assist you further.
Regards, Rich
Tue 17 Mar 2009: Automatically marked as resolved.
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:JumpMenu in new windowWhen inserting a jumpmenu to a page, the only option available for 'open in' is usually 'main window'. There would be other options available if the page was a frameset.
source: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16166& ;sliceId=1 |