Using html tags Footie Predictions League!! UEFA Country coefficient explained
To make something bold insert HTML tags either side of it.
e.g. for bold put <b> before the text, and then </b> after it
This will produce : bold text
What you would actually type to achieve this, then, is:
<b>bold text</b>
For italics, just use the letter i instead : <i> italic text here, then the closing tag : </i>
For BOTH, just use both tags : last tag opened is the first one closed
<b><i>boldy italicy text here</i></b>
i.e. don't do : </b></i>text</b></i>
I've cheated very slightly so that the tags themselves appear : when you type them, you'll just see the bold and italicised output rather than the tags themselves.
The <a> tag is for creating links to other websites. If you want to know how to use this <a> tag mentioned on CQN's post popup, you need to copy the line below and insert:
1. The URL of the page that you want to link to. (the blue bit)
2. The text that you want to appear as clickable.(the green bit)
Copy this:
<a href="http://www.celticquicknews.co.uk">CLICK HERE</a>
and it'll appear as
CLICK HERE
Or try this :
Finally - if you want to provide a link that jumps up the page to a previous post that someone's made (to save to pasting in ten paragraphs of what they've said and to help others understand what you're replying to) then read on...
Next to the post where it'll say, "At 2:26 PM, stevie21 said..."
just copy the location of the link that the time of the post provides. In this case, right click on 2:26PM and click Copy Shortcut (in Internet Explorer) or Copy Link Location (in Firefox). Then just paste the copied URL into the link creator above. This will create a link that sends your reader, not to another site (such as this) but halfway up the page to this 2:26PM post of mine (or whichever post you choose to point to).
If you're not sure what I mean, click on the green link above that says 2:26PM.