Sarah, it should work with no problem!
andre On Mon, Aug 11, 2008 at 11:33 PM, Sarah Reichelt <[EMAIL PROTECTED]> wrote: > On Tue, Aug 12, 2008 at 12:22 PM, Andre Garzia <[EMAIL PROTECTED]> wrote: >> Sarah, >> >> instead of linking with URLs like >> >> <a href="http://192.168.0.123:8888/folder/file.txt"> >> >> why don't you use root relative paths without the server, like: >> >> <a href="/folder/file.txt"> >> >> if so, the server part will be assumed to be the same one serving the page. > > The page with the links is dynamic and never actually written anywhere > on the server, so I didn't think that would work, but I'll give it a > try. > > Thanks, > Sarah > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > -- http://www.andregarzia.com All We Do Is Code. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
