| View previous topic :: View next topic |
| Author |
Message |
ruben
Joined: 06 Nov 2010 Posts: 57
|
Posted: Dec 09, 2010 7:26 pm Post subject: Problem on download page |
|
|
Hello,
when i acces download page of a file my site logo won't show (only on download page)
i have noticed that it won't show on file setting (xxxxxxxxx.file.zip.html)
it works fine on xxxxxxxxx.html but I really want to have the name of the file in the download link.
Could someone please give me a solution for it ?
Thanks. |
|
| Back to top |
|
 |
ruben
Joined: 06 Nov 2010 Posts: 57
|
Posted: Dec 12, 2010 11:15 am Post subject: |
|
|
| Could someone please help ?? Admin ??? |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1287
|
Posted: Dec 13, 2010 8:56 am Post subject: |
|
|
| Provide sample download URL so we can see the problem. |
|
| Back to top |
|
 |
hscorp
Joined: 12 Nov 2008 Posts: 143
|
Posted: Dec 14, 2010 1:49 am Post subject: |
|
|
we need to see the link but maybe this could help
put the full url for the logo in the templates
search for the logo in main.html and put the full url
like change "/images/logo.gif" to "http://www.domainname.com/images/logo.gif"
if you added the full url to image and the problem still please provide a link |
|
| Back to top |
|
 |
komi
Joined: 27 Nov 2009 Posts: 159
|
Posted: Dec 14, 2010 2:41 pm Post subject: |
|
|
There's no need to put full URL. | Code: | | /images/logofile.png | would do just fine. Just make sure the first / isn't missing, as otherwise it's a relative URL which means the path to the image has to be in current folder. This is most likely your problem. |
|
| Back to top |
|
 |
|