WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

224

i found a basic template and added background image change information in the header and centered it then added paragrah abasic one and centered that ran it on a editor that test your code and it worked but poal gives me error 0:0 invalid css

code is this here the url is a pic8 link

<!DOCTYPE html> <html> <head> <style> 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; } </style> </head> <body>

<h1>Homegrown Winery</h1> <p>come dwell into the world of wine</p>

</body> </html>

i found a basic template and added background image change information in the header and centered it then added paragrah abasic one and centered that ran it on a editor that test your code and it worked but poal gives me error 0:0 invalid css code is this here the url is a pic8 link <!DOCTYPE html> <html> <head> <style> 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; } </style> </head> <body> <h1>Homegrown Winery</h1> <p>come dwell into the world of wine</p> </body> </html>

(post is archived)

[–] 1 pt 3y (edited 3y)

Now I am just wildly guessing but since it says 0:0 invalid cssit 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;
}
[–] 1 pt 3y

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

[–] 0 pt 3y

oh.. well the css sets the background to red so remove that line.

background-color: red;

[–] 0 pt 3y

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");

[–] 0 pt 3y

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