Some More Help Needed Please!

by felixg
4 replies
  • WEB DESIGN
  • |
Hi Everyone,

Can anyone tell me if this bit of code is corrupt ?

(src="../../My%20Documents/DOMAIN%20BACKGROUND/bg6.jpg"><img
style="width: 150px; height: 150px;" alt="felixg-online.com"
src="../../My%20Documents/DOMAIN%20BACKGROUND/bg6.jpg"><br>
<br>)

and if it is, how to fix it. I have a few of this in my source code in my new website. I don`t know if that is causing me problems or not.But it is cropping up all over the place.
Thank You

Regards
Felix
#needed
  • Profile picture of the author tbunch
    Originally Posted by felixg View Post

    (src="../../My%20Documents/DOMAIN%20BACKGROUND/bg6.jpg"><img
    style="width: 150px; height: 150px;" alt="felixg-online.com"
    src="../../My%20Documents/DOMAIN%20BACKGROUND/bg6.jpg"><br>
    <br>)
    You need to change the path to the path of the image file on your hosting and not the path to the image file on your hard drive.

    If it is in the root directory the just delete the part in red.
    (src="../../My%20Documents/DOMAIN%20BACKGROUND/bg6.jpg">

    If it is in an actual directory the replace the part in red with that path.

    Hope this helps!
    {{ DiscussionBoard.errors[1926924].message }}
    • Profile picture of the author kittyd
      the code is nor corrupt
      it just looks funny because as tbunch said, it is the link to a picture on your hard drive, not on the web

      while also those 20% symbols are the way a browser interprets a blank space. never use names with blank spaces for the web, use - or _ as separators if really needed
      {{ DiscussionBoard.errors[1927395].message }}
      • Profile picture of the author felixg
        Hi everyone,

        Thanks for your help Tbunch and Kittyd, I appreciate this. But there is still a problem
        which I thought would`ve been gone after fixing the code.

        This problem is like this; I am inserting three navigational buttons to the left of the page
        Home- Products- About Me: and they come in that order on top of each other. However, whenever I try to copy the pages the two top pages copies ok, but the AboutMe page skips to the top of the que; so it ends up AbotMe page-Home page-Products page. and this is causing a problem because the buttons are not in their propper places. So Please what can I do to fix this?

        Thank You
        Regards
        Felix
        Signature

        No affiliate/MLM links in signatures, please.

        {{ DiscussionBoard.errors[1928499].message }}
        • Profile picture of the author tbunch
          Originally Posted by felixg View Post

          This problem is like this; I am inserting three navigational buttons to the left of the page
          Home- Products- About Me: and they come in that order on top of each other. However, whenever I try to copy the pages the two top pages copies ok, but the AboutMe page skips to the top of the que; so it ends up AbotMe page-Home page-Products page. and this is causing a problem because the buttons are not in their propper places. So Please what can I do to fix this?
          What do you mean by copy? The order of the pages is set in your site's code.

          I mean you should have the layout set in you code so that it calls the button's image file to a specific location such as between <div> button1 </div>
          {{ DiscussionBoard.errors[1935208].message }}

Trending Topics