Announcement

Collapse
No announcement yet.

Need Help with rogue button!

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

    Need Help with rogue button!

    Hello

    I just uploaded my site to find an extra button has appeared next to the log in and contact us button. The button image that has been added has no text to it and is identicle to the one next to it! Not sure how its got there to be honest!

    My website is http://www.brilliantgems.co.uk and the button is in the top right under the logo image.

    Has anyone any ideas? Please help!

    Best wishes

    Bhu

    #2
    I just double checked this with safari and the extra button doesnt show there, its only on IE9 but the exclamtion mark error is also there in top left corner as with IE9... weird!

    Comment


      #3
      Right after where your meta description tag is, there will be an errant "!" in the source. That's what you want to look for.

      Comment


        #4
        Thank you, found it! ha ha just the extra button to deal with now!
        Cheers

        Bhu

        Comment


          #5
          So can anyone help me with this rogue button?

          http://www.brilliantgems.co.uk

          It seems to only appear on IE9 and not on Safari... But also shows on my preview website from within seller deck, but that is with IE9 no doubt!

          Its weird as I cant find the design text repeated anywhere!

          Any ideas? its in top right hand corner next to the real button and has no text in it. Just under the logo image?

          Sincerely

          Bhu

          Comment


            #6
            Code:
            <meta name="description" content="A wide collection goddess pendants, angel pendants and chakra jewellery including ganeshas, buddhas, quanyins and dragons." />
            ! 
            <meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.classify.org/safesurf/" L gen true for "http://www.brilliantgems.co.uk" r (SS~~000 1))' />
            It's in your Overall Layout or Meta Tags.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              Hi Norman

              Is that for the ! or the rogue silver button ?

              I found the ! and corrected that one its the silver extra button thats beiong added im stuck with now...

              Cheers

              Bhu

              Comment


                #8
                The layout has a link around the logo but you placed a table without the link ending causing the code to break and an extra link on the right side. You need to fix where the link ends.
                Peblaco

                Comment


                  #9
                  I can't see where the button is coming from but I suspect it's being defined by the CSS that's still active because you never seem to close off any of the DIVs and then have a panic and close them all off at end of the page.

                  That code looks really ugly to me.

                  Mike
                  -----------------------------------------

                  First Tackle - Fly Fishing and Game Angling

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

                  Comment


                    #10
                    As Louise says, it's from{
                    Code:
                    <div id="silver-shadow-left">
                    	<div id="silver-shadow-right">
                    		div id="silver-container">
                    			<div id="silver-header">
                    				<a href="index.html">
                    					<img src="acatalog/logonew1.jpg" width="940" height="282" border="0" alt="Angel Fairy Goddess Celtic Chakra and Magical Silver Pendants and Jewellery " title="Angel Fairy Goddess Celtic Chakra and Magical Silver Pendants and Jewellery " class="logoimage">
                    				YOU NEED AN </a> HERE
                    					<table border="0" cellpadding="0" cellspacing="0" align="left">
                    						<tr>
                    							<td align="left"></td>
                    						</tr>
                    						<tr>
                    							<td align="left">
                    					
                    								<a href="#" onclick="javascript:window.open('https://www.paypal.com/uk/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');">
                    								<img  src="https://www.paypal.com/en_GB/i/bnr/horizontal_solution_PP.gif" border="0" alt="Brilliant Gems Payments with PayPal">
                    								</a>
                    							</td>
                    						</tr>
                    					</table>
                    					<div id="silver-login-terms">
                    						<p>
                    							<Actinic:NOTINB2B>
                    								<a href="http://www.brilliantgems.co.uk/cgi-bin/ss000001.pl?ACTION=LOGIN">Login</a>
                    								&nbsp;|&nbsp;
                    							</Actinic:NOTINB2B>
                    							<a href="http://www.brilliantgems.co.uk/cgi-bin/mf000001.pl?ACTION=SHOWFORM">Contact Us</a>
                    						</p>
                    					</div>
                    					<div id="silver-cart-checkout"><p>
                    						<a href="http://www.brilliantgems.co.uk/cgi-bin/ca000001.pl?ACTION=SHOWCART" class="silver-cart-link">View Basket</a>
                    						&nbsp;|&nbsp;
                    						<a href="http://www.brilliantgems.co.uk/cgi-bin/os000001.pl?ACTION=Start">Checkout</a>
                    						<Actinic:NOTINB2B>&nbsp;|&nbsp;
                    						<a href="http://www.brilliantgems.co.uk/cgi-bin/ot000001.pl?ACTION=SHOWFORM">Recent Orders</a>
                    						</Actinic:NOTINB2B>&nbsp;|&nbsp;Items:
                    						<script language="javascript" type="text/javascript">
                    							<!--
                    							document.write(getCartItem(3));
                    							// -->
                    						</script>
                    						, Value:
                    						<script language="javascript" type="text/javascript">
                    							<!--
                    							document.write(getCartItem(1));
                    							// -->
                    						</script></p>
                    					</div>
                    				</div>
                    Norman - www.drillpine.biz
                    Edinburgh, U K / Bitez, Turkey

                    Comment


                      #11
                      Hey hey!

                      Thats the one thanks Pebleco added a </a> after the image link and all fixed...

                      Thanks again

                      Bhu

                      Comment


                        #12
                        Originally posted by Mike Hughes View Post
                        I can't see where the button is coming from but I suspect it's being defined by the CSS that's still active because you never seem to close off any of the DIVs and then have a panic and close them all off at end of the page.

                        That code looks really ugly to me.

                        Mike
                        Dont blame me thats how it came with the silver theme from sellerdeck! ha ha ha

                        All fixed now though! Thanks anyway

                        Bhu

                        Comment


                          #13
                          Dont blame me thats how it came with the silver theme from sellerdeck! ha ha ha
                          That wouldn't surprise me. Half the point of CSS is to increase sharing and reduce complexity and repetition in the content but because Sellerdeck want to leave people the flexibility of changing the style of any particular element we end up with each element on the page having it's own unique definition and a massive stylesheet. Even though many of the definitions are identical for a particular design.

                          Mind you. Even that problem doesn't excuse all those open divs. It just looks like really ugly coding and makes it impossible to follow what div is active at any place on the page.

                          This is the bit at the end of the page that makes me laugh.

                          </div></div></div></div></div></div></div>


                          Mike
                          -----------------------------------------

                          First Tackle - Fly Fishing and Game Angling

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

                          Comment


                            #14
                            sure im such a novice I just leave it like it is unless I need to!

                            Comment

                            Working...
                            X