I am trying to place an image that does not impact my text. When I insert my image the text moves to the the left.
Any guidance???
Hi,
its hard to say without a link because I can’t see how your markup is organised.,
I think you might be looking for the float property though.
Cheers
Mark
Here is the link
Will be back on PC soon and I’ll take a look
You are using bootstrap, so i suggest reading up about grids.
http://getbootstrap.com/css/#grid
Hi,
You have your image wrapped in a div with an inline style, like so,
<div style="float:right">
This makes your image go right and thus your text go left.
Your CSS styles will be easier to maintain if you put them all in the css section.
HTH
Mark
Thank you that worked great
1 Like