<html>
<head>
<style>
.floatright {float: right }
.setwide {width: 300; }
.sethigh {height: 300'; }
.floatset {float: right; width: 300; }
</style>
</head>
<body>
<img src="pics/snowcritter.jpg" class="floatset" />
<img src="pics/snowcritter.jpg" class='setwide' />
</body>
</html>
The problem is that all of the first three classes work just fine if I format the pictures using them, but for some reason the last one, floatset, just doesn't work. It is written in the same format as the others. You can see the output at www.wardricker.com/temp.html. floatset neither floats to the right nor sets to 300 px. Does anyone know why my page just doesn't accept floatset?

New Topic/Question
Reply



MultiQuote




|