Unless I misunderstand, won't this do what you want:

<div style="width:500px">
  <div style="float:right">
    <img src="" />
    this is my caption
  </div>
  blah blah blah, this is my main text block
</div>

On Mon, 26 Jul 2004 15:54:30 -0400, Damien McKenna
<[EMAIL PROTECTED]> wrote:
> On Jul 26, 2004, at 1:33 PM, Barney Boisvert wrote:
> > make a div containing both the image and the caption, and float the
> > div.  dont' float the image, just use whatever alignment you need to
> > get it and the caption to lay out how you want it.
>
> You mean position:absolute and give it x/y coords?  Then the text goes
> behind it instead of around it.  With position:relative the text stars
> after the div.
>
> I should say that the text starts with a H1 with these settings:
>
> h1 {
>        font-size: 18px;
>        font-family:  "Arial Narrow", Arial, Helvetica, sans-serif;
>        font-weight: normal;
>        padding: 15px 0px 12px 0px;
>        margin: 0px;
>        color: #0066cc;
> }
> --
> Damien McKenna - Web Developer - [EMAIL PROTECTED]
> The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
> "Nothing endures but change." - Heraclitus
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to