Pottsy
04-28-2008, 10:20 AM
hi - i'm having trouble validating what should be a straightforward / simple code snippet from the css anthology
<style type="text/css">
.featureimage {float:left;
width:319px;
height:255px;}
</style>
</head>
<body>
<h1>Chinese-Style Stuffed Peppers</h1><img alt="peppers" id="logo" src="peppers.jpg" />
<p>.various content blarb...
</p>
</body>
</html>
sorry for wasting your time with this problem, it seems fairly dumb, i'd really appreciate any suggestions which set me on the right trail, i'm determined to become good at this CSS positioning lark
<style type="text/css">
.featureimage {float:left;
width:319px;
height:255px;}
</style>
</head>
<body>
<h1>Chinese-Style Stuffed Peppers</h1><img alt="peppers" id="logo" src="peppers.jpg" />
<p>.various content blarb...
</p>
</body>
</html>
sorry for wasting your time with this problem, it seems fairly dumb, i'd really appreciate any suggestions which set me on the right trail, i'm determined to become good at this CSS positioning lark