Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Images and links

    I need to edit some images on my site:
    [url]http://www.donsart.com/current.html[/url]
    Note that all the thumbnails are linked to new pages.

    There are presently 24 thumbnails (pages). It seems to me that each of the 24
    thumbnails (pages) will need to edited 23 times...each page needing to be
    re-linked to the 23 others.
    Is there an easier solution than making over 500 edits??
    Thanks.


    artdrectr Guest

  2. Similar Questions and Discussions

    1. XML links and images won't show up
      Can someone help me with links not showing up from my external xml file? I am trying to load an xml file that contains news, its basically an rss...
    2. "Featured Products" images swapped w/ links
      What would be the best way to have a single image "frame" where the image of a featured product changes approx every 5 secs, and each image linked...
    3. automatic insertion of title atribute taken from links and or images extension
      Is there any extension like that? automatic insertion of title atribute taken from links and or images.
    4. swapping images with embedded slices/links
      Does anybody know if it's possibel to "swap" any other file formats than images? My site has 4 rollover buttons which will activate text(the text...
    5. ?Hard links, Soft links, & Aliases--Explain
      Hi All, Could some knowledgeable UNIX type please explain the differences between hard links, soft links, and traditional Mac aliases. Responses...
  3. #2

    Default Re: Images and links

    Use server side includes with PHP for instance.

    Posts:

    [url]http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=55&catid=29[/url]
    0&threadid=1311869&highlight_key=y&keyword1=includ es


    [url]http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=55&catid=29[/url]
    0&threadid=1301319&highlight_key=y&keyword1=includ es



    ThinkInk Guest

  4. #3

    Default Re: Images and links

    Sorry, no idea what this means (even after going thru the links). I'm
    programming illiterate. I use Ct because I do not code.
    Can you explain "Use server side includes with PHP for instance."?

    Maybe I'm stuck, but can't believe I'll need to do 500 edits every time I need
    to change an image.
    Thanks

    artdrectr Guest

  5. #4

    Default Re: Images and links

    The use of SSI (server side includes) makes it possible to put the thumbnails
    in one file and load that file into the pages where you present the large
    images. This way, when you change a thumbnail, the thumbnail changes on all the
    pages at once.

    The way your site seems to be build, basic XHTML, you will have to make those
    edits you are complaining about (or is the website html code generated by
    another program, CMS).

    All the thumbnails seem to be present in every page, so you will have to
    change them on every page. Maybe you can copy paste in a smart way.

    Your website doesn't seem to be build by a 'programming illiterate'. Maybe you
    could contact him/her?

    ThinkInk Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139