Part Five: Manipulating Text and Images


This section will show you how to align text and graphics.

Text: Aligning text is easy. Add <CENTER></CENTER> tags around the <FONT></FONT> tags and all that text will be centered on the page.

<CENTER>Text appears here</CENTER> and it does this:

Text appears here

Graphics: You can also place graphics and pictures anywhere you want, using ALIGN inside the image tags.

<IMG SRC="belle.jpg" ALIGN=RIGHT>

makes the picture show up on the right. -> -> -> -> -> -> ->


If you are planning on having text next to the picture or image, here's how you control where the text appears.

<IMG SRC="belle.jpg" ALIGN=TOP> has the text appear here.

has the text appear here.

<IMG SRC="belle.jpg" ALIGN=MIDDLE> has the text appear here.

has the text appear here.

<IMG SRC="belle.jpg" ALIGN=BOTTOM> has the text appear here.

has the text appear here.

Changing Picture or Image Size

The actual size of our picture of Albert Belle is 115X140. By doing the following we can change the size of it.

<IMG SRC="belle.jpg" width=62 height=70>

The commands also work on the <HR> tags.

<HR WIDTH=200>


or

<HR WIDTH=400 ALIGN=LEFT>


Now let us show you how to put links on your page and we're about finished with the basics. Then we'll show you where to go to get your website online.


On to Part 6: Creating Links

Back to the Main Page

(C)2004 [email protected]

Hosted by www.Geocities.ws

1