I am still getting a black border around the main content area even though I've removed the relevant code in the stylesheet:
http://dppokervenom.me/index.php?main_page=
Any ideas?
I am still getting a black border around the main content area even though I've removed the relevant code in the stylesheet:
http://dppokervenom.me/index.php?main_page=
Any ideas?
You have both stylesheet.css and stylesheet2.css and these are both being processed in order
I assume that your stylesheet2.css is old or saved for posterity....
Change the extention to anything BUT .css
Zen-Venom Get Bitten
You are my new best friend! Thank you :)
Thanks for this answer, I had the exact same problem except I wanted to change the border color, and that fixed it.
Is renaming files a problem only with css files; or could it affect php or text files, too? Each time I change a page, I typically rename the original file from name.php to name1.php, so I always have a copy of the original. I am wondering if this could become a problem?
Not as critical (in Zencart) as the stylesheet, but changing the extension of the old file is probably a good habit to get in to.
I will start doing that, thanks.