Jump to content

Sinister Smile

Members
  • Posts

    493
  • Joined

  • Last visited

  • Days Won

    9
  • Feedback

    100%

Everything posted by Sinister Smile

  1. Hi all, im making html styles for any npc's ( gm shops, buffers, gk, augmentors, custom shops and etc.) Here is some pic's from my work. NPC 1 NPC 2 NPC 3 NPC 4 NPC 5 NPC 6 NPC 7 NPC 8 Also here is video example Click New banners: The price for the npc's will be different. It depend how html page's you need. Do you want buttons, logo, lines, background and etc. If you want to to use my services you can contact with me here in the forum or in skype black.heart.947 -10% discount if you make request in www.sinistersmile.pro soon i will upload more demo's.
  2. @DontKnow my opinion is > sit on your ass and start reading, no one will make this "perfect, unseen balance" that you talk about. Only you can do it by your taste and your desire.
  3. you can do it whatever you want, its a share ...
  4. Nice! Good luck to all! Let the luckiest one WIN :P
  5. Look now > http://imgur.com/ut1e1ch and the code <html><body><title>Buffer</title> <center> <table cellspacing=-1 cellpadding=-1> <tr> <td height=39 align=center><img src="protoftwletterssilver.letter_g" width=26 height=32></td> <td height=39 align=center><img src="protoftwletterssilver.letter_l" width=26 height=32></td> <td height=39 align=center><img src="protoftwletterssilver.letter_o" width=26 height=32></td> <td height=39 align=center><img src="protoftwletterssilver.letter_b" width=26 height=32></td> <td height=39 align=center><img src="protoftwletterssilver.letter_a" width=26 height=32></td> <td height=39 align=center><img src="protoftwletterssilver.letter_l" width=26 height=32></td> </tr> </table> <table cellspacing=-1 cellpadding=-1> <tr> <td height=39 align=center><img src="protoftwletterssilver.letter_t" width=26 height=32></td> <td height=39 align=center><img src="protoftwletterssilver.letter_e" width=26 height=32></td> <td height=39 align=center><img src="protoftwletterssilver.letter_l" width=26 height=32></td> <td height=39 align=center><img src="protoftwletterssilver.letter_e" width=26 height=32></td> <td height=39 align=center><img src="protoftwletterssilver.letter_p" width=26 height=32></td> <td height=39 align=center><img src="protoftwletterssilver.letter_o" width=26 height=32></td> <td height=39 align=center><img src="protoftwletterssilver.letter_r" width=26 height=32></td> <td height=39 align=center><img src="protoftwletterssilver.letter_t" width=26 height=32></td> </tr> </center> </table> </body> </html>
  6. test this <html><body><title>Buffer</title> <center> <table> <tr> <td width=22 height=39 align=center><img src="protoftwletterssilver.letter_g" width=26 height=32></td> <td width=22 height=39 align=center><img src="protoftwletterssilver.letter_l" width=26 height=32></td> <td width=22 height=39 align=center><img src="protoftwletterssilver.letter_o" width=26 height=32></td> <td width=22 height=39 align=center><img src="protoftwletterssilver.letter_b" width=26 height=32></td> <td width=22 height=39 align=center><img src="protoftwletterssilver.letter_a" width=26 height=32></td> <td width=22 height=39 align=center><img src="protoftwletterssilver.letter_l" width=26 height=32></td> </tr> </table> <table> <tr> <td width=22 height=39 align=center><img src="protoftwletterssilver.letter_t" width=26 height=32></td> <td width=22 height=39 align=center><img src="protoftwletterssilver.letter_e" width=26 height=32></td> <td width=22 height=39 align=center><img src="protoftwletterssilver.letter_l" width=26 height=32></td> <td width=22 height=39 align=center><img src="protoftwletterssilver.letter_e" width=26 height=32></td> <td width=22 height=39 align=center><img src="protoftwletterssilver.letter_p" width=26 height=32></td> <td width=22 height=39 align=center><img src="protoftwletterssilver.letter_o" width=26 height=32></td> <td width=22 height=39 align=center><img src="protoftwletterssilver.letter_r" width=26 height=32></td> <td width=22 height=39 align=center><img src="protoftwletterssilver.letter_t" width=26 height=32></td> </tr> </center> </table> </body> </html>
  7. The space that you see is from the letters image (32x32) because the full image is 32x32 size, and the letters are transparent, thats why it have a little space.
  8. try this <html><body><title>GK</title> <center> <table> <tr> <td width=32 height=39 align=center><img src="protoftwletterssilver.letter_g" width=32 height=32></td> <td width=32 height=39 align=center><img src="protoftwletterssilver.letter_l" width=32 height=32></td> <td width=32 height=39 align=center><img src="protoftwletterssilver.letter_o" width=32 height=32></td> <td width=32 height=39 align=center><img src="protoftwletterssilver.letter_b" width=32 height=32></td> <td width=32 height=39 align=center><img src="protoftwletterssilver.letter_a" width=32 height=32></td> <td width=32 height=39 align=center><img src="protoftwletterssilver.letter_l" width=32 height=32></td> </tr> </table> <table> <tr> <td width=39 height=39 align=center><img src="protoftwletterssilver.letter_t" width=32 height=32></td> <td width=38 height=39 align=center><img src="protoftwletterssilver.letter_e" width=32 height=32></td> <td width=38 height=39 align=center><img src="protoftwletterssilver.letter_l" width=32 height=32></td> <td width=38 height=39 align=center><img src="protoftwletterssilver.letter_e" width=32 height=32></td> <td width=38 height=39 align=center><img src="protoftwletterssilver.letter_p" width=32 height=32></td> <td width=38 height=39 align=center><img src="protoftwletterssilver.letter_o" width=32 height=32></td> <td width=38 height=39 align=center><img src="protoftwletterssilver.letter_r" width=32 height=32></td> <td width=38 height=39 align=center><img src="protoftwletterssilver.letter_t" width=32 height=32></td> </tr> </center> </table> </body> </html>
  9. <table width="300"> <tr> <td <img src="name.name" width=15 height=15></td> <td <img src="name.name" width=15 height=15></td> <td <img src="name.name" width=15 height=15></td> <td <img src="name.name" width=15 height=15></td> <td <img src="name.name" width=15 height=15></td> <td <img src="name.name" width=15 height=15></td> </tr> </table>
  10. Yes not all are rich. I have friends that their pc's are very low like 2 gb ram and dual core processor 2.2 / 2.3. So this kind of pathes are very useful.
  11. thank you buddy, but i still cant get what i need to change. That button cant close the community board .. and i need to change the function somehow
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock