modify css styles

D

David French

I have styles in several web pages.
I would like to now have them in a CSS so as to make all the pages in my web
appear and act the same.
Is there a way to copy a style from one page to another without having to
choose all the attributes manually?

Dave French
 
A

Andrew Murray

use an external style sheet. the code below goes in your "head" section
referenceing the external CSS file.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top