Jump to content

Problem With Css And #echo


Recommended Posts

Guest guest_Peter
Posted

:)

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?

  • 3 weeks later...
Posted

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

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...