|
|
PART 1
I have worked with border backgrounds a lot and enjoy the effect they create on the web page. There are two main things that make the layout of the page work and easy to use:
Here it is with a border around it so you can see it:
The transparent "pixel89a.gif" is the one exception I can think of where it is okay to change the WIDTH and HEIGHT in your <IMG SRC> tag without resizing the image first in a graphics program. It's actual size is WIDTH="1", HEIGHT="1", bytes="42".
Even if you enlarge the WIDTH and HEIGHT size of the .gif in the < IMG SRC > tag, the byte size will still be only "42" -- and since it is transparent, it won't show distortion. Here it is as a divider bar, with the BORDER set at "1" so you can see it ---
This precious little tool is what will keep your TABLE at a set size with your border background so whether your browser screen is big or small, the text won't overrun the border! All the information up to this point on this page has been done using a TABLE and the "pixel89a.gif". Now, I'm going to close this TABLE and open a new one with all BORDERS set to "1" so you can see the layout as you read the HTML coding. |
|
|
This whole layout is actually just a very simple TABLE using only one TABLE ROW -- <TR> -- and two TABLE CELLS -- <TD> -- to create it: <CENTER>The TABLE code above creates the TABLE "example" below -- the whole secret to setting up a sucessful Border Background is in the width of the "pixel89a.gif" that you place in the left cell (it only needs to be HEIGHT="1" to keep the entire left cell clear). |
|
This side is where your
border is and where you place the "pixel89a.gif" image to keep it clear. |
This side is where you place your text and other graphic images.
Be sure to remember to use all opening and closing tags when creating your TABLE and you should have a beautiful web page using a "Border Background" |
|
|
"all black border background" and see how it appears when used properly...
|