Log in

View Full Version : How do I span Text Alongside an image?



leematthews
05-13-2007, 09:33 PM
By span I mean have text alongside the height of an image and not just at the bottom right corner of an image.

leematthews
05-13-2007, 09:44 PM
Or for that matter a Table

jscheuer1
05-14-2007, 04:16 AM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>
<body>
<div style="width:485px;"><img style="float:left;padding:0 1ex 1ex 0;" src="http://www.google.com/intl/en_ALL/images/logo.gif" width="276" height="110">This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. </div>
</body>
</html>

leematthews
05-15-2007, 04:35 PM
Thanks a million :D