Home
Buy on eBid
Sell on eBid
eBid Stores
My eBid
Upgrade to Seller+ Lifetime
eBid Help
Close
Login to Your Account
eBid Community Forums - Chat & find help from others in the eBid Community
Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Template Question

  1. #11
    Forum Saint JanetB's Avatar
    Join Date
    Feb 2008
    Location
    Sun Valley, Nevada, United States
    View JanetB's Feedback (+1175)
    All-About JanetB
    View JanetB's Listings
    Forum Posts
    13,420

    Default Re: Template Question

    A template should not have the <html> <title> <head> <body> tags as this will interfere with eBid's layout so delete those areas.

    When creating a template, (which would be used in the description area) you can use css or tables or combination.

    It is not a web page template, but a description template that you need to achieve.

  2. #12
    Forum Saint astral276's Avatar
    Join Date
    Jun 2008
    Location
    Grantham, Lincolnshire, United Kingdom
    View astral276's Feedback (+194)
    All-About astral276
    View astral276's Listings
    Forum Posts
    19,132

    Default Re: Template Question

    I've yet to come across any coding that eBid prevents you from using. In some respects I feel they give too free a hand. It is not a good idea to mess with the <body> tag as it affects the whole page - not just your description.

    The eBid listing page width is 980 pixels wide. Best to stick to that - or centre it (e.g. style="width: 600px; margin: auto;") if you use a narrower width.

    If you don't need anything in the header section (e.g. links to external CSS files) then only copy the code from between (but not including) the <body> and </body> tags and paste into the Plain HTML Box editor. You can switch back and forth between the Plain HTML Box and WYSIWYG eBid editors if you use this method.

    If you include and need the header section, don't switch to either of the WYSIWYG editors as they will strip it off. The WYSIWYG editors also removes empty elements - so watch for that if you use such elements for layout.

    I enclose my templates in a relatively positioned wrapper <div> element. Something along the lines of:

    HTML Code:
    <div id="ast_wrapper" style="width: 980px; position: relative; font-family: Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif; 
    font-size: 0.8em; color: #fff;">
    </div>
    This suits eBid's page layout. Plus setting the wrapper element to relative positioning allows the use of absolute positioning of elements within the template. This enables you do do things you couldn't do otherwise, due to the absolute positioning of elements then being referenced to your template rather than to eBid's page.
    Last edited by astral276; 17th December 2011 at 12:32 AM.


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Follow Us
New To eBid?
Register for Free