Adding Hyperlink to CSS Spreadsheet
-
Hi, I’m trying to add a hyperlink to my sidebar using CSS, but I am not sure exactly how. I am referring to the Sidebar on my home page that says “If you want to learn”. I want to make the website I write about on the sidebar into a hyperlink that people can click on.
Here’s the code I have so far:
#recent h3:after {
margin: 10px;
font-family: museo;
font-size: .8em;
color: black;
background-color: green;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
Content: “If you want to learn about Dr. Sarah Warren’s Inspiring REINVENT Coaching & Speaking Programs, go to http://ourspheresofinfluence.com/”;
visibility: visible;
float: left;
text-align: center;
font-weight: bold;The blog I need help with is: (visible only to logged in users)
-
You cannot add HTML to CSS.
I would suggest using a text widget in which you can put HTML. You can learn more about creating links in text widgets in this support document.
- The topic ‘Adding Hyperlink to CSS Spreadsheet’ is closed to new replies.