~ is understoos only on server side. Add runat="server" to the td and the
server side should resolve the url correctly.

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
Hello Eliyahu,
> ~ is understoos only on server side. Add runat="server" to the td and
> the server side should resolve the url correctly.
Is that true for a style tag as well? I never knew that, it would be a pretty
handy feature...
Jesse
>> Hi All,
>>
[quoted text clipped - 20 lines]
>>
>> Adam
--
Jesse Houwing
jesse.houwing at sogeti.n
Eliyahu Goldin - 18 Feb 2008 09:06 GMT
You can check it easily. Use a path with the "~" syntax, get the page
rendered in your browser and view the html source. All "~" references should
be replaced with something like ../.. etc. If you see "~", then the path
isn't going to work.

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
> Hello Eliyahu,
>
[quoted text clipped - 34 lines]
> Jesse Houwing
> jesse.houwing at sogeti.nl