If you have been here before please click onto the refresh button below for new updates.
The following HTML help is for those who are just wanting to know the basics of HTML... If you have an advanced questions please feel free to email me HERE and I will try to answer your questions.
I also have a page with loads of links to HTML help and lots of other goodies. Be sure to check it out CLICK HERE You will love all the great links I have there for you!
How to leave
a Graphic in a Guest-book
First upload graphic into your WebSite files.
After you upload the graphic into your WebSite files, click on it in your File Manager to display it. Make note of its Address in the area on the top of your screen that contains the URL. Copy and paste that address into a text file in any Word Processing Program. You can also make a note of it's height and width by right clicking on the graphic and then click on "properties" (those on AOL may not have this option).
By adding the address into your word processor, you can add all of the HTML needed to leave a gift in a
Guest-book and have it be correct all the time- by just highlighting it in the saved text file - copy- and paste in the
Guest-book. It's much easier this way than typing it all the time and risk making an error. When you decide to leave a different gift- all you have to do is change the name and address part of your graphic to the new one.
Most free servers will not allow remote linking. Geocities will not allow you to post a graphic in a guestbook but I don't know about other servers. Since I have my own domain at Geocities, I am able to post graphics in
guest-book's. If you want a reliable and inexpensive server for your own domain I would suggest you try *Bravenet* or *Geocities* .
Marquees
<marquee>Your Text</marquee>
To make marquees scroll faster:
<marquee scrollamount="10">Your Text
</marquee>
Replace "10" with any number to get desired effect.
To make your marquee slower:
<marquee scrolldelay="20">
Your Text</marquee>
Replace "20" with any number to get desired effect. You can combine these two codes for blinking text.
<marquee scrollamount="400" scrolldelay="500">
Your Text </marquee>
Change the numbers to get desired effect.
Following is an example of the code to place in a guestbook:
-----------------------------------------
-----------------------------------------
When signing Guest-book's...
Make sure that the Guest-book accepts HTML.
First ~ View Guest-book's if you can to see if it accepts images, etc.
Second ~ Here's some information on the following Guest-book's.
guestGEAR or htmlGEAR (allows html ~ doesn't allow marquee's)
Homestead (doesn't allow html)
GuestBook.com (allows html)
Dreambook (allows html)
Bravenet (allows html and Preview Entry)
Geocities (allows html and marquee's)
For the ones that won't allow html
There are two ways to get around it...
Include your url with image as part of the typed message.
Example:
--------
Hello!
YOUR MESSAGE
A gift is waiting for you to pick-up at...
http://www.geocities.com/your site name/graphic name.jpg
Hugs, Dot
or, send an email and attach your gift.
|