M
MISS CHIEVOUS
Hi, I have almost no experience with CSS (I only just got a
Dreamweaver book, and will be doing the tutorials, honest!) but could
someone help me patch up just one basic html page that I am almost
certain will need CSS?
THERE ARE TWO CONFLICTING ISSUES I'M RUNNING INTO:
1>>>>> I want the table to automatically RESIZE ITSELF <--
HORIZONTALLY--> to the width of the User's Monitor/Browser
2>>>>> The REPEATING GRAPHIC that appears below the top graphic is a
gradient: This means that it displays correctly ONLY if either
REPEATING or OVERLAPPING -- but NOT if it is
( ( S T R E T C H E D ) ).
I hope that makes sense (blush). Thanks, and both the HTML and the
EXAMPLE LINK follow.
MC
===================================================
http://www.geocities.com/a4248713/REPEATME.html
- - - - - - - - - - - - - -
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-
Type">
<title>HORIZONTALLY-REPEAT AN IMAGE IN A CELL</title>
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(0, 0, 0);"
alink="#ee0000" link="#0000ee" vlink="#551a8b">
<table style="text-align: left; width: 100%; margin-left: auto; margin-
right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top;">
<img style="width: 100%; height: 100%;" alt="" src="http://
www.geocities.com/a4248713/TOP-IMAGE.jpg"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top;">
<img style="width: 100px; height: 800px;" alt="" src="http://
www.geocities.com/a4248713/BOTTOM-HORIZONTAL-TILE.jpg"><br>
</td>
</tr>
</tbody>
</table>
<br>
</body>
</html>
- - - - - - - - - - - - - -
Dreamweaver book, and will be doing the tutorials, honest!) but could
someone help me patch up just one basic html page that I am almost
certain will need CSS?
THERE ARE TWO CONFLICTING ISSUES I'M RUNNING INTO:
1>>>>> I want the table to automatically RESIZE ITSELF <--
HORIZONTALLY--> to the width of the User's Monitor/Browser
2>>>>> The REPEATING GRAPHIC that appears below the top graphic is a
gradient: This means that it displays correctly ONLY if either
REPEATING or OVERLAPPING -- but NOT if it is
( ( S T R E T C H E D ) ).
I hope that makes sense (blush). Thanks, and both the HTML and the
EXAMPLE LINK follow.
MC
===================================================
http://www.geocities.com/a4248713/REPEATME.html
- - - - - - - - - - - - - -
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-
Type">
<title>HORIZONTALLY-REPEAT AN IMAGE IN A CELL</title>
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(0, 0, 0);"
alink="#ee0000" link="#0000ee" vlink="#551a8b">
<table style="text-align: left; width: 100%; margin-left: auto; margin-
right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top;">
<img style="width: 100%; height: 100%;" alt="" src="http://
www.geocities.com/a4248713/TOP-IMAGE.jpg"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top;">
<img style="width: 100px; height: 800px;" alt="" src="http://
www.geocities.com/a4248713/BOTTOM-HORIZONTAL-TILE.jpg"><br>
</td>
</tr>
</tbody>
</table>
<br>
</body>
</html>
- - - - - - - - - - - - - -