Okay, I've figured out the header. Designed a nice pic with graphics and put it in place. I haven't figured out why/how I downloaded Sandbox but that's not what is showing up (I copied/pasted into the CSS editor, but when I look at Presentation, it's showing the first theme I chose instead of Sandbox).
How do I change the background color from gradient Blue to whatever color I want it to be or even better, how do I put a jpg in the background instead of a color.
Look here to see what I mean: http://javajabber.wordpress.com/
Thanks...I'm learning! I now know what CSS means! Have been reading http://www.w3schools.com, but even though I see the info on HOW to put the code in, I don't know WHERE to put it in and
I have an image on my hard drive I want to use as background. It's called "coffeebubbles.:"
But where does it go? How do I upload it so I can use it?
Here's the code from w3school...
<html>
<head>
<style type="text/css">
body
{
background-image:
url('bgdesert.jpg')
}
</style>
</head>
<body>
</body>
</html>
Thanks...I've ordered a book from Amazon.com (WordPress 2: Visual QuickStart Guide (Visual QuickStart Guides)), maybe that will help more, but I'm rather impatient!