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
HTML Editor: link to existing CSS...
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.
<link rel="stylesheet" href="StyleSheet.css" type="text/css">
where stylesheet.css is replace with yours.
Hi Bruce,
Thanks, I thought it was a coding job: just wanted to be sure.
cheers
Karl
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.