By: sheepy
Date: 2006-12-01
Time: 05:28
|
file= must not be quoted?
I'm trying to translate SSI includes into tbs onload, so that the site templates shows up perfect in dreamweaver. I noticed that I can't quote the file parameter's value, e.g. [onload;file="sqft_header.html"] will fail.
Is this intentional? I'm using TBS 3.2
P.S. the optimisation in 3.2 looks good. =)
|
By: Skrol29
Date: 2006-12-01
Time: 12:27
|
Re: file= must not be quoted?
Hello Sheepy,
The string delimitor is simple quote for all TBS parameters.
It is optional if you have no space and no ";".
[onload;file='sqft_header.html'] shoud be ok.
|
By: sheepy
Date: 2006-12-01
Time: 23:06
|
Re: file= must not be quoted?
Aha, right. I'm so used to having properties in either double or single quote that I never tried single quotes. :roll:
Thanks for the reminder
|
|
Posting in progress.
Please wait...
|