+ Reply to Thread
Results 1 to 24 of 24

Thread: > symbol at top of page - remove?
      
   

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

    Default > symbol at top of page - remove?

    Hi there - I know this has a simple fix, but I can't seem to get there! LOL Can someone share with me how to get rid of this little bugger? > shows at the top of my published page.
    Thanks!

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,719

    Default Re: > symbol at top of page - remove?

    Its something you have added in the html area. But! i cant see it on any of your pages?

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

    Default Re: > symbol at top of page - remove?

    neither can I!

  4. #4
    sharban is offline Private
    Join Date
    Sep 2009
    Location
    I LIVE IN VERY BEAUTIFUL CITY CALLED POKHARA (NEPAL)
    Posts
    1

    Default Re: > symbol at top of page - remove?

    Its not so serious

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

    Default Re: > symbol at top of page - remove?

    No, but I'd like to get rid of it!

  6. #6
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,219

    Talking Re: > symbol at top of page - remove?

    *ahem* maybe something on your monitor???

    (happened to me before, so don't laugh too hard! LOL)
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  7. #7
    Tom Finley's Avatar
    Tom Finley is offline Brigadier General
    Join Date
    Mar 2008
    Location
    Kauai, HI
    Posts
    1,296

    Default Re: > symbol at top of page - remove?

    Am I the only one who sees a problem with the main title? On both IE and FF it looks like this:

    "Bring You Memories to
    Life"

    The "Life" is behind your menu bar. Just add a little extra space to the text in BV to make it sit on one line (even if it already looks like it's on one line).

    Nice to see you back fulltime, Big V.
    CLAMcentral.com Children's Ministry resources
    CLAMcentral's Projects Blog
    CLAMbakeonline.com Family Fun

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

    Default Re: > symbol at top of page - remove?

    No, Vasili LMAO! Nothing on my monitor! It actually shows up on 2 different web pages:
    This one at the bottom:
    http://www.realestateshowcase.memori...aspenlane.html
    This one at the top:
    http://www.realestateshowcase.memoriesdvds.com/

  9. #9
    Tom Finley's Avatar
    Tom Finley is offline Brigadier General
    Join Date
    Mar 2008
    Location
    Kauai, HI
    Posts
    1,296

    Default Re: > symbol at top of page - remove?

    This is the problem (in red):

    <div id="bv_Shape1" style="position: absolute; left: 0px; top: 0px; width: 900px; height: 768px; z-index: 0;" align="center">
    <img src="bv01077.gif" id="Shape1" alt="" title="" width="900" align="top" border="0" height="768">

    &gt;

    </div>

    Try re-doing whatever your "bv_shape1" is from scratch
    CLAMcentral.com Children's Ministry resources
    CLAMcentral's Projects Blog
    CLAMbakeonline.com Family Fun

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

    Default Re: > symbol at top of page - remove?

    Hi Tom - You're on my Memories DVDs site? I just checked it in FF - Looks fine. However, for some reason at the moment, can't get to IE at all....
    My > thingies are on the sites shown above.

  11. #11
    Rob (SA)'s Avatar
    Rob (SA) is offline Lieutenant Colonel
    Join Date
    Nov 2006
    Location
    Centurion, South Africa
    Posts
    580

    Default Re: > symbol at top of page - remove?

    Hi,

    I right click the "view source" button on you one website and found what could be the problem:

    PHP Code:
    </script>
    </head>
    <body bgcolor="#FFFFFF" text="#000000" <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" />
     
    >
    <div id="container">
    <div id="bv_Shape1" style="position:absolute;left:1px;top:0px;width:899px;height:1257px;z-index:0" align="center">
    <img src="bv01078.gif" id="Shape1" align="top" alt="" title="" border="0" width="899" height="1257"></div> 

    The > seems to be repeated before the line <div id="container">

    Try removing it and see what happens.

    I am not a script king but maybe just maybe it works
    Last edited by Rob (SA); 09-19-2009 at 08:14 PM. Reason: spelling mistake

  12. #12
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,219

    Talking Re: > symbol at top of page - remove?

    Quote Originally Posted by Tom Finley View Post
    Nice to see you back fulltime, Big V.
    LOL Tom!
    Not really "full-time" at all ... more like hiding from the workload! Somehow I have developed a sense of anxiety regarding actually getting started on some things, and I unintentionally created a habit of "hiding" a by surfing a bit, and invariably I end up here!
    Must be early Alzheimers ..... what was the question please?


    sorry for "interrupting," Deb, but I couldn't resist!
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

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

    Default Re: > symbol at top of page - remove?

    Hi tom - Tried that, > still there.

  14. #14
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: > symbol at top of page - remove?

    In the page where its in the top?

    you have
    <link rel="alternate" type="application/rss+xml" title="ROR" href="ror.xml" />
    >

    This will be in PAGE html between head tags.. you have extra > there for your site map coding...

    going to look at the bottom one now.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



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

    Default Re: > symbol at top of page - remove?

    Hi Rob, I see it in the code, but when I click on the tabs - I can't find it under any of them - how do I remove the little guy? :)

  16. #16
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: > symbol at top of page - remove?

    Same with the bottom one.. you have it in page html..but why it shows on the bottom i dont know

    <META HTTP-EQUIV="Pragma" CONTENT="no-cache"><img src="bv01077.gif" id="Shape1" align="top" alt="" title="" border="0" width="900" height="768" <meta name='robots' content='noindex' />

    >

    You have this one after the body begins..awww.. thats why.. look at the end of body tags..

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



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

    Default Re: > symbol at top of page - remove?

    Got it Karen! I had the code inside body tag instead of between header!
    Thanks a bunch!
    Debi

  18. #18
    Tom Finley's Avatar
    Tom Finley is offline Brigadier General
    Join Date
    Mar 2008
    Location
    Kauai, HI
    Posts
    1,296

    Default Re: > symbol at top of page - remove?

    I only checked your 48 Aspen Lane page, where it shows at the bottom.

    EDIT: You guys beat me. Ain't it nice to have a solution team at our beck and call?
    CLAMcentral.com Children's Ministry resources
    CLAMcentral's Projects Blog
    CLAMbakeonline.com Family Fun

  19. #19
    Rob (SA)'s Avatar
    Rob (SA) is offline Lieutenant Colonel
    Join Date
    Nov 2006
    Location
    Centurion, South Africa
    Posts
    580

    Thumbs up Re: > symbol at top of page - remove?

    Hi Debi,

    I am not sure how you create your pages.

    From my side I select the html section and read its properties and when I find it I delete it.

    Sorry i am not a techno wiz so dont know the xact terms .

    I hope it helps.

    Karen seems to have seen the same thing so we must be on the right track. Proably the person who could tell you exactly how to do it.

  20. #20
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: > symbol at top of page - remove?

    Quote Originally Posted by Tom Finley View Post
    I only checked your 48 Aspen Lane page, where it shows at the bottom.

    EDIT: You guys beat me. Ain't it nice to have a solution team at our beck and call?

    yeah yeah yeah but you all were PEEING on the tree instead of barking up it....

    :)

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



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

    Default Re: > symbol at top of page - remove?

    Alrighty then! All fixed! Thanks to you all for your efforts to help - Gotta put the stuff in the right place, huh? Go figure! LOL
    Have a great weekend!

  22. #22
    Rob (SA)'s Avatar
    Rob (SA) is offline Lieutenant Colonel
    Join Date
    Nov 2006
    Location
    Centurion, South Africa
    Posts
    580

    Default Re: > symbol at top of page - remove?

    Hi Debi,

    It seem slike the same error is to be found on your "Aspen" site

    PHP Code:
    <div id="bv_Shape1" style="position:absolute;left:0px;top:0px;width:900px;height:768px;z-index:0" align="center">
    <
    META HTTP-EQUIV="Pragma" CONTENT="no-cache"><img src="bv01077.gif" id="Shape1" align="top" alt="" title="" border="0" width="900" height="768" <meta name='robots' content='noindex' />
     
     
     
      >
     
     
     
      </
    div>
    <
    div id="bv_Text1" style="position:absolute;left:99px;top:92px;width:702px;height:226px;z-index:1" align="center">
    <
    font style="font-size:24px" color="#000000" face="NokieBrushHMK"><b>Karen Cloud <br

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

    Default Re: > symbol at top of page - remove?

    Yep, thanks Rob, fixed that now too!

  24. #24
    Rob (SA)'s Avatar
    Rob (SA) is offline Lieutenant Colonel
    Join Date
    Nov 2006
    Location
    Centurion, South Africa
    Posts
    580

    Thumbs up Re: > symbol at top of page - remove?

    Cool banana's,

    Have a great week end - I hope I can get my site sorted a quickly

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