Hey, and yes, before we begin I am a complete fucking faggot and I can't build real sites so I use tables please rape my face.
Anyways Im making a reallly simple lander in dreamweaver. Basically when rendered in chrome its fine, but when rendered in FF or IE there is no border displayed and I dunno why that is.
And since Im here I know I need to start learning CSS cause inception shit with tables isnt going to work out to well in the long run. So should I familarize myself with HTML5 and then CSS or what version of HTML would be best to become proficient in?
Thanks
Heres the code:
Anyways Im making a reallly simple lander in dreamweaver. Basically when rendered in chrome its fine, but when rendered in FF or IE there is no border displayed and I dunno why that is.
And since Im here I know I need to start learning CSS cause inception shit with tables isnt going to work out to well in the long run. So should I familarize myself with HTML5 and then CSS or what version of HTML would be best to become proficient in?
Thanks
Heres the code:
HTML:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled Document</title>
</head>
<body bgcolor="#AEBDBC">
<center><Br></BR>
<table height="span" width="900px" bgcolor="#FFFFFF" tableborder="1" bordercolor="#0C313F">
<tr>
<td valign="top" align="center">
BLAH BLAH CONTENT
</td>
</tr>
</table>
</center>
<center>
</body>
</html>