More Captain's Computer Tips in this post, but first some news.
Progress
In an effort to focus my, um, efforts. I've simplified my WiP progress bar at the top of this blog. I'll reinstate the other projects if I ever get around to them.
Insight is going quite well but very slowly as Jason and I no longer live in the same town. We have a plan for editing, hoping to significantly reduce the word count and simplify the plot, not to mention pruning the enormous cast list.
Blood on the Rooftops is my other main project at the moment. It's about a third the way through its first draft. I hope to do some work on this at the Caerleon Writers' Holiday this year.
Novel Racers Meeting #3Despite Google Maps being way off-course, about twelve of the Novel Racers met up in the Square Peg in Birmingham, to have a serious literary discussion. I don't have any photos to show you, I'm afraid, but it was a splendid occasion with impressive thunder and lightning outside. Not quite as loud as Zinnia's burp though. | Cloud LineOne of the things I talked with about with Rachel at the NR meeting, was the possible revival of the Cloud Line blog. I've been mulling this over and I've started to put together a few ideas for it. If those of you that are Cloud Line members (or any newbies that want to join) have any ideas on this, them please let me know. |
And now onto the lesson.
Captain's Computer Tips - Part Two - Bold & Italic
I hope you enjoyed the last lesson about backups. You are backing up sensibly now, aren't you? If not, then go to the back of the class and read the lesson again!
This time I'm going to pass on some basic HTML tips for making your blog posts and comments a bit more fancy. There are entire books written on this subject but don't worry, I'm only going to pick out a couple of the more commonly used things.
But first, some basics. HTML is predominantly made up of document elements. These elements are coded using tags. A tag tells a web browser or document reader how to render a piece of text. For example, here is a paragraph constructed using the <p> tag.
| Code: | Hover over with mouse for explanation | Produces the following: |
<p style="color:red"> | Here is a paragraph of text. | |
Bold
Making parts of your text appear in a bold typeface is easy. You use the HTML <b> tag. Simply enclose the parts of the text you want in the body of the tag. Remember to close the tag, otherwise all subsequent text will also go bold. For example.
Code: The crimson blobs wander lazily to the left, then... | Produces the following: The crimson blobs wander lazily to the left, then... Baaarrrp! The deafening horn resonates through my body, jerking me alert but temporarily frozen. |
Italic
Making italic text is just as easy. Use the <i> tag instead of the <b> tag. In fact, you can use them both together to produce bold italic text if you like. Here are some examples.
Code: <p></p>
</p> | Produces the following: A sign approaches: M6 Knutsford Services 16m. Good. I'll make a stop there. She remembers that her key fob has a tiny torch on it. A micro-maglite that Craig gave to her - when? - she can't remember. |
That's it for this time. I hope this wasn't too difficult and that you'll now be able to put your new HTML skills into action when you next comment or post a blog article. Next time I'll be talking about hyperlinks and how to use the <a> tag.
For those of you that want more, I'll leave you with a question: If tags such as <b>this</b> produce effects - bold text in this case - then how did I get <b> and </b> to appear here on this page? I've seen some authors leave instructions about hyper-linking by using [a]square brackets[/a] and then saying to replace them with angle ones. There's no need for this, as you can produce <a>angle brackets</a> directly. So how did I do that? Answer next time...

6 comments:
Gawd! I have NO idea how you did that - just gasping with admiration and gratitude for telling us how to do the other stuff. Mind you, puffing up with pride, I did manage to do one of those words that look as if they've been crossed out on my blog the other day. (And even that was a bit hit and miss as I initially managed to 'cross out' the entire post!). Thanks for this.
PS Hope you told Zinnia to start blogging again!
Ha! Yes I backed up to DVD and lodged it with a neighbour!
Ahhh, very clever. It's good to have these technical things explained to a complete dunce like me.
Thanks.
Well done for slimming down your projects! The computer stuff is all a bit beyond me!
ChrisH: I'm guessing you were using the 'strikeout' or 'delete' tags. Strikeout (<s> and <strike>) tags have been deprecated in favour of the delete (<del>) tag.
I think Zinnia said she might start blogging again. Can't be sure though, as I was a bit under the affluence of incahol at the meeting.
LDUK: Good for you. I'm sure you feel more comfortable now you know your data are safe.
Debs: I don't think people are dunces and certainly not you. Writers are not dunces by definition, in my opinion. IT can be jargon-filled, unfriendly and generally made inaccessible sometimes. I'm on a (very small) mission to change some of that.
Helen: I'm sure you could manage it quite easily with a bit of practise. It stuff often sounds much worse than it really is.
Post a Comment