I guess I'll try this out...
OK, I'm retyping this 'cause I'm an idiot and deleted the first one. This is a shared blog for me and Rob. I'll post in red. He'll post in random color, probably blue or green. That's the important stuff anyway. Somebody help me with the stupid html stuff. Please?

7 Comments:
What help do you need with HTML? Once you get the idea of the tags, it's pretty easy. All the tags are <something> and the end tag is then </something>. The tags surround the stuff they modify.
Anything you want help with, post the question, or you can e-mail me.
There are a few tricks, though. To put those pseudo-tags in my previous comment, I couldn't just put in the less-than sign, because blogger then thought it was a real tag. So I had to type "<" to insert a special character.
Of course, to insert the ampersand in that last sentence I had to type "&". But, most stuff is simple.
I just want to fix my links and maybe put results to quizzes in my posts, but I'm so lost in html that I just get brain hurt signals when I try to find where I'm supposed to fix that stuff.
Quizes are usually pretty easy -- they most often give the HTML in a box after the results, you just copy that into the posting window.
Links -- I'll post a primer later (when I'm not at work, or waiting for a compile).
OK, step by step on how to edit the links on your blog page. Some of this may be too elementary, but I didn't want to assume anything.
1. Click on the Blogger logo in the upper left-hand corner. That should take you to the Blogger Dashboard.
2. On the line with your blog name, click the gear under "Change Settings".
3. Click on the tab near the top that reads "Template". You should then have a text box with your current template in it (lots of scary looking HTML - even I'm scared of a lot of it).
4. Assuming you're using Windows, click on the Start button in the bottom bar and start Notepad.
5. Click in the template text box, type Ctrl-A, then Ctrl-C to copy all your template text.
6. Click back in the Notepad and type Ctrl-V to paste your template in there.
7. Save the template text from Notepad to a file somewhere on your computer, in a name you'll remember. That's jusst for safety so can get back to a sane place if you mess up.
OK, the next part becomes a bit more tricky because it may be different depending on what template you use. Fortunately, you still have the "Edit-Me" text in your sidebar, so you can look for that. If you do this in Notepad you can search for "Edit-Me". Just don't change the template and save it to the same place you put the old one. If you save again from Notepad, choose a different file name.
8. OK, somewhere in the template there will be text that says "Begin #sidebar". That's all the HTML for the sidebar, where the links are.
9. You can now look for the "Edit-Me" text (or other links that you know if you no longer have Edit-Me, but if you don't you probably already knew how to do this.
10. OK, the lines in the links all have a pattern. They start with the tag <li> and end with </li>. Those tags just mean this is a list item. (the list actually started with the tag that says <ul> for unnumbered list.)
11. Inside the <li> tags are another set of tags that say <a href=...> and </a>. That the tag that indicates this is a link. The part after the href= that's inside the quotes is the URL for the page you want to link. So, I just created a new line on mine and put http://meowsandbows.blogspot.com/ inside those quotes. Make sure the closing quotes are before the >.
12. Finally, the part after the > and before the closing </a> is the text that will show up in the side bar. So I put in "Meows and Bows - Amber and Rob" on that new line.
13. Do that for as many links as you want to add.
14. If you did this in Notepad, save it as a new file, but also before exiting Notepad copy all the text (use Ctrl-A Ctrl-C as you did before).
15. Copy all that text into the template text box in Blogger (you should still have that page up, or get back to it as before). The easy way to do that is to click in that text box, type Ctrl-A to select all, then type Ctrl-V to paste in the newer stuff as a replacement.
16. Now click the button that says "Save Template Changes".
17. Finally click the block box that says "Republish", and you're done. Then you can go back to you blog and see that everything worked.
18. If it didn't work for some reason, you can go get that old template file you saved and copy that in. Then try again.
OK, that was long and tedious, but I hope that covered everything for now.
the links to your blog and cheese-itude aren't working. How can I fix this?
You're missing the closing quote on some of the lines after the href. It needs to look something like this:
<a href="http://something">Some thing</a>
Post a Comment
<< Home