Site Basics Page 2
Ok lets talk about what things mean.
1. ( <BR> ) this little jewel is a line break and i use it a lot.
If you want to start a new line of text just put this at the end of a line and you start a new one.
If you want 2 gif's one on top of the other just use this:
With 1 Break
<img src="URL OF IMAGE"><BR>
<img src="URL OF IMAGE">
With no Breaks
<img src="URL OF IMAGE"><img src="URL OF IMAGE">
With 3 Breaks
<img src="URL OF IMAGE"><BR><BR><BR>
<img src="URL OF IMAGE">
If you want more space just put more <BR><BR><BR><BR> behind the first image.
Each <BR> moves the image or text line down one line.
2. ( <HR> ) This makes the line you see above and matter of fact this is what is above this line: <BR><BR><HR><BR><BR>
This moved this line down 2 spaces then put a line in then moved the line of text down 2 more spaces.
Back to my Index