JB's HTML Hints

How To Copy and Paste:

1. Highlight the text that you wish to manipulate.
This is done by left clicking on the text and dragging the cursor until all the desired text is highlighted(turned blue)

2. 1st Method:
Press Ctrl and touch “c”. Your desired text is now saved in the clipboard.
Click on a location where you want this text to appear ie. A new E-mail page, a new page in Wordpad, etc.
Press Ctrl and touch “v”. Voila! Your text has been moved into a new location.

3. 2nd Method:
After highlighting, right click on highlighted area and choose Copy.
Then click on the new location where you want the text to appear and right click and choose Paste. Voila!

4. 3rd Method:
After highlighting, click on Edit in your browser and choose Copy.
Then click on the new location and click on Edit again and choose Paste.

More Hints:

To control size of text: Type <(font size=1)>A<(/font)><(font size=2)>B<(/font)>
<(font size=3)>C<(/font)><(font size=4)>D<(/font)> <(font size=5)>E<(/font)> <(font size=6)>F<(/font)>
and you get:AB CD E F

To put a picture on use this code :<(img src="")>
Copy the address of the picture and paste it between the quotation marks"".

To make a hot link use this code:<(a href="")>.Words here..<(/a)>

You can use a picture as a hot link by using this code:
<(a href="")><(img src="")><(/a)>


You must leave out the Parentheses:( )

-------------------------------------------------------------------
Examples of pictures which are hot links:
Notice the effect of /p width=600 and /p width=300
after the quotation marks which enclose the address of the pictures.