Conor
New Member
- Messages
- 3,570
- Reaction score
- 0
- Points
- 0
www.whosurpaddy.com
I am developing a Toronto version of this site for a client. That Australian version gave us the files and images we need to do it but it seems like they did a halfassed job on the HTML. If you go: http://stmikesgfc.com/wup/ you'll see that not everything is lining up too nicely. I think it's to do with the coding of the divs. Can someone take a look for me?
I am developing a Toronto version of this site for a client. That Australian version gave us the files and images we need to do it but it seems like they did a halfassed job on the HTML. If you go: http://stmikesgfc.com/wup/ you'll see that not everything is lining up too nicely. I think it's to do with the coding of the divs. Can someone take a look for me?
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Who's Ur Paddy, Toronto</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="assets/templates/wup/style/general.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="assets/templates/wup/js/swfobject.js"></script>
</head>
<body>
<div id="header" style="background-image: url(assets/templates/wup/images/header_tor.jpg); ">
<div id="login_home" style="background-image: url(assets/templates/wup/images/login_bg_home_tor.jpg); "><span style="font-size:14px; ">Sign In</span>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="25%">Username</td>
<td width="75%" class="field"><input name="username" type="text" size="14" /></td>
</tr>
<tr>
<td>Password</td>
<td class="field"><input name="password" type="text" size="14" /></td>
</tr>
<tr>
<td> </td>
<td><img src="assets/templates/wup/images/button_login.gif" alt="" /></td>
</tr>
</table>
<a href="#">Forget Your Password?</a><br>or<br>
<img src="assets/templates/wup/images/button_register.gif" alt="" />
</div>
<div id="flash_banner"></div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("assets/templates/wup/swf/bannerhome.swf", "banner", "325", "200", "8", "");
so.addParam("scale", "noscale");
so.addParam("quality", "high");
so.addParam("menu", "false");
so.addParam("salign", "t");
so.write("flash_banner");
// ]]>
</script>
</div>
<div id="main">
<div id="flash_nav"></div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("assets/templates/wup/swf/main_nav.swf", "menu", "310", "463", "8", "");
so.addVariable("city", 2);
so.addParam("scale", "noscale");
so.addParam("quality", "high");
so.addParam("menu", "false");
so.addParam("salign", "t");
so.write("flash_nav");
// ]]>
</script>
<div id="dummy"></div>
</div>
</body>
</html>