WebBuilder101 - Making the web happen!
Need Web Dev software? Here is the place to
Flash Point
Table Background

By Eddy R.
1-9-00

Have you ever tried to place text over an image without using an image editor? If so, did you ever give up on the idea because you just couldn't get the effect to work? Well, here is a quick run-down on how to accomplish this effect.

The example I'm about to show you is very simple and basic and you can be sure that there are at least a couple of other ways you can accomplish the same effect.

Create a Table

Start by creating a table. The code for our example looks like this:

<table width="200" border="1" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
</td>
</tr>
</table>

Insert Table Background

Insert your image on the table as a background - you can do this by adding the code below to the <td> tag in your table. The name of the image in our example is tbbg.jpg. The code in our example looks like this:

<td background="/directory/tbbg.jpg">

Insert Text

Select the font face, size, and color for the text you are about to place on top of the image. In our example, the code looks like this:

<font face="Arial, Helvetica, sans-serif" size="2" color="#FFFFFF">This is an example of how you can place text over images.</font>

Example


This is an example of how you can place text over images.

Two other ways you can accomplish this effect are 1) by using Layers and 2) by using an image editor.

.

 

More Resources
What is HTML?
Learn the code
Sites designed for specific resolutions
Table size in percents
How to specify Table sizes
Web Building
Dynamic Web Sites
Animating objects in FP 98
Learn how to use graphics editors

Suggested Reading

Beginning Active Server Pages 3.0
JavaScript Bible
Red Hat Linux
Dreamweaver 3.0
HTML Bible



Download WB101 Wallpaper
• Web Builder 101 Wallpaper Get it!.
• Find out how to create your own Wallpaper Teach me!.
Sign up for our Newsletters
• Web Building Sign me Up!.
• Net Alert! Sign me Up!.
Need Help?
• Contact Support Click here.
• E-mail the Webmaster Click Here.
• Search Tips Click Here.

Webbuilder101.com © 1998 - 2003 Copyright and Terms of Use
Send mail to: webmaster@webbuilder101.com

» About » Support

» FAQ » What's New » MyLog

Web Builder 101 Web Builder 101 - Making the Web Happen Web Builder 101 - Making the Web Happen
.