|
|
• MSNTV Center |
|
| ||||||
| • Html For MSNTV Emails |
|
Hi MSNTV users,
I hope this information will help beginners get started using HTML in MSNTV emails. This information will also be useful when you start your own webpage !
Please Read Carefully
Use <html> at the beginning of your code and </html> at the end. Never put more than one set of these tags in your Html coding. ALL IMAGE, TEXT AND SOUND CODES GO BETWEEN THESE TWO HTML TAGS. Where do I put the code for my emails ?
On MSNTV, you can write html coding in the text area of your email.
However, the code will ONLY apply to that particular email.
The best place for your code is in the SIGNATURE BOX.
Which is located within the "settings" in your MSNTV email program.
The html coding will remain there and be added to each new email that you send.
Note: To link to images and sounds in your MSNTV email you must find images and sounds that can be remotely linked to or they WILL NOT WORK. Many of the free web page hosts like, Tripod, Geocities, Angelfire, etc, have now blocked all remote linking to images and sound due to the high cost of bandwidth.
To read more on remote linking CLICK HERE.
TEXT SIZE AND COLOR: To SIZE and COLOR your TEXT, try this sample code.
Note: make sure you add the text !
<html>
You can change the codes within the text, resulting in different FONT SIZES and COLORS for each line!
Try this sample code:
You can switch the FONT SIZE from 2 through 7.
There is a WIDE RANGE OF COLOR available.
BOLD, ITALIC, UNDERLINE, TYPEWRITER TEXT:
These are the tags for bold:
<b> and </b>
These are the tags for italics:
<i> and </i>
These are the tags for underline:
<u> and </u>
These are the tags for typewriter:
<tt> and </tt>
Try this sample code:
Note: You can use these tags together or separately. I will use them together.
<html> Note: MSNTV has messed up the using of multiple tags around text in their latest version of their software. So let's say you use the "bold" and "italics" on the same text, it will only pick up the tags closest to the text and ignore the other tags. Let's hope MSNTV fixes this soon.
BACKGROUND COLORS:
These are the tags for adding COLOR to your background BEHIND the text, gifs and pics.
<body bgcolor="color" text="color"> and </body>
Try This Sample Code:
LINE BREAKS:
There are TWO TYPES of LINE BREAKS.
This is the tag for a text line break: <br>
This is the tag for A paragraph break: <p>
Try This Sample Code:
ADDING AN IMAGE:
The tag for ADDING AN IMAGE is:
Try this sample code:
IN THIS LESSON YOU CAN RESIZE YOUR IMAGE.
SEE?....all I added was the HEIGHT, WIDTH and BORDER codes.
<img src="http://www.draac.com/ape.gif"
You can experiment with the numbers to get your desired IMAGE SIZE.
Even if you do not know the proportions, all you need do is
CHANGE THE NUMBER ON THE HEIGHT OR WIDTH
and the program will compensate so that there will be NO distortion in the image.
You can also check the HEIGHT and WIDTH of an image HERE
The BORDER is a shadowbox.
ALIGNING IMAGES:
These are the centering tags:
Note 1: The align="right" tag and align="left" tag are placed within the image address AFTER the final quote mark of that address.
Note 2: The center tags are placed on either side of an image or text to center it.
Note 3: The tag align="left" is not used that often, since images will default to the left anyhow.
Try this sample code:
TEXT ALIGNMENT:
Here are the tags to center align text:
The same as you would do an image.
To align text to the right use a paragraph break aligned to the right.
<p align="right"> with </p>
Text and images will default align to the left.
Try this sample code:
<html>
SOUND: There are TWO ways to put BACKGROUND SOUND in your email. By using either one of these codes, the music will start to play AUTOMATICALLY. Note: MSNTV supports BOTH SOUND codes. Try these sample codes: This code is the Internet Explorer sound code:
<html>
This code is the Netscape sound code:
<html>
This code will automatically generate a clickable sound button in your MSNTV emails.
<html>
To have the sound play repeatedly, you can LOOP the sound by adding a simple command to your code.
Note: Either of the codes will work with MSNTV.
Try these sample codes:
<html>
Note: The loop="-1" will loop bgsound sound continuously, loop="infinite" will not work.
<html>
Note: You can also use a number value to loop the sound a specific amount of times, for example loop="3" will play the background sound three times, then stop.
GIF OR JPG BACKGROUND:
If you would like to add a BACKGROUND PATTERN and COLOR the TEXT of your email use this code.
<body background="http://Your Background URL Here" text="color">
Close with this tag </body> right before </html>.
Sample code of a starfield background with text and an image.
<html>
SCROLLING TEXT: To make your text scroll across the screen. Use these tags: <marquee> and </marquee> Try this sample code:
<html>
Controls for for marquee are:
Speed:
Directions:
Behaviors: Let's try two of them in a sample code:
<html>
For more on the <marquee> tag Click Here.
AN IMAGE AS A CLICKABLE LINK:
To make an image a clickable link, you must use this code before your image:
Try this sample code:
<html>
TEXT AS A CLICKABLE LINK:
To make text a clickable link, you must use this code before your text:
Try this sample code:
<html> If in an email your font color will be determined by your browser. Or you can add a color to your text link like this <font size="2" color="red"> to color the text link any color that you would like.
TEXT AS A CLICKABLE SOUND LINK:
To make text a clickable sound link, You must use this code before your text:
Try this sample code:
<html>
Again, if in an email your font color will be determined by your browser. Or you can add a color to text link like this <font size="2" color="red"> to color the text link any color that you would like.
AN IMAGE AS A CLICKABLE SOUND LINK:
To make image a clickable sound link, you must use this code before your image:
Try this sample code:
<html>
LET'S PUT IT ALL TOGETHER ! Try this sample code:
This is a sample code with a background, text, a clickable image and sound.
Try this sample in your signature box:
<html>
For some FAQs about MSNTV emails Click Here.
For a complete beginners course in Html Click Here.
|
|
|
Draac.Com Is Hosted By ValueWeb
Register UK domain names at Domain Names UK
|
|
| Advertise
| Link To Us | Status/Updates | Privacy Statement |
| Copyright © 1999-2003 Draac.Com
© All Rights Reserved. |