ssgt splatter said:
How about Star Wars mixed with Gears of War.
Example: http://www.google.com/imgres?imgurl=http://www.deviantart.com/download/177225996/ahsoka_x_gears_of_war_by_raikoh14-d2xikgc.png&imgrefurl=http://raikoh14.deviantart.com/art/Ahsoka-x-Gears-Of-War-177225996&h=1200&w=1240&sz=1035&tbnid=QflnAL9JDGOU0M:&tbnh=93&tbnw=96&prev=/search%3Fq%3Dahsoka%2Bgears%2Bof%2Bwar%2Barmor%2Bimages%26tbm%3Disch%26tbo%3Du&zoom=1&q=ahsoka+gears+of+war+armor+images&docid=eWh66ELgpUflJM&hl=en&sa=X&ei=GfhxTpSaIOaJsQLuk4HpCQ&ved=0CCgQ9QEwBA&dur=4259
I would've just posted the picture itself but I don't know how to do that.
Lol, it's extremely simple code. Really it's not even real code.
[noparse]
[noparse]
It's just the image url surrounded by 'img' tags (Right click on the image and click on 'copy image url' to get the image url).
You obviously don't know how code works, so there as to be an opening tag and a closing tag;
You open the tag by typing 'img' inside brackets. (I can't show you what it would look like because these forums would take it as code and try to display an image) and the closing tag is the same thing, but with a semi colon after the opening bracket and before the words inside the brackets.
The same rules apply to every tag in BBcode (that's the code I just showed you, it's the only code allowed on the forums).
http://en.wikipedia.org/wiki/BBCode
Ugh, I can't show you the code because these forums need to update their BBcode library. It doesn't support table tags, code tags, or noparse tags

When I type the code to show you, it shows up as the picture because it parses the code. That's why I tried to surround it in noparse tags, so it would show the code instead of the picture, but these forums don't support any of the tags I need