I am just learning ccs and know some html trying this, seems difficult. Since it wont work in IE, i am trying to use the images in ccs then.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
</head>
<body>
<div align="left">
<table width="500" cellpadding="5" cellspacing="0" border="0" style="background-color: #565656" class="borderless">
<tr>
<td width="725" valign="top">
<table width="600" cellpadding="0" cellspacing="0" border="0" style="background-color: #565656" class="borderless">
<tr>
<td align="center">
<p>
<br />
<h1><font color="#1C008E" style="font-size:17px;"><strong><u>text, text, text, text, text, text, text, text, text</u></strong></font></h1>
<font color="#FFFFFF" style="font-size:16px;">text, text, text, text, text, text, text, text, text text text text text text text text.</font>
<br />
<font color="#FFFFFF" style="font-size:16px;">text, text, text, text, text, text, text, text, text text text text text text text text</font>
<br /><br />
<font color="#FFFFFF" style="font-size:16px;">text, text, text, text, text, text, text, text, text text text text text text text text</font>
<br /><br /><br /><br /><br /><br /><br /><br />
<font color="#FFFFFF" style="font-size:16px;">text, text, text, text, text, text, text, text, text text text text text text text text text text text text text text text text text</font>
<font color="#FFFFFF" style="font-size:16px;">text, text, text, text, text, text, text, text, text text text text text text text text text text text text text text text text text</font>
<font color="#FFFFFF" style="font-size:16px;">text, text, text, text, text, text, text, text, text text text text text text text text text text text text text text text text text</font>
<br />
<font color="#FFFFFF" style="font-size:16px;">text, text, text, text, text, text, text, text, text text text text text text text text text text text text text text text text text</font>
</p>
</td>
</tr>
</tr>
</table>
<td width="225" valign="top">
<table width="225" cellpadding="0" cellspacing="0" border="0" style="background-color: #9C084A" class="borderless">
<tr>
<br /><br /><br />
<td align="center">
<p>
<br />
<font color="#FFFF00" style="font-size:15px;"><SPAN style="BACKGROUND-COLOR: #339966"><strong> text text text text text </strong></span></font>
<br /><br />
<font color="#FFFF00" style="font-size:15px;"><SPAN style="BACKGROUND-COLOR: #339966"><strong> text text text text text </strong></span></font>
<br /><br />
<font color="#FFFF00" style="font-size:15px;"><SPAN style="BACKGROUND-COLOR: #339966"><strong> text text text text text </strong></span></font>
<br /><br />
<font color="#FFFF00" style="font-size:15px;"><SPAN style="BACKGROUND-COLOR: #339966"><strong> text text text text text </strong></span></font>
<br /><br />
<font color="#FFFF00" style="font-size:15px;"><SPAN style="BACKGROUND-COLOR: #339966"><strong> text text text text text </strong></span></font>
<br /><br />
<font color="#FFFF00" style="font-size:15px;"><SPAN style="BACKGROUND-COLOR: #339966"><strong> text text text text text </strong></span></font>
<br /><br />
</p>
</td>
</tr>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
*****************************************
trying to put this together and im getting confused.
*****************************************
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<style type="text/css">
/*<![CDATA[*/
.roundcont {
width: 250px;
background-color: #f90;
color: #fff;
}
.roundcont p {
margin: 0 10px;
}
.roundtop {
background: url(images/corners/tr.gif) no-repeat top right;
}
.roundbottom {
background: url(images/corners/br.gif) no-repeat top right;
}
img.corner {
width: 15px;
height: 15px;
border: none;
display: block !important;
}
/*]]>*/
</style>
</head>
<body>
<div class="roundcont">
<div class="roundtop">
<img src="tl.gif" alt=""
width="15" height="15" class="corner"
style="display: none" />
</div>
<p>text text text text text text text text text
text text text text text text text text text text
text text text text text text text text text text
text text text text text text text text text
text text text text text text text text text text
text text text text text text text text text text
text text text text text text text text text text
text text text text text text text text text text
text text text text text text text
</p>
<div class="roundbottom">
<img src="bl.gif" alt=""
width="15" height="15" class="corner"
style="display: none" />
</div>
</div>
</body>
</html>
Im not sure how to get the text in table 1 to wrap under table 2.
heres the links to what the code above looks like:
http://www.dreadfulzombie.com/indexa.html
http://www.dreadfulzombie.com/indexb.html
which gives me http://www.dreadfulzombie.com/indexc.html