|
Free
computer Tutorials
|
![]() |
HOME
|
Stay at Home and Learn | |||||
|
Web Design Tutorials |
||||||
|
Using Images in HTML Tables
Images can be used in tables, either as the background image of the table, or in individual cells. The web page in the link below shows an example of a table with a patterned background. Click the link to see what is meant. Let's see how to create it. It's quite easy.
You can delete the CellPadding and CellSpacing tags, if you want. Delete the Border tag as well, and you'd have this: <TABLE> Type a space after the "E" of table, and type BACKGROUND = <TABLE BACKGROUND = >
<TABLE BACKGROUND = "background12.jpg">
Images in CellsYou can have an image in a Table TD cell, rather than text. To insert an image into a cell with your HTML Editor, do this:
You can turn the image into a Link, if you want. Or just add a link instead of an image or text.
In the final part of HTML tables section, we'll explore nested tables.
<-- Back One Page Move on to the Next Part --> <--Back to the Web Design Contents Page View all our Home Study Computer Courses
|