To make the page more readable, convert the original graphic to a
softer, more subtle graphic.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Background Graphics</title>
</head>
<body background="images/rose2.gif" bgcolor="#ffcccc" text="black" link="#bb5555" alink="red" vlink="#666666">
<br />
<b>
<center>
<h1>ROSE PRUNING 101</h1>
<br />
<br />
<font size="+1">ONE-STOP RESOURCE FOR PRUNING ROSES</font><br />
<a href="mailto:help@rosepruning.com">Email us</a>
if you have any questions or comments.
</center>
</b>
</body>
</html>
|