Create your own templates with HTML

BY JUSTONEMOREANIMATION

HOME BASIC CODES TO COPY ADDING IMAGES DISABLE RIGHT-CLICK

GREAT SELLER RESOURCES

CLICK HERE FOR AN HTML DICTIONARY

FREE ANIMATIONS AND MORE TO CUSTOMIZE YOUR TEMPLATES

GET INSTANT ACCESS TO FUN TEMPLATES

Stretch your dollars! Inkjet cartridges at HALF price!

One Month Free Trial! ProStores - an eBay Company

Email List Management Tool - 60 Day Free Trial

Want additional Search traffic at a fraction of the cost? Try Search123.



GREAT SHOPPING RESOURCES

 

Sunset's Emporium

Meldette's Auction Outlet

Gabriella's Secret Garden

Cathy's Curio Closet

 

www.collectiblestoday.com

SHEPLERS-The World's Largest Online Western Store

Fabric.com Coupon Corner

Find Starbucks Black Apron Exclusives at StarbucksStore.com

 


Many people have very little knowledge of html. Just one look at it causes many people to spend their money buying it from others. You don't need to have a college degree on html to learn how to make your own auction templates. I have found from creating templates that the easiest way is by using html tables. This keeps everything in a neat and orderly fashion. In this lesson I will provide you will all the codes you need to create your own template.  Once you begin to see your own creations you will begin to understand all the functions and purposes of each element.


Let's start with the basics.
What is an html table?
An html table is commonly used as a "canvas" for multi-dimensional data and images. A table can contain many elements to create a canvas masterpiece.


Let's begin by having 2 browser windows open. This lesson in one window and your E-bay selling format in the other.
To make a table you have to begin with a few "must-have" codes in order for a table to function correctly.
E-bay gives you 2 options in the listing format. Standard and HTML. We are going to be using both. To start you need to be in the html form.
If there is anything already typed in the html you want to erase it, we are going to start with a clean canvas.

Let's begin by a brief explanation of the basic code we will be using below.
 
<table bordercolor=black cellspacing=0 cellpadding=20 width=100% background="image address here" border=4><tbody><tr><td>
 
Above is the basic code you will use. Let me give you a brief explanation of what all that means and why you need to have it in order for it to work.
 
Table bordercolor is specifying what color the border around the table will be.
Here is an example of what the cellspacing and cellpadding are for:

      

The width=100% determines the size of your table 100%. This is also adjustable. The background is your template background image, you can also replace it with just a specific color. You would change it to this: bgcolor="red". The border size gives the size of your border. The <tbody>is your "visible" canvas area and the <tr><td> are your number of "visible" canvas areas. For instance in the top left image above for the cellspacing it has 4 visible canvas areas and the cellpadding one has 2. That is from using the <tr><td> codes. <tr> states one table row and <td> is the table "cell". The cellspacing is using 2 table rows with 2 "cells" in each row.

Still confuse? Don't worry. When you start creating your own template this will all come together for you.

Let's start by making a basic template with a solid color background.

Cut,copy and paste this into the html section. (don't worry about the colored text, it will not effect anything.)

<table bordercolor=black cellspacing=0 cellpadding=20 width=100% bgcolor=pink border=4><tbody><tr><td>Welcome to my auction template that I created myself.

Now click on the standard mode and check out the beginning of your template. Notice the pink background with the black border. Play around with the border size to give you an  idea of how it works. Click back to the html mode and try making the border 20 instead of 4 and see what happens. See the difference. Now you have an understanding of what the border=4 means. Now, lets change the bgcolor=pink to green. Go back to the html code, change the pink to green. Click back to standard mode and see the green background. Great, you are catching on now. Now let's change the bordercolor. Go back to the html format and change it to red, bordercolor=red. Click back to standard and bammm!

You Are Doing Great !!! When you are in the html mode did you notice the codes added?  .</TD></TR></TBODY></TABLE>   That is a great thing about e-bays format. It automatically added the ending codes for you. With html there is a beginning and an end. A table has to start and it has to end. Just keep that in mind for now.

Now you have the basic table layout. You can type anything you want while in the standard mode. Lets try it. Click on standard, point your cursor anywhere inside the table, click and start typing. As you can see the table height will adjust in size. The table width is already set to 100%. Also, while in the standard mode you can change your font size, color and alignment.

Ready to learn how to add a pretty background?

Using the same basic codes:

<table bordercolor=black cellspacing=0 cellpadding=20 width=100% bgcolor=pink border=4><tbody><tr><td>Welcome to my auction template that I created myself.

Let's change the bgcolor=pink to this: Copy, cut, and paste this, replacing the entire code     bgcolor=pink    to:

background=http://i90.photobucket.com/albums/k280/justonemorewebsite/page%20graphics/backgrounds/dragon-bg36.jpg

Now click back to standard and check out what you just made.

If it didn't work for you here is the same code with the address replace.

<table bordercolor=black cellspacing=0 cellpadding=20 width=100% background=http://i90.photobucket.com/albums/k280/justonemorewebsite/page%20graphics/backgrounds/dragon-bg36.jpg border=4><tbody><tr><td>Welcome to my auction template that I created myself.

If you can not see the text it is because the text is still in black because in my code I have not designated it a color, unless you specify it a color it will always be black. To find your text and change the color, point your cursor inside the table near the bottom, while holding the mouse button down drag your cursor up, it should highlight your text. While the text is highlighted you can now use e-bays options to change your text attributes.

Now you have a basic template with a background. The background I used I have stored in my photobucket account. You will have to have a url address to use for a background image. Any web hosting site will give you that, most of them are free.

 

 

 

 

 

 

 

This site was created by Justonemoreanimation @2007. All information provided here is the opinion of the webmaster. For more information visit Justonemoreanimation at E-bay. Resell rights to this information has been given provided this web address is used.