|
||||||||||||||||
. . . . . |
How to use website backgrounds
This tutorial will deal with the use of the free website backgrounds that I have supplied.
First off, lets use one of our website backgrounds on the whole page. <html> <head> <body background="images/bak001.jpg"> <h2> Test Background Picture </h2> Test for our website backgrounds. </body> </html>Open in your web browser and see what your website backgrounds look like. Website Backgrounds For Tables
Now, lets use our website backgrounds for a table. Type this in your
Boxer Text Editor, $59.99 USD, delivered via download only: . <html> <head> <body> <h2> Test Background Picture </h2> Test for our website backgrounds. <table background="images/bak001.jpg"> <tr> <td> Row one<br /> column one of our table <br /> line 2 </td> <td> Row one<br /> Column two of our table <br /> line 2 </td> </tr> <tr> <td> Row two<br /> Column one of our table <br /> line 2 </td> <td> two two<br /> Column two of our table <br /> line 2 </td> </tr> </table> </body> </html> Website Backgrounds for Cells
We can also use our free website backgrounds on individual cells within a table.
<html>
<head>
<body>
<h2> Test Background Picture </h2>
Test for our website backgrounds.
<table background="images/bak001.jpg">
<tr>
<td background="images/bak002.jpg"> Row one<br />
column one of our table <br />
line 2 <br />
background 2 in this cell
</td>
<td> Row one<br />
Column two of our table <br />
line 2 </td>
</tr>
<tr>
<td> Row two<br />
Column one of our table <br /> line 2 </td>
<td background="images/bak002.jpg"> Row two<br />
Column two of our table <br />
line 2 <br />
background 2 in this cell
</td>
</tr>
</table>
</body>
</html>
|
|
||||||||||||||
|
| Home | Flash MX | Actionscript 2.0 | Flash 3D | Flash 8 | Flash Database | Flash Mobile | Flash CS3 | Java For Kids | Video Course | General Video | Photoshop | Web Design | Digital Photography | Forum | Games | free backgrounds | Resume | Flash Animations | Streaming Video | Students Work | Links | Contact me | sitemap | reviews | store | advertisers | . . |
||||||||||||||||