HTML Editor: link to existing CSS sheet

User 455671 Photo


Registered User
2 posts

Hi,

I wonder if someone can help. I'm creating a site in CoffeeCup HTML Editor and I want to link to an existing CSS style sheet, rather than create a new one from Style Sheet Items. I can't find a tool for this, is there one or do I have to do it in code?

Thanks

Karl
User 282670 Photo


Registered User
3,940 posts

Hi Carl, I believe you would use this code in the head section of your html
<link rel="stylesheet" href="StyleSheet.css" type="text/css">
where stylesheet.css is replace with yours.




User 455671 Photo


Registered User
2 posts

Hi Bruce,

Thanks, I thought it was a coding job: just wanted to be sure.

cheers

Karl

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.