Lipstick's Lounge banner

HTML CODE EXAMPLES

PAGE 2

If the coding is in pairs, place the first code of the pair (the opening code) in front of the text to be affected and the second code of the pair (the closing code including /) after the text to be affected.

When using multiple codes, close them in the reverse order that they were opened. (For example: open ABCD; close DCBA)

Text appearing in blue is an example or indicates where you need to enter your own specific information.

You may copy and paste any of these codes you want.

SPACING
valign=right; or valign=center; or valign=left
Use these codes in tables to align text or images of different sizes vertically within each cell in a row.
<br> - Inserts a required carriage return without leaving a blank line.

<p></p> - Creates a paragraph by inserting a required carriage return and leaving a blank line.

NEW

TIMED REDIRECT

<meta http-equiv="refresh" content="number of seconds to redirect; URL=URL of page to go to">

This will take your webpage visitor automatically to another specific page in the amount of time you specify.

TABLES
<table></table> - Begins and ends the entire table.

<tr> </tr> - Begins and ends a row in the table.

<td> </td> - Begins and ends each cell in the row.

Here is an example of a table with 3 rows and 3 columns (cells) in each row. The coding can be strung one after another, but I've put it this way in here for easier understanding.

<table>
<tr>
<td>text or image</td>
<td>text or image</td>
<td>text or image</td>
</tr><tr>
<td>text or image</td>
<td>text or image</td>
<td>text or image</td>
</tr><tr>
<td>text or image</td>
<td>text or image</td>
<td>text or image</td>
</tr></table>

[Page 1] [Page 2]


BACK TO Tips and Tricks




Mail




VISIT LIPSTICK'S WEB GROUP

Lipstick's Lounge Ladies' Lounge Holiday House It's a Colorful Life LipLines 
Graphix LipLines Web Design

Cat Fud for the Soul




LipLines Graphix banner

Tips and Tricks is the sole creation and property of LipLines Graphix. Except for those items specifically indicated as for your use, please don't use graphics or reprint articles without written permission. Thank you.
©2007 LipLines Graphix all rights reserved