Now I am just wildly guessing but since it says 0:0 invalid css
it seems to only want css so how about just using the stuff between the style tags?
body {
background-image: url;
background-color: red;
}
P { text-align: center }
H1 { text-align: center }
H1 {
color: white;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
}
that worked but when i changed url to the link i get the red defualt background i wanna use the image if i can and thanks for the help
oh.. well the css sets the background to red so remove that line.
background-color: red;
open the url in a webbrowser, the link works?
if it works you need to wrap it in url("")
like:
background-image: url("https:/somesite.com/whatever/chipmunk.png");
Did that told me no urls allowed sp i uploaded image and used %%imagename%% and didnt work no big deal thanks for the help have a good
(post is archived)