There are two different ways to put a mini-ticker in a banner. The table way and the DIV way. It's all a matter of choice~
DIV Way:
[b]HIGHLY RECOMMENDED.[/b] The DIV will basically "position" it, so that your mini-ticker will appear where you want it to on the page. It's really easy and can adjust to different positions on different styles if the code is in the CSS - which I will tell you how to do. :3
Table Way:
Coded with a table in the banner. It involves slicing up your banner and is more complicated than the DIV way. It's difficult to adjust with different styles.
Next, put the following code after the body tag of your HTML document. It doesn't really matter where it's placed; I suggest before the rest of your layout code.
And that's it! ^_^ Change the text according to your wish. If you want the ticker to be positioned differently in different styles, then put the code in all your CSS files, but change the positioning.
The first thing we have to do is to cut the banner up into FIVE fragments. No matter where your mini-ticker is on the banner, there will always be FIVE fragments.
First, open the banner in Photoshop or whatever image-editing program you have. Even Paint will work. Select the Rectangular Marquee Tool, or the "marching ants" tool. Now, select all the space above where your mini-ticker is. Cut off a tiny bit of the top of your mini-ticker so the text won't be too high. You should have something like the below (sizes will vary):
Now my original image looks like this:
Next, we will cut off the bottom part of the banner below the mini-ticker. Do the same thing, and remember to cut off a bit from the bottom of the ticker to insure the text is directly in the middle of the ticker space.
Now your original piece should look like this (sizes vary, remember):
Unless your mini-ticker space is extremely large (which I don't recommend), your piece should be about as skinny as what I have left.
Next, we'll cut the piece to the left of the ticker. Be sure that you cut off the ticker left border (if you have one) and a bit of space inward so the text will look nicer.
Close your original banner file. Don't save it, unless you want a big blank banner.
It's time to code it. The code in the textarea below contains the entire banner code. Be sure to change the capital text so it refers to your banner and change the dimensions, too!
Eonlight Valley, all its content and graphics are unless stated otherwise (c) Kronakitty (kronakitty@gmail.com) 2005-2011. Official Pokemon contents and images are (c) Nintendo. This is only a fan site, and I do not claim ownership of Pokemon.
Important Note: Due to the webmistress's slacking in updating, some pages on this site may be out-of-date. ;_;

