How to work with your blog


Blog For Free!


Archives
Home
2004 March
2004 February

My Links
PhotoBucket
PowerWebMusic
Chatter.Flooble
MyShoutBox
iMood
UnkyMoods
Quizilla
CoolCounters
Bravenet

tBlog
My Profile
Send tMail
My tFriends
My Images


Sponsored
Blog


My tfriends:
midnightstar
View midnightstar's profileSend midnightstar a private message

ProjektMonkey
View ProjektMonkey's profileSend ProjektMonkey a private message

mistressserpent
View mistressserpent's profileSend mistressserpent a private message

rocky
View rocky's profileSend rocky a private message
__________________

WebButterfly'sFeatured Blogs

i see you shiver with anti..................pation



__________________

Not a Member
Free Weblogs! 



Already a Member Have you Considered



Mouse Effects
03.17.04 (5:04 am)   [edit]
Mouse Effects

TYPES OF CURSORS
default , help, wait, hand, text, crosshair, move
n-resize, s-resize, e-resize, w-resize, ne-resize, se-resize, nw-resize, sw-resize,

TYPES OF BORDERS
solid, double, inset, outset, ridge, groove, dotted, dashed

TYPES OF DECORATIONS
none, underline, overline, line-through

TYPES OF FILTERS
glow, shadow, blur, fliph, flipv


CHANGING CURSORS FOR PAGE
( APPLY CURSOR WHERE IT SAYS [ TYPE OF CURSOR ] )


 CHANGING CURSOR FOR LINKS
( APPLY CURSOR WHERE IT SAYS [ TYPE OF CURSOR ] )

MOUSEOVER: DIFFERENT FONT SIZE
(Change size)

MOUSEOVER: DIFFERENT FACE
(Change face)

MOUSEOVER: DIFFERENT COLOR
(Change color)


MOUSEOVER: LETTER SPACING
(Change size)

MOUSEOVER: BACKGROUND COLOR
(Change color)

MOUSEOVER: BACKGROUND IMAGE


MOUSEOVER: BORDERED
(Change color and border type)

MOUSEOVER: DECORATION
(Change decoration)

MOUSEOVER: FILTERED
(Change filter, color, size, strength)

IMAGES WITH WRITING ON MOUSEOVER
(If the image doesn't load, is loading or isn't working, the TEXT will show up)

FULL MOUSE ROLLOVER EFFECTS

FADE MOUSEOVER (IMAGE)
1.)
(INSERT IN HEAD) (SCRIPT)


2.) (THEN INSERT WHEREVER IMAGE WILL BE LOCATED)




Scrollbar



Music



Videos




Linking

EMAIL LINK:

EMAIL WIT SUBJECT:

LINKING IN SAME BROWSER

LINK WIT NEW BROWSER (TEXT ONLY)

LINK WIT IMAGE

LINK W/O BORDER use border="0"



 
SlideShows
02.23.04 (12:33 pm)   [edit]
        

 
Moving Text
02.20.04 (5:02 pm)   [edit]
alternate


right


 
Symbols
02.19.04 (3:57 pm)   [edit]

Type in the the html and get the symbol!



© = ©     ® = ®    ™ = ™    ¡ = ¡    


¿ = ¿  & nbsp; ¢ = ¢  &nb sp; £ = £    ¥ = ¥    


€ = €    ¤ = ¤  & nbsp; § = §    ¶ = ¶    


° = °    ♠ = ♠    ♣ = ♣  &n bsp; ♥ = ♥   


♦ = ♦  &n bsp; ‰ = ‰    ± = ±  & nbsp; † = †    


‡ = ‡  & nbsp; ¹ = ¹    ² = ²  &nb sp; ³ = ³  &nb sp;


« = «    » = » 

 
Replace Links Code
02.19.04 (1:05 pm)   [edit]
Change the Name of your Link!

