Basics

HTML

Java

Colors

Frames

Tables

Fonts

Graphics

Links

Contact

how do i use boredered backgrounds?

 

Well, there are a couple of things you can use, but I like to use the spacer. The spacer is just an image that doesn't show up on your page. This will work with any browser. What the spacer does is it makes your words not run into the border on a border background (download spacer below). You can copy and paste this code if you want and just add your stuff into the code:

<HTML>
<HEAD>
<TITLE> Title Of Page </TITLE>
</HEAD>
<BODY BACKGROUND="your background image name.gif" TEXT="#000000"
bgcolor="#ffffff">
<table>
<tr>
<td align=left align=top><img src="spacer.gif" height=1
width="95"(you can make this any width you want so that
it fits any background)></td><td align=left align=top width=100%>

-----Your stuff goes here-----

</td>
</tr>
</table>
</BODY>
</HTML>

 

Download the spacer by clicking here.