Announcement

Collapse
No announcement yet.

im haveing a problem

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

  • im haveing a problem

    its weird i had a post before but now its not here anymore ???
    so let me try this again
    im haveing a prob with software when im makeing a page its look like i want it and everything but when im trying to see it on the net my HTML and navgitor its jumping from one side where it need to go to somewhere in the page does anyone know why is it doing it can anyone please help me with it ? im haveing this prob past 2 weeks now i dont know what to do
    :( .....please help

  • #2
    Re: im haveing a prob with my software

    may i know your URL with the problem? so we can take alook
    .
    .
    Nyoman

    Comment


    • #3
      Re: im haveing a prob with my software

      here is one of the pages
      http://www.24hrsupermall.com/DesigneAccessorie.html
      u see the add to card need to be next to prices and look all the way down they way off the place where it need to be i dont know why i even try to make new pages and it does the same thing

      Comment


      • #4
        Re: im haveing a prob with my software

        first of all your code will look nicer on the white background because there is text with black colour before the form or if you don't want to change the background you have to adjust your code little bit, but that is another case. now back to your problem,try to close your second and the last form with > because i see your code still open
        <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
        <input type="hidden" name="cmd" value="_cart">
        <input type="hidden" name="business" value="order@24hrsupermall.com">
        <input type="image" src="https://www.paypal.com/en_US/i/btn/view_cart_02.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
        <input type="hidden" name="display" value="1">
        </form>
        see if this is working
        .
        .
        Nyoman

        Comment


        • #5
          Re: im haveing a prob with my software

          it does the same thing with my navgitor its jumping from one side where it need to go to somewhere in the page

          Comment


          • #6
            Re: im haveing a prob with my software

            where do i put this codes the one i have on there paypal give it to me

            Comment


            • #7
              Re: im haveing a prob with my software

              which navigator you were talking about ? because your page look ok with me except you paypal form
              .
              .
              Nyoman

              Comment


              • #8
                Re: im haveing a prob with my software

                did you try to corect your code like what i mention above? and see if that will work
                .
                .
                Nyoman

                Comment


                • #9
                  Re: im haveing a prob with my software

                  i try to make a new page http://www.24hrsupermall.com/test.html
                  and it does it the same prob im haveing with the html im haveing it with the navigation bar i put it one place and the next its somewhere else in the page thats what i dont understand whats going on with the software when i start to use this software i never had this prob before but then i update it to the new 7.7 and its start to give me sooo much probs i dont know what to do

                  and the codes u give me where do i put them the code u saw on the site paypal give it to me to copy and past so its going to go to my shoppping card with the code and price from them

                  Comment


                  • #10
                    Re: im haveing a prob with my software

                    Originally posted by 24hrsupermall
                    i try to make a new page http://www.24hrsupermall.com/test.html
                    and it does it the same prob im haveing with the html im haveing it with the navigation bar i put it one place and the next its somewhere else in the page thats what i dont understand whats going on with the software when i start to use this software i never had this prob before but then i update it to the new 7.7 and its start to give me sooo much probs i dont know what to do

                    and the codes u give me where do i put them the code u saw on the site paypal give it to me to copy and past so its going to go to my shoppping card with the code and price from them
                    Ok i try to make it simple, but this is just my thought. the code i was giving is not my code, that is your code but your code is missing > at the end, not all but only the second and the last form
                    check it out
                    your code
                    Code:
                    <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
                    <input type="hidden" name="cmd" value="_cart">
                    <input type="hidden" name="business" value="order@24hrsupermall.com">
                    <input type="image" src="https://www.paypal.com/en_US/i/btn/view_cart_02.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
                    <input type="hidden" name="display" value="1">
                    </form
                    make it like this
                    Code:
                    <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
                    <input type="hidden" name="cmd" value="_cart">
                    <input type="hidden" name="business" value="order@24hrsupermall.com">
                    <input type="image" src="https://www.paypal.com/en_US/i/btn/view_cart_02.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
                    <input type="hidden" name="display" value="1">
                    </form>
                    your another code
                    Code:
                    <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
                    <table><tr><td><input type="hidden" name="on0" value="size/color">size/color</td><td><select name="os0"><option value="Chocolate 32">Chocolate 32<option value="Chocolate 34">Chocolate 34<option value="Chocolate 38">Chocolate 38<option value="Chocolate 42">Chocolate 42<option value="black 34">black 34<option value="black 38">black 38<option value="black 42">black 42</select>
                    </td></tr></table><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but22.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
                    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
                    <input type="hidden" name="add" value="1">
                    <input type="hidden" name="cmd" value="_cart">
                    <input type="hidden" name="business" value="order@24hrsupermall.com">
                    <input type="hidden" name="item_name" value="Nautica Business Casual belt">
                    <input type="hidden" name="item_number" value="SKU: 93060">
                    <input type="hidden" name="amount" value="16.99">
                    <input type="hidden" name="no_shipping" value="2">
                    <input type="hidden" name="currency_code" value="USD">
                    <input type="hidden" name="lc" value="US">
                    <input type="hidden" name="bn" value="PP-ShopCartBF">
                    </form
                    make it like this
                    Code:
                    <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
                    <table><tr><td><input type="hidden" name="on0" value="size/color">size/color</td><td><select name="os0"><option value="Chocolate 32">Chocolate 32<option value="Chocolate 34">Chocolate 34<option value="Chocolate 38">Chocolate 38<option value="Chocolate 42">Chocolate 42<option value="black 34">black 34<option value="black 38">black 38<option value="black 42">black 42</select>
                    </td></tr></table><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but22.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
                    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
                    <input type="hidden" name="add" value="1">
                    <input type="hidden" name="cmd" value="_cart">
                    <input type="hidden" name="business" value="order@24hrsupermall.com">
                    <input type="hidden" name="item_name" value="Nautica Business Casual belt">
                    <input type="hidden" name="item_number" value="SKU: 93060">
                    <input type="hidden" name="amount" value="16.99">
                    <input type="hidden" name="no_shipping" value="2">
                    <input type="hidden" name="currency_code" value="USD">
                    <input type="hidden" name="lc" value="US">
                    <input type="hidden" name="bn" value="PP-ShopCartBF">
                    </form>
                    and see if that will work
                    .
                    .
                    Nyoman

                    Comment


                    • #11
                      Re: im haveing a prob with my software

                      i thing that > was messing me up all this time i just add it to the test page and its ok now thanks alot
                      now i need to redo all my pages and make sure i have that where were u past 2 weeks :) thanks again for ur help

                      Comment


                      • #12
                        Re: im haveing a prob with my software

                        I a moving this thread to BV support, the above is not a bug.

                        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

                        Working...
                        X