In order to make your page look exactly as you want, all you need is a basic knowledge of html, that's the code you input to tell the internet how to display your stuff.  For instance, if you want your text to be bold, this is what you'll type in:

<b>your text goes here</b>

for italics:

<i>your text goes here</i>

if you want to center your text or images, enter this:

<center>your text or code goes here</center>

To enter your own text to appear in a text box, enter this:

<textarea>your text goes here</text area>

In order to make a text link, type in this:

<a href="url you're linking to">Text to be displayed</a>

If you want to make an image a link, upload the image to a host such as photobucket, copy the direct image code, type in this:

<a href="url you're linking to"><img src="direct link to image"></a>

Be sure to surround this code with <center>  </center> tags if you want the image/link centered within the column.

Make a Free Website with Yola.