If you have to have background images or color, you will want to enclose your listing in a table set at 100%. Because your listing is placed in an iframe, the background image or color will only fill the iframe, not your entire screen. Your listing may also seem a little offset to the left. Again, this is because of the invisible scroll bar on the right.
<tr>
<td style="padding: 30px;">
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #ffffff;">
<tr>
<td>This table is your auction code.</td>
</tr>
</table>
</td>
</tr>
</table>
A padding of 30 is added to the cell that contains the actual auction. This allows for the image/color specified in the first table to show up around the listing.
|
Related posts:
- Video: How to Install your “me” Page on eBay
- Video: How to Create Custom eBay Store Pages
- Video: How to Install Custom eBay Store Navigation
- Video: How to Install Custom eBay Store Front Page
- Video: How to Install Custom eBay Store Header
- Video: How to Add eBay Store Banner & Description
- Helpful eBay Links
- Simple Click-to-Enlarge Photo Gallery
- Stylizing Links on eBay
- Preventing Image Theft on eBay
- My Images Are Not Showing on eBay
- Hosting Your Own Photos/Graphics
- Using CSS on eBay
- eBay: Which HTML Editor Should I Use?
- Writing HTML: eBay vs Web Pages
- Using Your Own HTML: Turbolister
- Using Your Own HTML: eBay Sell Your Item Form
- Background Color & Images – Not Tables!
- Images <img>
- CSS: Menu Lists
- CSS: Margin
- CSS: Border
- SEO: Image Optimization
- Menu Lists <ul>, Definition Lists <dl>
- CSS: Font Properties
- CSS Tutorials
- Javascript Tutorials
- KDWHD Tutorials
- eBay Tutorials
- SEO Tutorials
Comments
Leave a comment Trackback