Language…
19 users online:  Ahrion, Anas, anonimzwx, autisticsceptile1993, Batata Douce, codfish1002, Foxy_9000_, Hammerer, LuigiTron, magianegra21, Mario's GameBase, Maw, NewPointless, playagmes169, ppp9q, sinseiga, Sokobansolver, Sparx, The_Uber_Camper - Guests: 263 - Bots: 343
Users: 64,795 (2,376 active)
Latest user: mathew

Cropping out my layout

As you can see in my layout, below the image below my post there is still part of a box where the post is. How do I crop out this?
Oh God, this layout's code looks really wrong
Ok, for starters. You really shouldn't use <img> in a layout, as it will either stretch the page or look cut off to anyone who doesn't have the exact resolution to suit your background image. Layouts should be made entirely by <div> tags. That level image should be in the parent <div> with bottom left repeat-x properties

Did you code this, or did someone else? I suggest a revision.

e: a big revision at that... it seems like the postbox's width is not even dynamic? what
It's easily the best thing I've done
So why the empty numb?
Okay, I've set the image to be <div> image. I've also forced the post to be 820px in width so I don't have to make the postbox dynamic. Now how do I remove that thing below the level image?
Set the bottom padding of .dominicentekpost_bg to zero.

That said, your layout still needs a lot of work:

- The post content takes up maybe 10% of the vertical space (the rest is the signature box, which has too much focus on it because it looks the same as the post box, and the level screenshot, which has no business being this tall).
- The post box doesn't stretch to fit all of the available space, leaving a huge unnecessary gap on wide screens. Maybe look up how border-image works?
- The font you want to use does not show up for anyone except you, and if it did, it would make your posts really annying to read. Emulogic isn't meant for body text.


 
Well, forcing the width of your postbox is pretty much just as bad as having an image. It still stretches my screen a little bit.
It's easily the best thing I've done
So why the empty numb?
Originally posted by Koopster
Well, forcing the width of your postbox is pretty much just as bad as having an image. It still stretches my screen a little bit.

Well, I'm not that advanced in HTML coding to actually set the image to be dynamic. I need some sort of a tutorial.

Edit: Okay nvm I've just played around with padding and it should be good now.