Results 1 to 15 of 15

Thread: I can't find where > is hiding!
      
   

  1. #1
    Debi's Avatar
    Debi is offline Captain
    Join Date
    Dec 2006
    Location
    Colorado
    Posts
    235

    Default I can't find where > is hiding!

    I know this little bugger is hiding in the code, but I can't find it. I need fresh eyes! Can someone kindly take a look at my code and let me know where this rouge > is hiding and messing up my published pages? It's at the bottom of each page.
    Thanks!
    http://www.realestateshowcase.memoriesdvds.com/

  2. #2
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: I can't find where > is hiding!

    Line 142
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  3. #3
    Debi's Avatar
    Debi is offline Captain
    Join Date
    Dec 2006
    Location
    Colorado
    Posts
    235

    Default Re: I can't find where > is hiding!

    Thanks Terry - I see it now. How do I get rid of it? I thought it would be where I added code to the page, so I could find it in the page html box under one of the headings, and fix it. How do I get to the code generated by the builder?

  4. #4
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: I can't find where > is hiding!

    Have you pasted any code into the page html or pasted code into any html boxes?
    This would be the place to look.
    I suggest that you analyze your site (particularly the page load time) here.
    You have disabled right click so I cannot help you. Disabling right click in no way will keep someone from stealing images if they really want them.
    Watermarking them will discourage most.
    They can easily be accessed thru your Page Source.
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  5. #5
    Debi's Avatar
    Debi is offline Captain
    Join Date
    Dec 2006
    Location
    Colorado
    Posts
    235

    Default Re: I can't find where > is hiding!

    The only code I have pasted to the home page right now is 'between head tag' here, and I don't see a stray > in it:

    <meta name="verify-v1" content="j3oLgyjn/uXUoMtNSSEByxu4vVJt3J4rTF9klG2AT58=" />
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <link rel="alternate" type="application/rss+xml" title="ROR" href="ror.xml" />

    The stray > you pointed out (thanks!) is in the BV generated code, here:

    85878C;scrollbar-highlight-color:#FFFFFF;scrollbar-shadow-color:#A7A6AA;scrollbar-track-color:#D4D0C8;"

    >
    <div id="container">
    <div id="bv_Shape1" style="position:absolute;left:0px;top:44px;width:9 78px;height:1657px;z-

    I don't know how to access it. No html boxes on the page.

    Are the photos within the 'gallery' css? I'm looking into the analysis site - thanks for that too.
    I appreciate your help :)

    I disabled the 'disable right click' so you can get in there. :)

  6. #6
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: I can't find where > is hiding!

    As I suspected when I checked your page load time. The electronic size of the images is huge!!!!!!!!
    You will have to reduce the kb's or no one will be able to open your site.
    Apparently you have resized images my using the "image handles".
    This reduces the physical size but leaves the electronic size untouched.
    I'll see what I can come up with on the ">"
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  7. #7
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: I can't find where > is hiding!

    This is the code as it is now:
    <body bgcolor="#FFFFFF" text="#000000" vlink="#7F7F7F" alink="#C0C0C0" style="scrollbar-face-color:#EBE9ED;scrollbar-arrow-color:#000000;scrollbar-3dlight-color:#EBE9ED;scrollbar-darkshadow-color:#85878C;scrollbar-highlight-color:#FFFFFF;scrollbar-shadow-color:#A7A6AA;scrollbar-track-color:#D4D0C8;"

    >

    Whereas the caret should be connected with the script as so:
    <body bgcolor="#FFFFFF" text="#000000" vlink="#7F7F7F" alink="#C0C0C0" style="scrollbar-face-color:#EBE9ED;scrollbar-arrow-color:#000000;scrollbar-3dlight-color:#EBE9ED;scrollbar-darkshadow-color:#85878C;scrollbar-highlight-color:#FFFFFF;scrollbar-shadow-color:#A7A6AA;scrollbar-track-color:#D4D0C8;">

    It is possible to edit the page html from the CPanel. Give me a bit and I'll make a tutorial for you.
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  8. #8
    Debi's Avatar
    Debi is offline Captain
    Join Date
    Dec 2006
    Location
    Colorado
    Posts
    235

    Default Re: I can't find where > is hiding!

    I'll work on changing the image sizes - as this is a photography site, I'm overly hung up on having the quality show the best it possibly can. But I hear ya! Thanks.
    I wonder how that little sucker ended up where it did - thanks - it really bugs me to see it at the bottom of my pages :) I appreciate and look forward to the coming tutorial - but please do it at your convenience.

  9. #9
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: I can't find where > is hiding!

    Enter CPanel:
    www.yoursite.com/cpanel
    enter username & password (publishing info)
    OK
    Make sure “Web Root” is selected if you get a pop up window.
    “Go”
    If you don't get a pop up window choose: Legacy File Manager
    Single click on the file you want to edit
    On the right hand side select:
    Edit File with Code Editor
    From the drop down menu select “utf8”
    Edit
    In the lower LK corner choose “Source”
    Make your changes
    “Save Changes”
    View your page
    If you made a mistake….republish the page
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  10. #10
    Debi's Avatar
    Debi is offline Captain
    Join Date
    Dec 2006
    Location
    Colorado
    Posts
    235

    Default Re: I can't find where > is hiding!

    Hi Terry - Will attempt to make this change over the weekend - thank you for the info. Haven't downloaded 11.4 yet - to your knowledge, are all the bugs out? Don't want to lose anything :)

  11. #11
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: I can't find where > is hiding!

    I am still using 10
    I have 11.4 installed on Windows 7 and have not had any problems. I have not used it very much.
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  12. #12
    Debi's Avatar
    Debi is offline Captain
    Join Date
    Dec 2006
    Location
    Colorado
    Posts
    235

    Default Re: I can't find where > is hiding!

    thanks, Terry :)

  13. #13
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: I can't find where > is hiding!

    Debi,
    I have taken the time to optimize all images on the index page.
    Contact me and I will send them to you.
    The new images are between 60-90% smaller (electronically) with very little loss of quality.
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  14. #14
    Debi's Avatar
    Debi is offline Captain
    Join Date
    Dec 2006
    Location
    Colorado
    Posts
    235

    Default Re: I can't find where > is hiding!

    Well Well Well! A fellow photographer :) So happy to meet you, Terry. Have sent a message, and, thank you, again! Enjoyed your nature shots - and sent you a link to mine - have a peek at my flowers :)

  15. #15
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: I can't find where > is hiding!

    I have replied to your email and images are on their way..
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not 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