Replies

Jul 23, 2012 13 years ago
Asmodea
has a strong pet
User Avatar

Yep, just another coding questions, however I didn't find anything on that. I'm talking about this profile. I think my problems are easy to see. First of all the copyright and all this stuff are right in the middle. How can I move or even remove that? Second is: the background image goes further below than this and I have seen profiles that were larger but I don't know how to do it. Would be very grateful if you guys could help me. Thanks!

Jul 23, 2012 13 years ago
Heathersaur
is a skilled hooker
User Avatar

, , {display:none;} You need to put commas between different div names.

As for the background problem, it's because it's a background. A background will only appear as much as there is content if that makes sense.

A simple, lazy, bad coding way to fix = Add a blank div to the bottom

Good coding and design method = I keep the to rule of thumb of making layouts 1200 x 600 because that is around the most popular screen resolution size, if you want to have a vertical layout, make something that can tile easily or you can take those bottom two elements (the snow flake and swirly thing) cut those into an image and place them into a separate div and position at the bottom of your layout, but be careful with that method as with different screen resolutions and browsers can throw things off.

[IMG align=center]http://i.imgur.com/TMGF2.png[/IMG]
[font= Georgia]My profile & graphics commissions are CLOSED.
Join my ping group to get info on my commissions & freebies![/font]

Jul 24, 2012 13 years ago
Asmodea
has a strong pet
User Avatar

Thanks a lot for your help! I think I'll go for the lazy solution this time, but I'll keep your words in mind next time.

Please log in to reply to this topic.