Fullmetal Chocobo

Moderator<br>Distributed Computing
Moderator
May 13, 2003
13,704
7
81
Instead of having a black back ground, how do I put a pic for the background, say back.jpg, in the example code? I'm not familiar with XML at all, and I can't find such a simple thing online....
Tas.

EXAMPLE:
body {
background:#000;
margin:0;
padding:40px 20px;
font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
text-align:center;
color:#ccc;
font-size/* */:/**/small;
font-size: /**/small;
}
 

Codewiz

Diamond Member
Jan 23, 2002
5,758
0
76
Yeah you aren't actually modifying the XML, you are just modifying the stylesheet associated with it. XML is just text data
 

Fullmetal Chocobo

Moderator<br>Distributed Computing
Moderator
May 13, 2003
13,704
7
81
Yea, I'm not familiar with CSS (Character Style Sheet, right) at all. I've always hard-coded all of my web pages, but I'm messing with a blog now... I seen XML in it, so I made an assumption. Thanks for the info, and I got it done. Thanks a lot.
Tas.