For some reason I am not able to fix border (see my URL below: blue border & blue text inside) correctly on my website! Everything is fine, accept the height of the border (it's too high now!!). I would like to have also white space at top & bottom of border. Next, automatically space between sentences should also reduce then! Now the top & bottom of border takes the height of my table. I hope that someone sees my problem! Many thanks in advance for your help!
Below I will also show my html doc. Bye now.
URL -
http://www.dhost.info/studioedesign/index1.html
-----------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head><title>Professional affordable Web design from Studio eDesign</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<style type="text/css">
a {text-decoration: none}
a:hover {text-decoration: underline}
body
{
scrollbar-base-color: #33ff00;
scrollbar-arrow-color: #330000;
scrollbar-DarkShadow-Color: #330000;
}
table {width:100%}
.txt{position:relative; left:10%; width:60%; border:1px solid #0099ff; padding:5px;}
p {padding: 10px;}
</style>
</head>
<body bgcolor="#000000" leftmargin="0"
topmargin="0" link="#cccccc" vlink="#cccccc" alink="cccccc" oncontextmenu="return false">
<table width="800" border="1"
cellspacing="0" cellpadding="0"
bordercolor="#000000">
<tr><td>
<table width="800" border="0"
cellspacing="0" cellpadding="5"
bgcolor="#000000" align="center"><tr bgcolor="#FFFFFF">
<td><img src="images/SElogo.jpg" width="288" height="44" /></td>
</tr>
<tr>
<td>
<div align="right">
<font color="#FFFFFF"><a
href="index.html">Home</a> | <a
href="about.html">About</a> | <a
href="prices.html">Prices</a> | <a
href="contact.html">Contact</a> | <a
href="order.html">Order Now</a>
</font></div>
</td>
</tr>
<tr>
<td><img src="images/hp.jpg"
width="799" height="234" /></td>
</tr>
<tr valign="top">
<td>
<table width="100%" border="0"
cellspacing="0" cellpadding="0"
bgcolor="#FFFFFF">
<tr>
<td width="50%"><div class="txt">
<div align="center"><font color=#0099ff face="Comic Sans MS, Arial, Helvetica,
sans-serif" size="3"><b>Limited offer!!!</b></font><br />
<font color=#0099ff face="Comic Sans MS, Arial, Helvetica,
sans-serif" size="2">Your own website for only $69 now.<br />
Includes free webhosting & domain name.<br />
Absolutely no risk on your part.<br />
You pay us only when you are satified!<br />
Like to know more? Don't wait!<br />
Email us at: </font><A HREF="mailto:contact@studioedesign.info"><FONT COLOR="#0099ff"><b>contact@studioedesign.info</b></font></a></div>
</div></td>
<td width="50%">
<p><font face="Arial, Helvetica,
sans-serif"
size="3"><b>Welcome</b></font><br /><br />Studio eDesign is a small Web site design company for businesses and individuals. We provide high quality Web services at very cheap rates! Our team work with you to make sure you get exactly what you want in your Web site. We are
original and precise in our work. At Studio eDesign your
satisfaction is guaranteed!</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<div align="center"><font
color="#cccccc" face="Verdana, Arial, Helvetica,
sans-serif" size="1">© 2004 Studio eDesign.
All rights reserved. <A HREF="linkexchange.html">Link Exchange</a></font> <A HREF="mailto:contact@studioedesign.info">
<img src="images/email.gif"
border="0" /></a></div>
</td>
</tr>
</table>
</td>
</tr>
</table><!-- Start of StatCounter Code -->
<script type="text/javascript" language="javascript">
var sc_project=442277;
var sc_partition=2;
</script>
<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js" /></script><noscript><a href="http://www.statcounter.com/free_hit_counter.html" target="_blank"><img src="http://c3.statcounter.com/counter.php?sc_project=442277&amp;java=0" alt="free hit counter" border="0" /></a> </noscript>
<!-- End of StatCounter Code -->
</body>
</html>