Announcement

Collapse
No announcement yet.

Help editing in Dreamweaver

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help editing in Dreamweaver

    Hi Just started using dreamweaver today, I'm trying to edit Act_Textandtitle seems fine except placing an image using this code:

    <td><img src="golf%20shop/logos/myjoys1.jpg">&nbsp;</td>

    but not picking the pic up. Is the path correct?

    Thanks
    Percentage Golf
    Booksand.info

    #2
    That depends on the structure of the directory that the file's in. The current location suggests you have a folder called "golf shop", within which is another folder called "logos", within which is the image "myjoys1.jpg". If this is the case then there's no real reason as to why it shouldn't work.

    Comment


      #3
      None of the images I place using d/weaver have paths. If they are saved in Site1, you just need to point to image.gif or whatever, I think.
      Nick
      Trying to squeeze my moneys worth out of V7 - but not for much longer!

      Comment


        #4
        Ok, thanks
        Percentage Golf
        Booksand.info

        Comment


          #5
          Originally posted by Luddite
          None of the images I place using d/weaver have paths. If they are saved in Site1, you just need to point to image.gif or whatever, I think.
          Nick
          Nope that doesn't seem to work.
          Percentage Golf
          Booksand.info

          Comment


            #6
            Where is the image relative to the file that you are editing?

            Comment


              #7
              They are both in actinic site1
              Percentage Golf
              Booksand.info

              Comment


                #8
                Originally posted by RobSollars
                Where is the image relative to the file that you are editing?
                Make that - where is the image going to be relative to the published html file?

                Remember that Actinic will upload all except the brochure entry page to /acatalog/ and that *sometimes* you need to copy an image into your PreviewHTML folder to see it in your offline previews.
                Bill
                www.egyptianwonders.co.uk
                Text directoryWorldwide Actinic(TM) shops
                BC Ness Solutions Support services, custom software
                Registered Microsoft™ Partner (ISV)
                VoIP UK: 0131 208 0605
                Located: Alexandria, EGYPT

                Comment


                  #9
                  Originally posted by wjcampbe
                  Make that - where is the image going to be relative to the published html file?

                  Remember that Actinic will upload all except the brochure entry page to /acatalog/ and that *sometimes* you need to copy an image into your PreviewHTML folder to see it in your offline previews.
                  Good point. Everything ought to be contained in your site's main folder for ease of updating and previewing. It makes it a pain to actually find the file, but it keeps Actinic happy.

                  Comment


                    #10
                    Every now and then we get 'shy' images - we can usually coax them out by putting them in additional files (Advanced | Additional Files).

                    Nick
                    Trying to squeeze my moneys worth out of V7 - but not for much longer!

                    Comment


                      #11
                      Thanks to everyone,
                      I've tried all the suggestions even published the site.
                      The only way I can get it to work is by using this:

                      <td><img src="file:///C|/Program%20Files/Actinic%20v7/Sites/Site1/golf%20shop/Cobra/prodDrivImg_x460a.jpg" width="200" height="148">&nbsp;</td>
                      Percentage Golf
                      Booksand.info

                      Comment


                        #12
                        Unless you are on a Windows server and have Actinic Programme files loaded on your server, the only person who will see an image with a path like that will be the one using your machine.

                        If you move prodDrivImg_x460a.jpg into Site 1 directly, then anyone who visits the published website will see it.
                        Bill
                        www.egyptianwonders.co.uk
                        Text directoryWorldwide Actinic(TM) shops
                        BC Ness Solutions Support services, custom software
                        Registered Microsoft™ Partner (ISV)
                        VoIP UK: 0131 208 0605
                        Located: Alexandria, EGYPT

                        Comment


                          #13
                          Ok sorry thats fixed it.

                          Thanks
                          Percentage Golf
                          Booksand.info

                          Comment


                            #14
                            Couldn't help noticing that you are using jpg files for your images - these can be abit big hence slow to load - if you are using photoshop maybe 'save for web' as a gif image, which will be smaller and faster to load.

                            I only mention this because it took me ages to convert all my jpgs to gifs after I thought my site was finished (not that they ever are), when someone pointed out the error of my ways.

                            Nick
                            Trying to squeeze my moneys worth out of V7 - but not for much longer!

                            Comment


                              #15
                              Not so sure, that image above as a gif 64 colours 5.69k and as a high quality jpeg 3.334k.

                              Am I missing something?
                              Percentage Golf
                              Booksand.info

                              Comment

                              Working...
                              X