adobe dreamweaver training - link css

Forum home » Delegate support and help forum » Dreamweaver Training and help » adobe dreamweaver training - Link - CSS

adobe dreamweaver training - Link - CSS

resolvedResolved · Low Priority · Version Standard

Amanda has attended:
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course

Link - CSS

How do I link to a CSS from someone else's website?

RE: Link - CSS

Hi Amanda,

I guess you could link to someone else's CSS, assuming their CSS code is in a separate (linked) .css file.

View the Source of their web page, and look for the line that looks like this:
<link href="/asset/css/global.css" rel="stylesheet" type="text/css">

That line indicates the file global.css is located in their /asset/css folder on their web site.

Now on your web page, insert the same line of code (must be between the HEAD tags) but href to include their full domain name URL.

I'm not sure if this will work, but it should, as CSS is just plain text file.

A better option is to type that full HREF URL into your browser to see the CSS file. You can then save it as your own .css file on to your machine and use it on your own site, making changes whenever you want.

Let me know how you get on!

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:

Testing a site

When developing a site, you have to cater to the widest possible audience allowing for users with different browsers and display settings.
Test pages to see how they look with:

- different display resolutions
- browser with graphics turned off
- many different browsers not just IE
- if possible different operating systems.

View all Dreamweaver hints and tips


Server loaded in 0.08 secs.