chris linford get going guides
item1

Wraping text around image in HTML

If you just place an image on your web page and then follow it with text the text will start at the bottom of the picture. Normally this would not be very satisfactory and splits up the page. By adding a simple alinment code to your image you can overcome this. Not you can not do this with a centred page design unless you are placing this in a DIV layout or a table, see later examples.

<html>

<head>

<title> Text wrap</title>

</head>

<body>

<img src="yourimage.jpg">loads and loads of text loads and loads of text loads and loads of text loads and loads of text loads and loads of text loads and loads of text loads and loads of text </br>

 

<img src="yourimage.jpg" align="left">loads and loads of text loads and loads of text loads and loads of text loads and loads of text loads and loads of text loads and loads of text loads and loads of text

 

</body>

</html>

samplebutton1
facebook
linkedin
twitter
youtube
item7 return to home page Chris Linford Get Going Guides return to home page chris linford get going guides