[eluser]Fumigator[/eluser]
[quote author="mikelbring" date="1270838934"]I dont really use that method to set assets because you need to not use a full url to images and style sheets. It needs to be /assets/image.jpg instead of domain.com/assets/image.jpg. It creates a http request for every duplicate image when you do it with the domain. I actually set a constant in t he index file called like BINPATH and just put the path in there. (mine are called bin instead of assets).[/quote]
Yeah... this was something that was bothering me, why would I want a URL reference to every image? So I've taken your advice and added a constant that I can use to create a relative reference to my images. Thanks.