Forum Moderators: open
Is there any way that I can import a predefined style sheet with all attributes set and incorporate this into dreamweaver to eidt where necessary?
Thanks for your time
To import a stylesheet simply use the string below and place it in your gead tag.
<link href="scripts/style.css" rel="stylesheet" type="text/css">
Obviously the href needs to point to the file that you are wanting to import.
If you need more information please feel free to ask.
The best advice I can give you is to jump in and start learning CSS. It may seem daunting at first, but once you're familiar with the basics you'll find that creating your own stylesheets is quite straightforward and will give you huge power and control over the look and feel.
One of the best places to start learning is right here! Work your way through Nick_W's superb CSS Crash Course [webmasterworld.com], which will set you well on the way.
And, as ncsuk said, if you get stuck - just ask!
[edited by: NFFC at 11:19 am (utc) on June 17, 2003]
[edited by: uk_designer at 12:06 pm (utc) on June 17, 2003]
Nick_W's Crash Course is excellent, or have a look at the w3school [w3schools.com] CSS courses.
You'll find, that while it may appear time consuming and tiresome, once you get into it, defining elements is not as bad as you may think. You don't have to redefine every character - the cascading nature of CSS can help you here.
Even if you did find a pre-written CSS file for you to use (and I'm not familiar with the system you've mentioned), you may well spend an equal amount of time altering it to suit your needs as you would have starting from scratch.
Don't think of it as being too advanced - it's just new and unfamiliar and that always seems daunting (believe me!).
If you get stuck - just ask, there are many, many fine people here that'll answer your question within minutes if not seconds.
That really is the best advice that I can give!
Hi - yes, you may find that Dreamweaver in any version will soon tend to get in the way of a good thing.
When you get the hang of it, you may find that a good text editor could do the job just as well if not faster and a lot cleaner than DW. Notepad can do the job but there are others - some free and others as shareware or commercial packages. Many of the better text editors have built in CSS support - that is, commonly used CSS tags and components. Once on steady ground you'll be surprised at how quickly and easily these things can be done. Enjoy.