VANMAAREN'S WWWebTV HTML HELP PAGE



Two or three new lessons will be added each week.




Lesson #1 The Marquee command:


Example:

VANMAAREN'S WWWebTV HTML HELP PAGE

HTML CODE:
(marquee)VANMAAREN'S WWWebTV HTML HELP PAGE(/marquee)





Lesson #2 The Marquee and Table command:


Example:

VANMAAREN'S WWWEBTV HTML HELP PAGE



HTML CODE:

(Table Border=5) (TR) (TD)
(marquee)VANMAAREN'S WWWEBTV HTML HELP PAGE(/marquee)
(/TD) (/TR)(/Table)





Lesson #3 Table Border, Cellspacing, & Cellpadding commands:


Example: Settings @ 5

WebTVIsFun


HTML CODE:

(Table Border=5 Cellspacing=5 Cellpadding=5)
(TR)
(TD)WebTV(/TD)(TD)IS(/TD)(TD)FUN(/TD)
(/TR)
(/Table)

Example: Settings @ 10

WebTVIsFun


HTML CODE:

(Table Border=10 Cellspacing=10 Cellpadding=10)
(TR)
(TD)WebTV(/TD)(TD)IS(/TD)(TD)FUN(/TD)
(/TR)
(/Table)





Lesson #4 The Background Sound command:


Example:

Press here to hear Midi music.


HTML CODE:

To allow viewers the option to hear the music:

(a href="/SiliconValley/7597/Imagine.mid")Press here to hear Midi music.(/a)

Use the following code if you want the music to load automatically:

(bgsound src="/SiliconValley/7597/Imagine.mid")

Note! Use the full http://www address if the source of your MIDI music is located outside of your homepage network.





Lesson #5 Header Size Control:

Examples:

Header Size H1

Header Size H2

Header Size H3

Header Size H4

Header Size H5
Header Size H6

HTML CODE:

(H1)Header Size(/H1)

(H2)Header Size(/H2)

(H3)Header Size(/H3)

(H4)Header Size(/H4)

(H5)Header Size(/H5)
(H6)Header Size(/H6)




Lesson #6 Text Size Control:

Examples:

Font Size = 2
Font Size = 4
Font Size = 6
Font Size = 8
Font Size = 10


HTML CODE:



(font size=2)Font Size = 2
(font size=4)Font Size = 4
(font size=6)Font Size = 6
(font size=8)Font Size = 8
(font size=10)Font Size = 10





Lesson #7 Image Size Control:

Examples:


Image at full size



Image at Width=150 Height=120



Image at Width=400 Height=100


HTML CODE:



(img src= "Willis.jpg")(br)Image at full size

(img src= "Willis.jpg" width=150 height=120)(br)Image at Width=150 Height=120

(img src="Willis.jpg" width=400 height=100)(br)Image at Width=400 Height=100


Note! Use the full http://www address if the source of your pictures is located outside of your homepage network.


height=40