Jump to content

Word wrap help


spires

Recommended Posts

Hi

 

I'm trying to wrap text around an image.

 

EXAMPLE:

 

MY MAIN IMAGE        this would be my wrapper text

FOR THE WRAPPER  this would be my wrapper text

TEXT TO WRAP        this would be my wrapper text

AROUND.               this would be my wrapper text

this would be my wrapper text

this would be my wrapper text

 

 

For some reason it works when the image to the left,

But when I want it in reverse it does not work.

 

 

EXAMPLE 2  (this does not work)

 

this would be my wrapper text      MY MAIN IMAGE

this would be my wrapper text      FOR THE WRAPPER

this would be my wrapper text      TEXT TO WRAP

this would be my wrapper text      AROUND.  

this would be my wrapper text  this would be my wrapper text

this would be my wrapper text  this would be my wrapper text

 

 

HERE IS MY HTML:

<div class="left1">
<span class="verdana_10">
When you call us after a few questions from one of our trained consultants we can save you between 30-60% immediately. So why wait? Pick up the phone and call us right now to start saving!
<br>
<br>
Fact: The truth is that most UK companies are on call plans that just aren’t correctly tailored to fit their needs. And it’s usually through no fault of their own. Either they were originally miss-sold a generic low minute package or they have simply outgrown their current deal.
<br>
<br>
Tailored  Made Business Mobile Solutions:  After a few quick questions from your Businessmobiles.com strategic consultant we will analyse your individual needs, weigh up your mobile use-age, factoring in future growth and then asses which of the countless mobile price plans and Business Solutions is actually the very best fit for you...
<br><br>
On average we can save you between 30-60% immediately.
</span
</div>

<div class="right1">
<img src="page GFX/we'll save you money/main_img.jpg" border="0"/>
</div> 

 

 

HERE IS MY CSS:

div.left2 {
    color: #006;
    float: left;
width: 323;
}
div.right2 {
    color: #600;
}

 

 

Any help would be great

 

:-)

 

 

Thanks

Link to comment
Share on other sites

In your css you said

div.left2 {

    color: #006;

    float: left;

width: 323;

}

div.right2 {

    color: #600;

}

 

but in your html you said

<div class="left1">.........<div class="right1">

 

In your html you use 1 but in your css 2

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.