entry links: customize with css

Xanga Scripts

Author's Comments

Look carefully for specific instructions

This bit of CSS will allow you to fully customize the way the links at the end of your entries look

CSS GUIDE
For those of you who don't know how to customize your CSS, use the following to guide you.

background-color:#000000;
Description: Sets the background color of your links.
Customize: Replace the value with any hex color code.
Default: #000000 (black)

color:#FFFFFF;
Description: Sets the text color of your links.
Customize: Replace the value with any hex color code.
Default: #FFFFFF(white)

font-family:terminal;
Description: Sets the font family of your links.
Customize: Replace the value with any font family name.
Default: terminal

font-size:10px;
Description: Determines the font size of your links.
Customize: Replace the value with font size in px or pt.
Default: 10px

font-weight:normal;
Description: Determines the weight (boldness) of your links.
Customize: Replace with 'bold' if youd like to set your links to bold. Otherwise, use 'normal'.
Default: normal

text-align:right;
Description: Determines the horizontal alignment of your links.
Customize: Use one of the four values: left, right, center, justify.
Default: right

text-transform:uppercase;
Description: Controls the capitalization of your links.
Customize: Use 'none' if you'd like to leave the text as is. Otherwise use one of the following values: 'uppercase' if you want all the characters to be capitalized, 'lowercase' if you want all the characters to be in lowercase, or 'captialize' if you only want to first character of each link to be capitalized.
Default: uppercase

Script Code

Copy and paste to Header HTML

Help

Script Comments

No comments yet. Be the first one to comment!

Script Details

Author xquizit View profile
Submitted on Mar 1, 2006
Page views 14,412
Favorites 6
Comments 0

Script Tags