November 8, 201213 yr After coming to the conclusion that eBay chat support is most likely a typing monkey that you are having the conversation with, I decided to give up on them and come here. My problem is with the custom header. I set my shop to the custom header layout and designed it in HTML and CSS. Heres the code, it's been a while since I done HTML/CSS and I wasn't very good anyway so its probably horrible lol: <style type="text/css"> #wrapper { height: 215px; width: 100%; margin-right: auto; margin-left: auto; } #header { height: 180px; width: 1024px; margin-right: auto; margin-left: auto; } #links { width: 730px; float: left; margin-top: 45px; } #logo { height: 180px; width: 294px; float: left; } #home { width: 184px; float: left; margin-right: 25px; margin-left: 50px; } #about { width: 184px; float: left; margin-right: 25px; } #email { width: 184px; float: left; } #bottom { clear: both; background-repeat: repeat-x; background-image: url(http://rmcweb.co.cc/ebay_shop/bottom.jpg); height: 35px; } </style> <div id="wrapper"> <div id="header"> <div id="logo"><img src="http://rmcweb.co.cc/ebay_shop/woodkraft_logo.gif" width="294" height="180" alt="WoodKraft Logo" /></div> <div id="links"> <div id="home"><a href="http://stores.ebay.co.uk/WoodKraftNI"><img src="http://rmcweb.co.cc/ebay_shop/home_button.jpg" width="184" height="95" alt="Home" border="0"/></a></div> <div id="about"><a href="http://members.ebay.co.uk/ws/eBayISAPI.dll?ViewUserPage&userid=mmc201" target="new"><img src="http://rmcweb.co.cc/ebay_shop/about_button.jpg" width="184" height="95" alt="About Us" border="0"/></a></div> <div id="email"><a href="mailto:woodkraftni@hotmail.co.uk"><img src="http://rmcweb.co.cc/ebay_shop/email_button.jpg" width="184" height="95" alt="Email Us!" border="0"/></a></div> </div> </div> <div id="bottom"></div> </div> So, if you look at my shop, it has displayed correctly and is functioning properly: http://stores.ebay.co.uk/WoodKraftNI But, take a look at my Me Page: http://members.ebay....e&userid=mmc201 I didn't even want the custom header to display in that page! Does anybody know how to stop it displaying there but keep it displayed on the shop. It's really annoying because I want to design a new Me Page. Thanks! Edited November 8, 201213 yr by WebRookie2011
November 10, 201213 yr It looks like your custom header was included twice on the about page, I can't quite remember how the eBay pages are set up, but I wonder if on your About page you have the header code in there as well? If there is custom code on the about page, you should just be able to strip that out and perhaps add some css to target your custom header and set it to display:none which should hide it.
November 12, 201213 yr Author Hi, thanks. No, the header isn't in there at all, that is what is really confusing me. Here's the code: <style type="text/css"> #wrapper { width: 800px; margin-right: auto; margin-left: auto; } #logo { background: url(http://www.rmcweb.co.cc/woodkraft_me_page/woodkraft_logo.gif) no-repeat; float: left; height: 200px; width: 268px; border-bottom: 1px solid #666; margin-bottom: 20px; } #header { width: 532px; margin-bottom: 20px; float: left; height: 200px; border-bottom: 1px solid #666; } #header #headerTop { height: 150px; width: 532px; } #header #headerBottom { height: 16px; width: 532px; text-align: right; padding-top: 24px; font-family: Arial, Helvetica, sans-serif; color: #333; padding-bottom: 10px; } #mainContent { padding: 0px 20px 10px 10px; float: left; width: 499px; margin-right: 10px; font-family: Arial, Helvetica, sans-serif; line-height: 2em; border-right: 1px solid #333; } #bannerAd { float: right; width: 260px; height: 300px; } #contact { float: right; width: 260px; font-family: Tahoma, Geneva, sans-serif; line-height: 2em; clear: right; } h1 { font-size: 1.5em; color: #666; font-family: Tahoma, Geneva, sans-serif; } a { color: #030; text-decoration: none; } a:hover, a:active { color: #060; text-decoration: underline; } </style> <div id="wrapper"> <div id="logo"></div> <div id="header"> <div id="headerTop"><img src="http://www.rmcweb.co.cc/woodkraft_me_page/header.gif" width="532" height="150" alt="Page header"/></div> <div id="headerBottom"><a href="#who">Who are we?</a> | <a href="#delivery">Delivery</a> | <a href="#pay">Payment</a> | <a href="#returns">Returns/refunds</a></div> </div> <div id="mainContent"> <h1><a name="who" id="who"></a>Who are we?</h1> <p>We are a business which started in 2011 that supplies a variety of products ranging from MDF freestanding letters to door knockers. Here on eBay, we will be mainly selling MDF products like shapes and letters. We have been making MDF products for many years now using our CNC Router Table. We will also be selling uPVC door panels as well as door knockers and letterboxes.</p> <h1><a name="delivery" id="delivery"></a>Delivery</h1> <p>For every order, we aim to dispatch within two days or less. For most orders we use Royal Mail, but for some larger, heavier orders, we use a courier. All smaller items are packed using jiffy bags which protects the item during postage. The larger ones will usually be packed with boxes.</p> <h1><a name="pay" id="pay"></a>Payment</h1> <p>We only accept PayPal for payment because this is the safest and easiest way to transfer money.</p> <h1><a name="returns" id="returns"></a>Returns/refunds</h1> <p>If any of our products is damaged or broken when delivered, you can contact us within 7 days of delivery and we will do our best to resolve the situation quickly and effectively. Furthermore, if you are dissatisfied with your purchase then contact us within 7 days of delivery and you can return the item for a full refund.</p> </div> <div id="bannerAd"><a href="http://www.ebay.co.uk/sch/mmc201/m.html?_nkw=&_armrs=1&_from=&_ipg=25" target="_new"><img src="http://www.rmcweb.co.cc/woodkraft_me_page/current_listings_banner.gif" alt="Click here for our listings!" width="260" height="300" /></a></div> <div id="contact"> <h1>Contact</h1> <p>If you ever want to get in touch, please use eBay messaging.</p> <p>Alternatively you can use one of these methods:</p> <p>email: <a href="mailto:woodkraftni@hotmail.co.uk">woodkraftni@hotmail.co.uk</a><br /> Phone: (028) 30 888000<br /> Fax: (028) 30 888674</p> </div> </div> How would I go about adding the CSS to target the header? I have no idea how the eBay layout works. Thanks.
Create an account or sign in to comment