|
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. |
| 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> |


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