Hey all, I need with my iframes that I put on my webpage.
As you can see by the image here, they are not centered properly: [IMG]http://img296.imageshack.us/img296/4219/iframehelpsn0.th.jpg[/IMG]
Using the center alignment just doesn't move it enough to the spot I want it. I was wondering if maybe there were some other way to move it. Any help would be appreciated.
Here's my code:
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
<!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=iso-8859-1" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<style type="text/css">
<!--
body {
background-image: url(../background.gif);
}
.style1 {color: #FFFFFF}
.style2 {color: #000000; }
-->
</style>
</head>
<body>
<div style="text-align:center;">
<p><img src="../toppartpsd copy copy.png" width="800" height="240" border="0" /></p>
<p> </p>
</div>
<table width="100%" height="600" border="1" align="center" cellpadding="5" cellspacing="1">
<tr>
<td width="200" height="220" align="right" valign="middle" background="../litle box.png" bgcolor="#2C2C2C" scope="col">
<iframe src="http://www.teamufh.com/phsycostats"
width="120" height="180" marginwidth="0" marginheight="0"
hspace="0" vspace="0" frameborder="0" scrolling=yes> </iframe></td>
<td width="343" rowspan="2" align="right" valign="bottom" bordercolor="#2B2B2B" background="../main-box.png" scope="col"><p>
<iframe src="http://www.teamufh.com/main"
width="300" height="420" marginwidth="0" marginheight="0"
hspace="0" vspace="0" frameborder="0" scrolling=yes> </iframe>
</p>
<p> </p>
<p> </p></td>
<td width="250" height="280" align="center" valign="middle" background="../litle box.png" bgcolor="#2C2C2C" scope="col">
<iframe src="http://www.teamufh.com/phsycostats"
width="120" height="180" marginwidth="0" marginheight="0"
hspace="0" vspace="0" frameborder="0" scrolling=yes> </iframe></td>
</tr>
<tr>
<td width="250" height="280" align="center" valign="middle" bordercolor="#F4F4F4" background="../litle box.png" bgcolor="#2D2D2D" scope="col">
<iframe src="http://www.teamufh.com/phsycostats"
width="120" height="180" marginwidth="0" marginheight="0"
hspace="0" vspace="0" frameborder="0" scrolling=yes> </iframe></td>
<td width="250" height="280" align="center" valign="middle" background="../litle box.png" bgcolor="#2B2B2B" scope="col">
<iframe src="http://www.teamufh.com/phsycostats"
width="120" height="180" marginwidth="0" marginheight="0"
hspace="0" vspace="0" frameborder="0" scrolling=yes> </iframe></td>
</tr>
</table>
</body>
</html>
Thanks in advance :mrgreen: