I think you might be trying to give the text a little room to breathe right?
You can't add width to the #centre div without also adding width to
#container div also. I f you do that you will need to re-design the images,
because it is a fixed width design.
If I were you, I would try playing with the padding values in these two
elements:
#divNewsText {padding:13px;}
#centre p {padding:15px;}
Also you have some deprecated tags in your markup also. Try replacing any
<font> tags with <span> or <p>. Your pages will not validate as XHTML with
those tags. Also make all your tags lowercase. example: <br> not <BR>
Good Luck
Jamie
On Wed, Sep 3, 2008 at 1:36 PM, jeanpul <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> You have to increase the width property of the 'centre' id attribute
>
> #centre{
> float: left;
> width: 365px;
> }
>
> But remember that using float positioning then the text could be
> larger that the container.
>
> Regards,
>
> On 3 sep, 16:22, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
> > Hi: Can any one please tell me that how to i increase the width of the
> > middle column of the page? I mean where all the text and the
> > information it has
> >
> > http://www.southeastneurology.com/testsite/test2.html
> >
> > Thanks
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---