Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

problem with div alighnment

I had posted this before but it seems to have disappeared. i am having what may be a simple clear float issue - i'm not sure. I only know it's driving me mad.

If you look here: http://emendationslist.com/createaccount/createaccount.html you'll see the page i am struggling with. At the top you'll see a line of black text that begins "As I type this . . ." That line should be in up above, parallel to the logo "Reading Success Lab" I just put that text there to test and see if something simple and small (as opposed to images or form fields) would work. It didn't.

If you look here: http://emendationslist.com/createaccount/pics.html you'll see a couple of image examples of what i'm talking about. The post I made yesterday and cannot fined had two answers, both of which said the answerer didn't understand what i was trying to do. Hopefully this will help.

One answer also mentioned errors in my code, which i can't locate since i can't locate the post :(

Any ideas?

Thanks in advance.

Ev

1 Answer

for the header, try taking away this from your ".mastTop" class:

display: table-row-group;

also edit your ".mastTop" to this:

float: right; margin-right: 10%; margin-top: 15px;

Not sure if this is what you were after but i can only go by what i understood from the way you worded