Monday, July 26, 2010

HTML/ CSS Text and Image side by side

1 comment

This code snippet provides a CSS and HTML to place image and text side by side in a HTML page.

The CSS.

.mydiv {background: lightblue; width:250px; height: 250px;}

.myimage {float:left; width:100px; height:150px; margin:5px;}

The HTML.
<html>

<head>

<link rel='stylesheet' href="testme.css">

</head>

<body>

<div class="mydiv">

<img class="myimage" src="testme.jpg"/>

Hi. Image with text on the same line.

Hi. Image with text on the same line.

Hi. Image with text on the same line.

Hi. Image with text on the same line.

Hi. Image with text on the same line.

Hi. Image with text on the same line.

Hi. Image with text on the same line.

Hi. Image with text on the same line.

</div>

</body>

</html>.

The output.
If You Enjoyed This, Take 5 Seconds To Share It

1 comment:

  1. I had a keen interest to use CSS and I am using it from last 5 days..thank you for the post..Custom Software Development Services

    ReplyDelete