HighDots Forums  

Trouble Getting Started

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Trouble Getting Started in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PearlNC webforumsuser@macromedia.com
 
Posts: n/a

Default Trouble Getting Started - 07-15-2003 , 11:05 AM






Hi,

I am a new DreamWeaver user and have a beginner's question. I have created a a blank document and someone in my company (who unfortunately is out on vacation this week) gave me a css style sheet. I put the new doc and the css in the same folder, but when I open the new doc, the styles aren't listed in the CSS Styles page in the Design panel. I can find (and open) the css file from the Site page in the Files panel, but I don't see it in Assests.

I've gone through the DreamWeave tutorial, and the styles were there, but that was already set up. Would someone please help me get off first base?

Many thanks.
Pearl



Reply With Quote
  #2  
Old   
Womble
 
Posts: n/a

Default Re: Trouble Getting Started - 07-15-2003 , 11:16 AM






Pearl

Go to code view and insert the following code between you head tags (<HEAD> </HEAD>). You'll probably find some other code there but don't worry.

<link href="stylesheetname.css" rel="stylesheet" type="text/css">

This will insert code which calls the stylesheet in a way in which most browsers (series 4+) will be able to see it.

A good css resorce is avaialble at www.webmonkey.com but is code based not Dreamweaver based.

Hope this helps

Matt




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.