[css-d] Two inline, centered DIVs with line breaks inside

2006-04-24 Thread Mike Botsko
I have two links that I want to sit inside of a big gray box. Those two big gray boxes will be next to each other (matching heights) and centered in the page. However the second link has br / tags within it. div id=linkButtons div class=linkButtona href = Removed Link Text/a/div div

Re: [css-d] Two inline, centered DIVs with line breaks inside

2006-04-24 Thread Christian Montoya
On 4/24/06, Mike Botsko [EMAIL PROTECTED] wrote: I have two links that I want to sit inside of a big gray box. Those two big gray boxes will be next to each other (matching heights) and centered in the page. However the second link has br / tags within it. div id=linkButtons div

Re: [css-d] Two inline, centered DIVs with line breaks inside

2006-04-24 Thread Mike Botsko
The problem with the float: left is that it offsets the centering. The two boxes are together and with a clear element the DIV boxes surround the links properly, but both links show up in the top left of the wrapping DIV. Michael Botsko Web Developer 503.227.2571 x230 AIM: botskonet

Re: [css-d] Two inline, centered DIVs with line breaks inside

2006-04-24 Thread Tom Livingston
On 4/24/06 4:00 PM, Mike Botsko [EMAIL PROTECTED] wrote: The problem with the float: left is that it offsets the centering. The two boxes are together and with a clear element the DIV boxes surround the links properly, but both links show up in the top left of the wrapping DIV. .linkButtons