Why do I get garbage?

liunx

Guest
Howdy~
Why do I get this garbage on this this code?


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html>
<head><title>Test</title>
<style type="text/css" media="screen"> <!-- #someContainer { width: 400px; } .leftBox { float: left; width: 50%; } .rightBox { margin-left: 50%; } --> </style>

</head>

<body bgcolor="EE2C2C" text="#000000" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<div id="someContainer"> <div class="leftBox">Stuff goes here</div> <div class="rightBox">More stuff goes here</div> </div>

</body>
</html>


Thanks
The Devilwhat garbage?Howdy~
This is what I get:

é–­
 
Back
Top