Hey Joern,
You can visit my wp development test site here
I implemented this rounded border code -both php and CSS
from this site.
Now as you can see the border is chopped up at the bottom /left/ right. Is there something I should do with the CSS.
Also, I am trying to use this nice gradient background and have it repeat
In my CSS I have this
body {
background:/*url(images/backgrounds/vtile.png) repeat-x 0px 0px #252525*/ #19110A;
color: #000;
padding: 13px 0 25px 0;
}
and it is still not showing. Is this because it is competing with bg color. Are you allowed to have one or the other or can you have both an image and a bg color?
Lastly, I tried to float right my div googleadv and it doesn't move Joern.
I really appreciate these last few tips.
BTW. I use Firebug. LOVE IT. Wonderful for detecting what web structure corresponds with what CSS selector.
In case you need to log into my account
at mmtest1.byethost22.com
User:admin
password:ironman21
Thanks
Omar