01-07-2011, 08:59 PM
TO ADD A STAMP:
You start out with something that looks like this:
1. First take a look at the code. What section are you trying to add a stamp into?
2. For this example, we will say we are adding the participation stamp into the Roleplaying Awards section. Search through the code and find this:
Underneath that you will see this:

which are the four 'empty' stamps that you see in the default code.
3. Replace the first
with the participation stamp code provided to you, which is this: 
4. Now you should have this:

5. You're done! There should be one participation stamp and 3 empty stamps in that row. It should look like this:
TROUBLESHOOTING:
1. My stamps don't line up right, what did I do wrong?
- Check and make sure you have spaces between all of your
tags.
Space Here
.
2. I filled up one row of stamps and need to add another, how do I do it?
- This nifty code will add a row of four empty stamps. Just copy and paste it into the correct section.
You start out with something that looks like this:
Stamp Collection
Posting Awards

Roleplaying Awards

OOC Awards

Admin Awards

1. First take a look at the code. What section are you trying to add a stamp into?
Code:
<center><div class="forumtable" style="width:425px; padding:5px; border:3px solid white;"><div style="font-family:georgia, times, serif; text-transform:uppercase; font-size:25px; font-weight:bold; padding:5px; text-shadow:2px 2px white;">Stamp Collection</div>
<div class="maintitle">Posting Awards</div><p>
<img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" /> <img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" /> <img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" /> <img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" />
<p><div class="maintitle">Roleplaying Awards</div><p>
<img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" /> <img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" /> <img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" /> <img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" />
<p><div class="maintitle">OOC Awards</div><p>
<img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" /> <img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" /> <img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" /> <img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" />
<p><div class="maintitle">Admin Awards</div><p>
<img src="http://img.photobucket.com/albums/v709/kiwi_collective/collector.png" title="Join the stamp program" /> <img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" /> <img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" /> <img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" />
<p></div></center>2. For this example, we will say we are adding the participation stamp into the Roleplaying Awards section. Search through the code and find this:
Roleplaying Awards
Underneath that you will see this:

which are the four 'empty' stamps that you see in the default code.
3. Replace the first
with the participation stamp code provided to you, which is this: 
4. Now you should have this:

5. You're done! There should be one participation stamp and 3 empty stamps in that row. It should look like this:
Stamp Collection
Posting Awards

Roleplaying Awards

OOC Awards

Admin Awards

TROUBLESHOOTING:
1. My stamps don't line up right, what did I do wrong?
- Check and make sure you have spaces between all of your
2. I filled up one row of stamps and need to add another, how do I do it?
- This nifty code will add a row of four empty stamps. Just copy and paste it into the correct section.
Code:
<p><img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" /> <img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" /> <img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" /> <img src="http://img.photobucket.com/albums/v709/kiwi_collective/empty.png" title="Empty" />



![[-]](https://old.charmingrp.com/images/collapse.png)

