Guest guest_Peter Posted January 11, 2003 Posted January 11, 2003 I put a css file in my directory and everything works well except background-image: url(images/T03.jpg) and list-style-image : url("gifs/ATBALL4.gif") What is wrong? Also have problem with <!-- #echo var="LAST_MODIFIED" -- > it's not working either. I tried everything on my local machine and everything works well, but it doesn't on *****' server. Can anybody help? Quote
Pat Posted February 2, 2003 Posted February 2, 2003 Peter, I have been trying to get <!-- #echo var="LAST_MODIFIED" -- > to work also. I will be watching for a solution. If you find it first, would you share with me? I will do the same for you. Thanks! Pat Quote
KevinW Posted February 3, 2003 Posted February 3, 2003 Pat, your problem is two-fold: 1. Your syntax is NOT entirely correct. There is no space between <!-- and #echo. Here is the correct syntax: <!--#echo var="last_modified" --> 2. You need to rename your page from using a .htm/.html suffix to a .shtml suffix. The 'echo' command format will only work if the page name is .shtml For an example, look at: http://tch.kwsupport.com/insertcommands.shtml HTH, kw Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.