17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1117 Views |
-
links or images in subpages

14 December 2008 at 6:28am Last edited: 14 December 2008 6:29am
Hei,
I got problem with my latest site, when i insert image for example in "contact" subpage, SS links it following way:src="assets/Uploads/IMAGE", thats quite fine i guess?
but then browser is looking for following image including sublink: contact/assets/Uploads/IMAGE
same as links - when i link from contact to f.e. home using href="/home", browser is looking for following: contact/home
weird? help plz? thanks
-
Re: links or images in subpages

14 December 2008 at 6:43pm
Do you have $BaseHref in your template?
This really shouldn't be happening if the html is being written with the first slash, regardless of having the base url or not.
-
Re: links or images in subpages

14 December 2008 at 11:01pm
<% base_tag %> should be in the <head> of your Page.ss HTML. Alternatively, you can define the <base> tag yourself; <base href="$BaseHref">
-
Re: links or images in subpages

14 December 2008 at 11:40pm
yess!
wrote html for Page.ss from scratch and somehow forgot about <% base_tag %> in the <head>, this worked it out, thanks a lot!!
| 1117 Views | ||
|
Page:
1
|
Go to Top |



