Hi,
I am recreating my website and this is the page that i have come up with so far
http://www.dj-ultra.co.uk/website.html
Here is the code i have
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title><style type="text/css">
<!--
body {
background-image: url();
background-color: #CCCCCC;
}
.style1 {
font-family: "Times New Roman", Times, serif;
font-style: italic;
font-weight: bold;
color: #999999;
}
-->
</style></head>
<body>
<div align="center">
<p> </p>
<table width="739" height="369" border="1">
<tr>
<td><div align="center">
<p align="center"><img src="v2/Header1.jpg" width="650" height="200" align="middle" /></p>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="83%">
<td width="79%" height="345" align="center"><p align="center"><IFRAME SRC="http://dj-ultra.co.uk/home.html" TITLE="Home" width="600" height="300" name="TheIFRAME">
If you can see this, your browser doesn't
understand IFRAME. However, we'll still
<A HREF="http://dj-ultra.co.uk/site.html">link</A>
you to the file.
</IFRAME>
<div align="center">
<table width="583" height="76" border="1">
<tr>
<td height="70" background="v2/links.jpg"> </td>
<td background="v2/user-info.jpg"> </td>
<td background="v2/updates.jpg"> </td>
</tr>
</table>
</div>
</td>
</div>
</tr>
</table>
<p> </p>
<p> </p>
</body>
</html> I am using Dreamweaver CS3
As you can see there is a line above the iframe, How can i remove it?
Also i would like to put a table next to the iframe but it shows at the top of the iframe so how can i move it to the left of the iframe? or even put a border there instead.
Thanks Jay