Add a menu?
Add a link back to home in the header? or on each page?
http://www.debramalone.com
I know how to add pages but no how to make a HOME page for folks to click on to take them back the main page
I assume you mean a link to get back to the main page – add this to wherever you want that to show up:
<a href="http://www.debramalone.com" title="go home" class="gohome">Go Home</a>
Then you can use the class to add CSS to your style.css file to style the link:
.gohome {
styles here;
}
Thank you so much! I can’t tell you how new I am too this . . .
Way too new . .
So I’m not sure where to put what you’re talking about . .
I’m trying to familiarize myself with everything in the Dashboard, Appearances, etc.
I’ve not yet seen the tutorial for the Edit CSS; will watch now . . .
Where you put it depends on where you want the link to show up – I have no idea about that.
Oh my goodness!!!! I put it right at the beginning of my ABOUT ME page and THERE IT IS!!!!
I finally did something that worked!
Can’t thank you enough.
If you want to see something special . . .
Check out the World Down Syndrome Day post . . . only my second post EVAH!
Thanks again!
LOL – amazing!! Good going. And nice post too :). Once you learn a bit of CSS, you can style that to look however you want.
I’m on a roll now . . .
This is the small breakthrough I needed to keep from being so frustrated with something that so simple for most . . .
Not bad for an old lady
🙂
I love that we can now “Mark this topic as resolved”