110 likes | 122 Views
Learn how to convert embedded CSS to external CSS for sharing styles across multiple pages. Follow step-by-step instructions and optimization techniques for smoother web design workflow.
E N D
Embedded versus external (linked) CSS • If you want the style you have developed to be shared by several pages then you can move the style from embedded (at the top of an HTML or PHP file) to external or linked where it can be shared by any number of files.
To go from embedded to linked CSS highlight the style and copy it
On CSS panel click on Attach Style Sheet button, then browse for file in dialog box
Result is link tag, can cut style tag You could also just type the link tag seen above.