HTML for Margeaux

30 October, 2002 || 10:56 pm

Margeaux,

Just so you know, dearie, here's some basic html...for links and images and the like.

To link:

<a href="YOUR URL HERE">LINK TITLE</a>

An example of this would be

<a href="http://liza66.diaryland.com">Margeaux's Lovely Diary</a> and it would look like Margeaux's Lovely Diary.

To do an image, you use the code

<img src="IMAGE URL HERE">

The example:

<img src="http://midesigns.diaryland.com/images/margeaux.jpg"> and this image:

To link an image, you'd use the code

<a href="URL HERE"><img src="IMAGE URL" border="0"></a>

Example:

<a href="http://liza66.diaryland.com"> <img src="http://midesigns.diaryland.com/images/margeaux.jpg" border="0"></a>

The linked image:

Other things that might come in handy:

<i> anything in these brackets is italic </i>

<b> anything in these brackets is bold </b>

<u> anything in these brackets is underlined </u>

Okay, that's enough Emily HTML help for the day, I think.

back || next