Thank, both of, you very much! :)
This is not really the tapestry problem.
You are using the relative url regardless of where in the page you are and
you are hard coding the same path every time
This is a proper way how you want to use assets (e.g. images) in the
tapestry http://tapestry.apache.org/assets.html
Your tml should pr
On Thu, 06 Jun 2013 12:55:10 -0300, Nomen Nomanum
wrote:
Hi.
I have following in css file something like following
.displayingBackground{
background-image:url('../graphics/SectionForGifs/myImage.gif');
}
Don't use relative URLs (the '../') part in CSS if you want to have pages
in
Hi.
I have following in css file something like following
.displayingBackground{
background-image:url('../graphics/SectionForGifs/myImage.gif');
}
and it's OK, it shows just fine in following segments
www.mySite.com/thisPage
www.mySite.com/thatPage
www.mySite.com/*
* where denotes any