|
|
Might as well do the rest while we're here.
Images:
You need the image URL, not the URL of the page that the image is on. To find this, put your cursor over the image and click the right mouse button. Select 'Properties' and the URL is under 'Address'. So, in this example, the image URL is http://www.asoq93.dsl.pipex.com/ERD.jpg . To show it on the board, the code is
<img src="http://www.asoq93.dsl.pipex.com/ERD.jpg">
and gives us
Italic text:
<i>Italics</i>
or
<em>Italics</em>
gives us
Italics
Bold text:
<b>Bold</b>
or
<strong>Bold</strong>
gives us
Bold |
|
|