<script language="javascript">
 <!--
 var links = document.getElementsByTagName ("a");
 for (var l = 0; l < links.length; l++) {
 str = links[l].innerHTML;
if (str.match (/d+:d+ (am|pm)/i)) links[l]
else if (str.match (/Add to Favorites/i)) links[l].innerHTML = str.replace (/Add to Favorites/i, "Bookmark Me!");
else if (str.match (/View My Profile/i)) links[l].innerHTML = str.replace (/View My Profile/i, "WebButterfly's Profile");
else if (str.match (/Add to tFriends/i)) links[l].innerHTML = str.replace (/Add to tFriends/i, "Add Me to tFriends");
else if (str.match (/Link to this Blog!/i)) links[l].innerHTML = str.replace (/Link to this Blog!/i, "Link to Me!");
else if (str.match (/Send a Private Message/i)) links[l].innerHTML = str.replace (/Send a Private Message/i, "Send Me a Message!");
else if (str.match (/My Account/i)) links[l].innerHTML = str.replace (/My Account/i, "Your Account");
}//-->
</script>



 
TFriends, Add them to your Site
02.18.04 (10:54 am)   [edit]





WebButterfly
View WebButterfly's profileSend WebButterfly a private message
 
Code for Adding a Text Box
02.18.04 (5:24 am)   [edit]







You can use it to help people link to your blog!







 
About Featured Blogs
02.17.04 (10:53 am)   [edit]



You need 240 tBUCKS to submit a feature request.


So weekly vote on which blog you think should be featured or add your own!

 
Scroll Box
02.17.04 (10:25 am)   [edit]


<DIV style="OVERFLOW: auto; WIDTH: 200px; HEIGHT: 75px"><FONT face="Times New Roman" color=#0099CC>Enter Text Here </DIV>

 
Customization for the Scroll Bar
02.17.04 (9:16 am)   [edit]

<style type="text/css">
<!--
body {
scrollbar-base-color: color;
scrollbar-track-color: color;
scrollbar-face-color: color;
scrollbar-highlight-color : color;
scrollbar-3dlight-color: color;
scrollbar-darkshadow-colo r: color;
scrollbar-shadow-color: color;
scrollbar-arrow-color: color;
}
-->
</style>



Example Scrollbar
 
Background Images
02.16.04 (5:16 pm)   [edit]

<style type="text/css">
<!--
body {
background-color: #000000 !important;
background-image: url([link]) !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-position: center top !important;
}
-->
</style>


What the properties mean: Background color
Default property: No color - will display color defined in Modify Journal section. The best way to define the color would be to use color codes.

Background image
Default property: None. The URL highlighted in the example should be replaced with the URL you have hosted at an external webhost like Photobucket!

Background repeat
Default property: Repeat (Known as tiling) The example has defined a no-repeat property, where the background will only be displayed once. The properties available are:
repeat image is tiled horizontally and vertically no-repeat image is not repeated repeat-x image is repeated horizontally repeat-y image is repeated vertically

Background scrolling
Default property: Scroll. The example has defined this as fixed. The properties available are: scroll background image scrolls with content fixed background image does not scroll with content

Background position
Default property: 0% 0%
The first value is for the horizontal, the second is for the veritical. If only one value is given and it is a percentage or pixel value (as in the example above) than it will be for the horizontal, left side. In the sample code given above the background position is simply 2%. This puts the background 2% from the left and 50% from the top. Even though the default is 0% 0%, if one element is given and the other isn't, the one that's not given becomes 50%.

 
Color Codes
02.16.04 (4:29 pm)   [edit]

When you're adding a color to your Web page with HTML you can to use the color codes (hex codes):



<FONT COLOR=#000000>


<FONT COLOR=#FFFFFF> 


<FONT COLOR=#0000CC>


<FONT COLOR=#FF0000>


<FONT COLOR=#FFFF33>


<FONT COLOR=#FFCC00>


<FONT COLOR=#00FF00>


<FONT COLOR=#663366>




To find more colors you can click this icon in My Styles

 
__________________
WebButterfly
View WebButterfly's profileSend WebButterfly a private message
__________________
Mood:
__________________

Need Help! or Have a Question?
I will do my best to help!
Reply to topic
__________________




Add tBlurt to Your Blog:

__________________

Current Scrollbar:

__________________

Other Scrollbars:













__________________

Something Fun: