Open main menu

CDOT Wiki β

Changes

CSS GUIDE FLOAT

6 bytes removed, 18:16, 4 December 2006
Usage Examples
<head>
<style type="text/css">
img b
{
font-size: 25px; float:right;
}
</style>
</head>
<body>
<p> <b>HELLO!<img src="logocss.gif" width="95" height="84" /b>
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
</p>
</body>
</html>
1
edit