| For slightly advanced
users, your website allows you to use embedded html in many places. What does this
mean? It means you can have much more control over how your text looks and acts,
along with the ability to place images in different places throughout your website. Below are some examples of how embedded html
can be used, along with the results. Anytime you embed html into your site, you must
enclose the html in square brackets [ ]
| For the header: [<center><B><FONT COLOR="navy"><H1>Blue
Sky Real Estate</FONT></B></center>]
The resulting text is bigger, bold
and navy blue.

|
| For the home page: [<image src=../LUImages/1/$File/neat.jpg>]
The result is a beautiful image on
the home page. Please note that you have to upload the image into the database
first. To do this please see the section on Uploading Images. In
this case, you can see the name of the image I uploaded is neat.jpg. Please ALWAYS
make sure that there are no spaces in your image names before you upload them.

|
|