Monday 12 February 2007

Tech Notes: DIA update - Day 14

content deleted by author

4 comments:

CL said...

Maybe I'm a little slow but in Blogger, how do you do it? I looked at the instructions and was a bit confused. Can you direct me further? I think this is a neat idea.

Anonymous said...

CL: Kudos to you for giving this a go!

It's a little ugly in Blogger. You have to do it from the "Edit HTML" tab.

Look for your link code:
<a href="http://yourwebsite.com/page1.html">your text here</a>

and then plop the title information right into it.

For example, if this was the title information:
title="An article about penguins"

the final output should look like this:
<a title="An article about penguins"href="http://yourwebsite.com/page1.html">your text here</a>

I hope that helps.

CL said...

SUCCESS!!

Took me a bit to figure it out. Now that it works, it seems rather simple...

Thank you for your help.

Anonymous said...

Congratulations CL! (Sorry I couldn't explain it better.)

And hats-off to you for taking a step towards making your blog more accessible!