U get used to the SRC error... I have it on every upload... it's just the price you pay doing it this way unless you put EVERY image file etc involved in the acatalog directory so that in the HTML template all src references point straight to the file itselt with no proceeding directory changes or domain changes etc....
(eg: so every src reference is as follows)
I tend to just put up with the warning message on every upload. Can't be arsed duplicating images all over the place and consuming further bandwidth when users will already have the majority of them cached from the site's front page.
I don't use em so not sure... will have a look from work tomorrow at the templates and see what I can find out... possibly you're missing:
from your <head> section...
(eg: so every src reference is as follows)
Code:
<img src="bgrnd.jpg"> rather than <img src="/media/allpages/bgrnd.jpg">
my menus are not preloading so I'm getting a script 'object not found error'
Code:
<script language="JavaScript" src="actinicextras.js" type="text/javascript"></script>
Comment