Q: Removing extra pictures or graphics from the
template?
A: In the standard mode, point your cursor over the
picture/image you want to remove. Click once on that image. This will
"highlight" that image. Hit your delet button on your keyboard. CAUTION: Do NOT
hit the right arrow to delete, this will cause you to go back to your previous
page.
Q: How do I resize my pictures?
A: In the standard more, point your cursor over the picture you
want to resize. Click once, this will "highlight" your picture and cause little
square boxes on each corner and side of your image. click and hold your mouse on
one of the little square boxes and drag your image to the size you prefer. To
remove the little boxes click once anywhere on the page.
Q: Can I add more graphics or change the background to
this template?
A: Yes, you can alter the template in any way to suit you. The
only CAN NOT is you can not resell them.
Q: How do I center an image on the template?
Q: When I copy the html code into the auction
description area, the photo addresses are no longer highlighted in red, how can
I find them?
A: First, copy the photo address from the html
on the webpage. Next, go to your html area in the auction description. At the
same time hold the CTRL + F buttons on your keyboard. This will bring up a "find"
box. Now paste the photo address into the find box and click find. Tada....It
finds it for you.. :-)
Q. How can I add music to my template?
A. Simple, cut, copy, and paste the following html code into
the html section of your template. I recommend adding this at the very top or
very bottom. Then, replace the song address (highlighted red) with your song
address. This will work with any midi file. This code gives the viewer the
option to turn the music on or off. <EMBED SRC="/graphics/sounds/1812over.mid" HEIGHT=60 WIDTH=144>
Q. How do I add scrolling text?
A. Scrolling text is called marquee in html. The simplest form
of marquee is with this code:
<marquee> add all the text you want to have
scrolling</marquee>
That is all you have to do. In the html form add this code where
ever you want your scrolling text. If you are putting this at the top of your
template make sure you put it after all the <table>s Most of
the templates I make have more than one table, that is what creates the
different backgrounds and borders. Basically it you want it at the very top of
your template place after the last table code that looks like this:
<table bordercolor=red cellspacing=0 cellpadding=10
background="backgroundaddy" border=5><tr><td>
If you want to place the scrolling text at the very bottom of
your template make sure you put it just before the closing table tags:</tr></td></tbody></table> Otherwise you will
be outside of your template.
Q. How do I add my photos to the template?
A. GO to the webpage where your template html
code is. Look for the addresses I have highlighted red. Those are the addresses
for the pictures I added to the template to show you were your pictures could
go. Cut and copy one of those addresses. Then, go to the html code in your e-bay
selling description area. Now, at the same time hit your CTRL and the F button
on your keyboard. This will bring up a small box on your window. This can be
your friend. :-)
Inside the text area point your mouse, right click then hit
paste. now click the NEXT button and this will find the address for you in the
html code. That is where you want to replace my picture address with your
picture address. I hope this helps.