kjetil.a
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing orientation from left to centerOh, and I’m working on the blog here now…
Forum: Themes and Templates
In reply to: Changing orientation from left to centerUsing Web Developer I’ve tried different variations like so:
#rap { background: #ffffff; <div> background-color: #ffffff; height: 100%; margin-top: 0pt; margin-right: auto; margin-bottom: 0pt; margin-left: auto; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; width: 880px; </div> }…and so…
#rap { <div> background: #ffffff; float:left; background-color: #ffffff; height: 100%; margin-top: 0pt; margin-right: auto; margin-bottom: 0pt; margin-left: auto; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; width: 880px; </div> }…with either the result of removing the white box on top, getting it back, or moving the whole thing to the left and getting the white background as it’s supposed to be.
AS I’m not well versed in the phrasings of code, an example snippet would probably help me more than saying put “something on something”. Found out how to do a <div></div> though, cheers for that:-)
It’s not the end of the world, but it would be nice to fix this. Thanks a lot for your help so far!
Forum: Themes and Templates
In reply to: Changing orientation from left to centerI still can’t seem to get this to work. How exactly do you put something on a div?
I manage to turn the white box off, or get it back in full if I float the whole thing to the left, but that sort of puts me back where I started…Appreciate any help.
Forum: Themes and Templates
In reply to: Changing orientation from left to centerCheers, apljdi. That fixed the orientation. Darn, how is it can be sometimes…:-)
But the white background disappeared now, any suggestions?