~ Hints & Tips ~
Blank Spaces on your page ~ When you are trying to get blank spaces on the page, many people use . This will work in some browsers, but if you want to be sure they will work in most browsers, use instead. The ; is important at the end of the code. It is not punctuation!
Pictures on your page ~ Remember that before you can put pictures onto your homepages, you have to upload them to GeoCities first as they won't work from your hard drive.
Make Your Pages Load Faster ~ If you want your pages to load faster, you can specify the size of your graphics. The browser will set aside the space for them and continue to load the page while the graphic is loading, instead of waiting for the graphic to load completely.
Find the Size of your Image ~ To find the size of your graphic simply right click on the graphic, then click VIEW graphic. The width is always posted first, height second. Now you can define them in the tag like this...
Posting border="0" will keep your linking graphics clean without the border around them. Posting alt="____" is simply the name you give the graphic.
Closing your Tags ~ When you include tags inside other tags, make sure that the closing tag closes the tag that you most recently opened. Do this:
....
Instead of this:
....