Announcement

Collapse
No announcement yet.

removing html code

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

  • removing html code

    Hi,
    I entered some html code to a page on my website and would like to remove it but can't figure out how.
    could someone help?
    thanks,
    akomet
    MissSunshineTheClown.com

  • #2
    Re: removing html code

    How about a link so we can see what html code you are talking about and where you might have entered it. You must also be specific about what you want removed.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

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

    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)


    Comment


    • #3
      Re: removing html code



      I want to remove the box on upper left that says "Don't forget to scroll down for more info."

      I saw this box on another website and wanted to add it to my page. It moved down as you moved down on that page. When I pasted it into my page it shows but it doesn't move down as you scroll down. I do not know much about html and thought if I copied it off that page I saw and inserted it into my page it would work the same but didn't.

      <script>
      if (!document.layers)
      document.write('<div id="divStayTopLeft" style="position:absolute">')
      </script>

      <layer id="divStayTopLeft">

      <!--EDIT BELOW CODE TO YOUR OWN MENU-->
      <table border="1" width="130" cellspacing="0" cellpadding="0">
      <tr>
      <td width="100%" bgcolor="#FFFFCC">
      <p align="center"><font face="Arial" size="1" color="#FF0000"><b>Don't
      Forget to Scroll Down for More Info!</b></font></td>
      </tr>
      </table>
      <!--END OF EDIT-->
      MissSunshineTheClown.com

      Comment


      • #4
        Re: removing html code

        Hi Akomet
        One way is to; Go into the C-panel ... go that particular page and use "Edit" to delete the html you wish to remove. Hope that helps... Doug

        Comment


        • #5
          Re: removing html code

          Thanks Doug,
          I'll try that!
          Would you know what is wrong with that code I posted. Why that box does not move down as you scroll down?
          Could you direct me to an information source that could tell me how to do it properly. I would love for that text box to work properly so that I could add it to other pages on the site which have much more stuff lower down on the page. Maybe some people will not scroll all the way down and that would incourage them to do so.
          Thanks for any info on this and thanks again for the tip on removing it.
          akomet
          MissSunshineTheClown.com

          Comment


          • #6
            Re: removing html code

            Hi akomet
            I don't know why it doesn't work the way you want... maybe Karen Mac will weigh in again and give you an idea of what to do... Doug

            Comment


            • #7
              Re: removing html code

              My question would be.. How did you insert it into the page? Its either in an HTML box, or you used the insert java script, or you right clicked and chose page html and pasted it in one of those tabs. Its hard to tell from source coding exactly WHERE you inserted it, but im guessing the page html

              <edit> I dont see it at all on the page referenced above.

              Karen

              VodaHost

              Your Website People!
              1-302-283-3777 North America / International
              02036089024 / United Kingdom
              291916438 / Australia

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

              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)


              Comment


              • #8
                Re: removing html code

                Thanks for posting again Karen,
                I had tried Dougs suggestion of how to remove the code which worked. that is why you did not see it.
                However, I would really love to learn how to do it properly so I put it back in. The first time I pasted it as html at the end. This time I inserted it as "script" and it was added in the same place as before but still does not work. Could you take a look and give me some suggestions.
                thank you so much.
                akomet
                MissSunshineTheClown.com

                Comment


                • #9
                  Re: removing html code

                  I dont know what you are trying to do or why.. pretty hard to guess.

                  Karen

                  VodaHost

                  Your Website People!
                  1-302-283-3777 North America / International
                  02036089024 / United Kingdom
                  291916438 / Australia

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

                  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)


                  Comment


                  • #10
                    Re: removing html code

                    Hi akomet
                    When I looked into your html for that page the before you deleted it, the "Don't Forget To ..." script was in the head of the document... In fact the whole page was in the head part of the html... the html goes... head.. then body.. the body being where your main part of your page's html should be... So maybe you need to place it Inside Body Tag... ( right click on page... go to HTML) Maybe it will work... Doug

                    Comment


                    • #11
                      Re: removing html code

                      After all that hard work, you might find my comment a little disappointing.

                      Dont use it.............I have in the past and clients told me that it was naff, and that on some screens the moving menu/box sometimes intruded onto the page itself covering up important info.

                      But if you must use it, put the code into an html box and place it to either side.
                      Have fun
                      Regards..... David

                      Step by Step Visual Tutorials for the complete beginner
                      Newbies / Beginners Forum
                      FREE Membership Login Scripts: - Meta Tags Analyzer
                      My Social Networking Site - Free Contact Forms
                      Finished your New website!! Now get it noticed Here:

                      Comment


                      • #12
                        Re: removing html code

                        Hi davidundalicia,
                        Thanks for your post.
                        I would like to get it to work but have had no luck. Could you look at the code above that I pasted in one of my earlier posts and let me know if it is correct?
                        I did have it showing on one side and it's small but it would not move.
                        I've removed it right now but will put it in again if that would help!
                        thanks,
                        akomet
                        MissSunshineTheClown.com

                        Comment


                        • #13
                          Re: removing html code

                          Have you tried my suggestion with the html box yet ?
                          Have fun
                          Regards..... David

                          Step by Step Visual Tutorials for the complete beginner
                          Newbies / Beginners Forum
                          FREE Membership Login Scripts: - Meta Tags Analyzer
                          My Social Networking Site - Free Contact Forms
                          Finished your New website!! Now get it noticed Here:

                          Comment


                          • #14
                            Re: removing html code

                            yes, that was the first try, which did not work. I did not know however if you could specify where the code would be placed. Can you?
                            akomet
                            MissSunshineTheClown.com

                            Comment


                            • #15
                              Re: removing html code

                              Hi akomet
                              Follow David's advice about using the html box... He knows best... Doug

                              Comment

                              Working...
                              X