dream+weaver+training+uk - style sheets

Forum home » Delegate support and help forum » Dreamweaver Training and help » dream+weaver+training+uk - Style sheets

dream+weaver+training+uk - Style sheets

resolvedResolved · Low Priority · Version Standard

Rachel has attended:
Dreamweaver 8 Introduction course

Style sheets

Can you use two style sheets with one site?

RE: Style sheets

Hi Rachel,

You can use more than one style sheet per site, some people even use more than one style sheet per web page. All you need to do is just change the link to the CSS within you code for the pages where you want to use a different style sheet.

Hope this helps
David

RE: Style sheets

Hi Rachel,

Yes you can.

You can use as many stylesheets as you want throughout your web site, as well as attach as many as you like to a web page.

Have your styles in an external CSS file, then link them at the top of your web document within the HEAD tags, like this:
<link href="/asset/css/styles1.css" rel="stylesheet" type="text/css">
<link href="/asset/css/styles2.css" rel="stylesheet" type="text/css">

Regards, Rich

 

Training courses

 

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
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Dreamweaver tip:

JumpMenu in new window

When 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.

To change the jumpmenu to open in a new window, change the target parameter of the selectbox in your code to 'window.open()'.

eg.

<select name="menu1" onChange="MM_jumpMenu('window.open()',this,0)">


source:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16166& ;sliceId=1

View all Dreamweaver hints and tips


Server loaded in 0.05 secs.