Messed up my CSS! Help!

Status
Not open for further replies.

Ewc1307

Formerly known as BuggyVeyron
Messages
423
Location
England
Hey all,

Now when it comes to CSS i'm, to be honest, useless.

I am using a template from OSWD and have removed a <div> or a </div> and now, if you look at the link at the bottom, i need the 'PHP Sections' down the right, aligned to the right of the updates:

BuggVeyron's PHP

Help! - I know it's something silly...:embaressed:
 
Well if you look at the link the PHP Sections bit thats bottom right should be aligned to the right of the bits on the left.

Apr PHP Sections
05

Apr " " "
04


Like that...does that explain it better?
 
Unless i am not getting it there is no display issue here???

 
You think it doesn't look right? - Attached is how it 'should' look...using good 'ol MS Paint :)

tf-1.jpg


The menus on the right just need shifting up...it's a div tag somewhere...
 
i don't really understand you much, all i know is something moving right. you may want to include float, padding and margin in your css, read up on it.
 
You can try moving the section commented as "right link column" above the section commented as "center news column" in the xhtml. This works because the browser positions the right column at the top first and then because it does not fill the entire area it positions the news column next to it in the available space.

You can also use css positioning to accomplish the same thing, but you are adding unnecessary code in my opinion.
 
Status
Not open for further replies.
Back
Top Bottom