Welcome to TalkGraphics.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2004
    Posts
    2

    Default

    I found one thread on this from December, and someone said they had alerted technical support... was there every any follow up on it?

    My server does not accept filenames with spaces in them, so I can't use any of the photo albums I created! http://www.talkgraphics.com/images/smilies/frown.gif

  2. #2
    Join Date
    Jan 2004
    Posts
    2

    Default

    I found one thread on this from December, and someone said they had alerted technical support... was there every any follow up on it?

    My server does not accept filenames with spaces in them, so I can't use any of the photo albums I created! http://www.talkgraphics.com/images/smilies/frown.gif

  3. #3
    Join Date
    Jan 2004
    Posts
    1,830

    Default

    1.Have a look at the source code of your web page.

    2.search for the line <script ID="Webstyle_Album_Script">

    3.Below this you will see entries similar to xara_pic('DSC00063 (web).jpg', '', '');

    Each entry corresponds to a particular photo.

    4.Alter each line removing the (web) and the space from the file name. As an example, the above would become

    xara_pic('DSC00063.jpg', '', '');

    5. Next go to the location where the images are being retrieved from and make the same ammendments to the file names

    Thanks

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •