Jump to content

Alignment Trouble


Earpy

Recommended Posts

Hey guys,

 

 

 

I have recently started developing a website and im having some trouble aligning some parts of the template. The problem is that the content boxes in the middle of the site keep 'stairing' down the the right. I want the all aligned in the center and I can't find a way to do it. Click here for an image of the problem.

 

 

 

[hide=Code which displays the boxes 3 content boxes]














				Introduction












This is where news will be posted. Latest updates will also be posted here.











				Posted by Author























					Introduction












This is where news will be posted. Latest updates will also be posted here.









                		Posted by Author























					Introduction












This is where news will be posted. Latest updates will also be posted here.









                		Posted by Author







Link to comment
Share on other sites

You're missing closing

tags for each of your
sections. This is causing them to nest inside each other and stack up the 7px margin you have in the CSS file.

 

 

 

[hide=Fixed code]

      







              Introduction








This is where news will be posted. Latest updates will also be posted here.







              Posted by Author





















                 Introduction








This is where news will be posted. Latest updates will also be posted here.







                      Posted by Author













            





                 Introduction








This is where news will be posted. Latest updates will also be posted here.







                      Posted by Author







[/hide]

Link to comment
Share on other sites

Wow, Thank you so much. I actually think I've fallen in love with you - Marry me? Only kidding :P

 

 

 

Seriously though, something so obvious yet it can still be missed. Thanks a bunch! Worked a treat!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.