Click to See Complete Forum and Search --> : [RESOLVED] Div help please


grimmylina
04-30-2008, 09:41 PM
Hello,

I have finally got the divs working on a site I am making except for one:

http://hotelshelley.com/allie/index_old.html

If you look at the "Quick Resrvations" you wil see the "Check Availability" button. It refuses to align right. I've tried just about everything....everything I know anyway but it won't move.

What am I doing wrong? :confused:

Thanks,

Allie

GoverNment
04-30-2008, 09:49 PM
i know this isn't the greatest idea, and definately not the best way to do, it but, did you try just to put like a couple of spaces ?

Centauri
04-30-2008, 11:32 PM
You have that button within a <p> tag, and <p>s have a right padding set. Remove the padding for that <p> :#checkaressrch p {padding: 0;}

grimmylina
05-01-2008, 09:21 AM
You're so smart!!!! That worked!!!! Thank you!!!!!!

: )