First I like the plugin!
I was wondering how I would go about adding a "Text Box ID" to the drop down?
I have been using the styles and code below to create PostIt note in my posts.
This is added to the style.css
.postit-wrap{
width:234px;
background:url(http://squidcdn.s3.amazonaws.com/images/modules/postit/bg-postit-body.jpg) repeat-y;
padding:5px 0 0 0;
margin:0 auto;
}
.postit-inner{
width:204px;
background:url(http://squidcdn.s3.amazonaws.com/images/modules/postit/bg-postit-bottom.jpg) no-repeat bottom;
padding:10px 15px;
}
.postit-inner h2{
margin:0;
padding:0 0 8px 0;
font:bold 18px Arial,Helvetica,sans-serif;
border-bottom:3px solid #000;
text-transform:uppercase;
}
.postit-inner p{
font-family:"Courier New",Courier,monospace;
font-size:12px;
}
This is added in the html and then I change the text as needed.
<div class="postit-wrap">
<div class="postit-inner">
<h2>Crafting ProTip</h2>
You don't need to be carrying your samples to use them. They can be used from your bank.
</div>
</div>
If you go to the link below and part way down the page you'll see a note titled "Crafting ProTip". That's what I am looking for. Or even better a way to add header, footer and body images for the note.
Unofficial Guide to beginning crafting in Star Trek Online
Thanks , for your help