Jump to content

Image Text Image On Same Line


Guest Bobsy

Recommended Posts

Guest Bobsy

I am very new to CSS and I am trying to do the following:Image (left) Text (center) Image (Right)What is the proper markup?Thanks in advance for any help.

Link to comment
Share on other sites

<div>     <div style="float:left;width:##px"><img src="..." alt=""/></div>     <div style="float:left;width:##px">text</div>     <div style="float:left;width:##px"><img src="..." alt=""/></div>     <br style="clear:left"/></div>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...