Tuesday, February 23, 2010

MYLC Premiere Night

HUGE CROWD! like it much. Speechless. ♥♥♥


kilig much!

I think im gonna faint when he pass right through where i am standing. Nice spot. Ayiiiii!

Saturday, February 6, 2010

IF YOU CAN, WHY CANT I?

Kung kaya mong idelete ako, mas kaya ko, kung wala kang pakialam… susubukang kong wag na ring makialam…

Tuesday, January 26, 2010

I slapped a glass of milk because I’m sexy like that

Select the month you were born in:

1 (Jan) - I stabbed
2 (Feb) - I needed
3 (Mar) - I ran naked with
4 (Apr) - I killed
5 (May) - I jumped
6 (June)- I smoked with
7 (July) - I ran shirtless with
8 (Aug) - I banged
9 (Sept) - I shot
10 (Oct) - I robbed
11 (Nov) -I slapped
12 (Dec) - I cuddled with

Pick the day (number) you were born on:

01 - the trojan man
02 - a homeless guy
03 -a homo
04 - A mop**
05 - a dog
06 - a rock star
07 - Paris Hilton
08 - my lover
09 - a toothbrush
10 - my boyfriend
11 - a glass of milk
12 - a teletubby
13 - the cookie monster
14 - a drunk
15 - a crack head
16 - a cat
17 - a bum
18 - a whore
19 - a hobo
20 - a stripper
21 - a porn star
22 - Barney the dinosaur
23 - the kool-aid man
24 - an easter egg
25 - my ex girlfriend
26 - a hottie
27 - a bag of weed
28 - a french fry
29 - your mom
30 - a bowl of cereal
31 - jezzy the snowman

Pick the color of shirt you are wearing:

White         -     because that bitch stole my taco
Black          -     because I love marijuana
Pink            -     because I’m good in bed
Red             -     because I have AMAZING boobs
Brown         -     because I still love him
Polka Dots -     because I hate my life
Purple         -     because I’m gay
Grey            -     because I’m sexy like that
Other          -     because I have double D’s
Green          -     because I love to snort cocaine.
Orange       -     because I smoke crack
Turquoise   -     because I have a noodle in my nose
Blue             -     because I'm the sexiest bitch alive
Tye dye       -     because I'm a fucking scuba diver
None            -     because I have a killer six pack 

Monday, December 14, 2009

Html Text Formatting

<b> Defines bold text
<big> Defines big text
<em> Defines emphasized text 
<i> Defines italic text
<small> Defines small text
<strong> Defines strong text
<sub> Defines subscripted text
<sup> Defines superscripted text
<ins> Defines inserted text
<del> Defines deleted text

Friday, December 11, 2009

How to remove the border in an image/linked image

Want to remove that border when you post an image in your home page?

Use this for an image:

<img src="IMAGE URL HERE" border="0"></a>


Use this for linked image:

<a href="YOUR TARGET SITE" target="_blank"><img src="IMAGE URL HERE" border="0"></a>


Trick:  add that border="0" at the end

Sunday, December 6, 2009

Paintball..Gotcha!

One hour game started at 8am till 9:30am in Antipolo Paintball Range.. was so tired hiding! hahaha but it was fun.. too sad bcoz this was the last day we can go bonding with my cousins..


Thursday, November 19, 2009

Overlap text infront of an image

Put a text in your image without editing it by using this code below.


<div id=image><img src='IMAGE URL HERE'></div><div style='position: relative; top: -75px; color: white; font-weight: bold;'>TEXT HERE</div>

Note: You can also use the "left" style (ex - 'left: 10px') to position your text to the left. You can also change the colors depending on what you like.

Try it now!