FeralAwakening
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Customizing Sniffs

Go down

Customizing Sniffs Empty Customizing Sniffs

Post  SilverShepherd Thu Jan 03, 2013 11:17 am

Hello all! I notice people are having issues with coding their sniffs, so I decided to put some known codes down.

Format:

<center> text </center>

<body background="your link here">

Text Box
<div style="height:150px;width:400px;font:16px/26px Georgia, Garamond, Serif;overflow-y:scroll; ">
<small>

text here

</small>
</div>

Text Box with Border
<div style="height:150px;width:400px;font:16px/26px Georgia, Garamond, Serif;overflow-y:scroll; border: 3px inset #000000;">
<small>

text here

</small>
</div>

Links:

<a href="url">this is a link</a>

Pictures:

<img src="directlink.png">

Font:

Note: this number is the RGB hex code for the color)
<font color="#800000">text goes here</color>

<i>italic</i>

<b>bold</b>

<u>underline</u>

<font face="Impact">Text</font>

<strike>text</strike>


Helpful Links:

HTML Color Codes
Font Face Names (only copy the name of it that's red)
SilverShepherd
SilverShepherd
Beta - Forum Moderator

Posts : 45

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum