Advanced Design Tricks


You have probably seen corner designs used on pages. To create a corner design, use this code:

<HTML>
<HEAD>

<TITLE>(Type a title for your page here)</TITLE>
</HEAD>
<BODY BGCOLOR="#ffffff" TEXT="#400040" LINK="#fb4da4" VLINK="#fb4da4" ALINK="#fb4da4" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>
<TABLE width="800" border="0" cellspacing="0" cellpadding="0" valign="top" align="left">
<tr><td width="135" align="LEFT" valign="TOP"><img src="image1.gif" width="135" height="135"></td><td width="665"><img src="image2.gif" width="665" height="135"></td>
</tr>

<tr><td width="135" align="LEFT" valign="TOP"><img src="image3.gif" width="135" height="465"></td>
<td width="665" valign="TOP"><p> Type text here
</TD>
</TR>
</TABLE>
</BODY>
</HTML>

Subsitute "image1.gif" "image2.gif" and "image3.gif" for the images you would like to use. "Image1.gif" goes in the corner, "image2.gif" goes on the top, and "image3.gif" goes on the left side. You can create your own, or find them at various design sites such as Lady Firefly's and Graphics Haven.

Back
Next Session
Home
Email Me