Home | Forum | Arcade

*-The Allstarsclub School-*
Goto page Previous  1, 2, 3 ... 7, 8, 9 ... 18, 19, 20  Next
 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    The ALLSTARSCLUB Forum Index -> - - ASC CHiT CHAT - -
View previous topic :: View next topic  
Author Message
punkyangel
STAR Member


Joined: 11 Sep 2005
Posts: 125
Good Posts: +3

436.50 Cash
Location: Philippines

PostPosted: Fri Apr 07, 2006 4:29 pm    Post subject: Reply with quote

here's html
this is for divders
<DIV align=center>text here!</DIV>
<DIV align=center>

This is for link to anywhere u want!
<a href=Url Adress Here>Pic Here

This is html text
<html>
<font face="Comic Sans MS" font size="6"><font color=COLOR HERE>
text!!! here!!!
</font>

This is for to put ur text in a box
<textarea>TEXT HERE
</textarea>

This is for bg code
<body background=text here>



Here's css

This is for color scrollbars
<style
type="text/css"> body { scrollbar-arrow-color: ffffff; scrollbar-base-color:ffffff;
scrollbar-dark-shadow-color: ffffff; scrollbar-track-color: ffffff; scrollbar-face-color:
ffffff; scrollbar-shadow-color: ffffff; scrollbar-highlight-color: ffffff; scrollbar-3d-light-color:
ffffff; } </style>




I hope i got the assignment right! :queen:


Last edited by punkyangel on Fri Apr 07, 2006 4:41 pm; edited 2 times in total
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
[x] exotic realm
GOLDEN STAR


Joined: 11 Sep 2005
Posts: 6236
Good Posts: +30

17171.00 Cash
Location: its either the ocean or the 27th floor of an apartment.

PostPosted: Fri Apr 07, 2006 4:30 pm    Post subject: Reply with quote

Am I suppose to do the HTML Thing teacher?
_________________

and all she wants is to dance
thats why youll find her on the floor


shes freaky





and she knows it


xos
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
NiCA-ChAN
SUPER STAR


Joined: 29 Dec 2005
Posts: 4565
Good Posts: +15

15576.50 Cash
Location: Love Hina Cast

PostPosted: Fri Apr 07, 2006 4:32 pm    Post subject: Reply with quote

yep, 5 HTML and 1 CSS code..
if you don't got a CSS and you gave 5 HTML it will be 9
if you did'nt submit 7 (failed score)
_________________

Love is a mysterious thing like inside a box...
Love is where we express our feelings for somebody...
Love is where we send gifts like flowers, chocolates for them to feel our feelings for them...
Love is when a relationship build and build until it became pure...
That's my meaning of love. What's yours and who's your valentines?
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
[x] exotic realm
GOLDEN STAR


Joined: 11 Sep 2005
Posts: 6236
Good Posts: +30

17171.00 Cash
Location: its either the ocean or the 27th floor of an apartment.

PostPosted: Fri Apr 07, 2006 4:55 pm    Post subject: Reply with quote

Oh okey..

Wait for a while miss!

Different colours,sizes and types of writing
<font face="font here" size="size here" color="color here or HEX code">

Simple coloured background
<body background="HEX code or color here">

Images- Upload at Photobucket/Imageshack/Tinypic or wherever you want to go first please..
<img src="URL of picture here"></img>

Links
<a href="URL of site here"></a>

Textarea
<textarea>TYPE WHATEVER YOU WANT HERE</textarea>

CSS

Orange Scrollbar

<style type="text/css">
body {
scrollbar-base-color: #FBA88B;
scrollbar-arrow-color: #F5480B;
scrollbar-shadow-color: #F7784B;
scrollbar-darkshadow-color: #F7784B;
scrollbar-highlight-color: #FDC2AD;
scrollbar-3dlight-color: #FDC2AD;
scrollbar-track-color: #FDD9CD;
}
</style>
_________________

and all she wants is to dance
thats why youll find her on the floor


shes freaky





and she knows it


xos
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Karen
CRAZY DREAMER


Joined: 23 Nov 2005
Posts: 947
Good Posts: +16

3128.50 Cash
Location: Malaysia<3

PostPosted: Fri Apr 07, 2006 9:22 pm    Post subject: Reply with quote

Here is my project :
HTML
1. Not allowing pepole to use right clicks and them copping your object!
<SCRIPT language="JavaScript">function click() {if (event.button==2) { alert('TEXT HERE') } } document.onmousedown=click </SCRIPT>

2. Text in grey bar at the bottom of the screen!
<script language="JavaScript"> function scrollit_r2l(seed) { var msg="SCROLLING TEXT HERE"; var out = "NON-MOVING TEXT HERE)"; var c = 10; if (seed > 100) { seed--; var cmd="scrollit_r2l(" + seed + ")"; timerTwo=window.setTimeout(cmd,100); } else if (seed <= 100 && seed > 0) { for (c=0 ; c < seed ; c++) { out+=" "; } out+=msg; seed--; var cmd="scrollit_r2l(" + seed + ")"; window.status=out; timerTwo=window.setTimeout(cmd,100); } else if (seed <= 0) { if (-seed < msg.length) { out+=msg.substring(-seed,msg.length); seed--; var cmd="scrollit_r2l(" + seed + ")"; window.status=out; timerTwo=window.setTimeout(cmd,100); } else { window.status=" "; timerTwo=window.setTimeout("scrollit_r2l(100)",75); } } } timerONE=window.setTimeout('scrollit_r2l(100)',500); </script>

3. links
(WITH PICTURE)
<center><a href="ADDRESS HERE"> IMAGE CODE HERE</a></center>


(WITHOUT PICTURE)
<center><a href="ADRESS HERE"></a></center>

4. Text in message box when entering your blog
<SCRIPT language="JavaScript">alert("TEXT HERE")</SCRIPT>

5. Text in message box when leaving your blog
<body onunload="alert('TEXT HERE');">


CSS
Scrollbars
<style
type="text/css"> body { scrollbar-arrow-color: PASTE COLOUR CODE FOR THE SCROLLBAR ARROW HERE; scrollbar-base-color:ffffff;
scrollbar-dark-shadow-color: PASTE COLOUR CODE FOR THE SCROLLBAR DARK SHADOW HERE; scrollbar-track-color: PASTE COLOUR CODE FOR THE SCROLLBAR TRACK HERE; scrollbar-face-color:
PASTE COLOUR CODE FOR THE SCROLLBAR FACE HERE; scrollbar-shadow-color: PASTE COLOUR CODE FOR THE SCROLLBAR SHADOW HERE; scrollbar-highlight-color: PASTE COLOUR CODE FOR THE SCROLLBAR HIGHLIGHT HERE; scrollbar-3d-light-color:
PASTE COLOUR CODE FOR THE SCROLLBAR 3D LIGHT HERE; } </style>

COLOUR CODES :
White : ffffff
Yellow : ffff00
Orange : ff6600
Red : ff0000
Pink : ff00cc
Purple : 9900cc
Blue : 0000ff
Light Blue : 66ffff
Green : 006633
Light Green : 66ff00
Brown : cc6633
Black : 000000

PARTS OF THE SCROLLBAR :


THx...
Twinkl3dream...
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
CrystalKisez
ALL STAR MEMBER


Joined: 09 Sep 2005
Posts: 1390
Good Posts: 0

4536.50 Cash
Location: PHiLiPPiNES

PostPosted: Fri Apr 07, 2006 9:28 pm    Post subject: Reply with quote

HERES that html
DiVIDERS:
<DIV align=center>text here!</DIV>
<DIV align=center>

This is for link to anywhere u want!
<a href=Url Adress Here>picture here!

color for txt:
<html>
<font face="Verdana" font size="10"><font color=COLOR HERE>
type ur text here
</font>

LiNK code:
<a href="URL of site here"></a>


Background code:
<body background=text here>



CSS codes

SCROLLbar
<style
type="text/css"> body { scrollbar-arrow-color: #FF0000; scrollbar-base-color:#FF0000;
scrollbar-dark-shadow-color: #FF0000; scrollbar-track-color: #FF00FF; scrollbar-face-color:
#FFFF00; scrollbar-shadow-color: #FFFF00; scrollbar-highlight-color:#FF00FF; scrollbar-3d-light-color:
#FF00FF; } </style>



here yah go teach!!!
_________________

To be free is to know who you are,
the freedom in one brings joy to all

check for the latest pictures of Meii ==>>
www.crissagirl2.multiply.com
Back to top
View user's profile Send private message
xRuth.lessx
LOYAL Star


Joined: 27 Dec 2005
Posts: 773
Good Posts: +13

5825.00 Cash
Location: Cagayan de Oro City - PHIiLiPPiNES

PostPosted: Mon Apr 10, 2006 12:01 pm    Post subject: Reply with quote

Party time!
We can talk about anything! :king:

Food will be dropped later
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
NiCA-ChAN
SUPER STAR


Joined: 29 Dec 2005
Posts: 4565
Good Posts: +15

15576.50 Cash
Location: Love Hina Cast

PostPosted: Mon Apr 10, 2006 12:35 pm    Post subject: Reply with quote

hahhh!! I know wer dya got the SCROLL BAR tutorial karen!
at the friendster-customize-blabla bla never mind!!
yeyy... party!!
should we have exchange gifts (graphics Icon_favorites49 ) or not? hey candy~
_________________

Love is a mysterious thing like inside a box...
Love is where we express our feelings for somebody...
Love is where we send gifts like flowers, chocolates for them to feel our feelings for them...
Love is when a relationship build and build until it became pure...
That's my meaning of love. What's yours and who's your valentines?
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
xRuth.lessx
LOYAL Star


Joined: 27 Dec 2005
Posts: 773
Good Posts: +13

5825.00 Cash
Location: Cagayan de Oro City - PHIiLiPPiNES

PostPosted: Mon Apr 10, 2006 1:28 pm    Post subject: Reply with quote

Yes! We can exchange gifts! Graphics, tutorials, etc. are exepted as gifts! No minimums and maximums on who to give, what to give and how much to give!
SEND GIFTS IN THIS POST!

I will give alot of people Icon_emotions16
_________________


Last edited by xRuth.lessx on Mon Apr 10, 2006 1:40 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
NiCA-ChAN
SUPER STAR


Joined: 29 Dec 2005
Posts: 4565
Good Posts: +15

15576.50 Cash
Location: Love Hina Cast

PostPosted: Mon Apr 10, 2006 1:32 pm    Post subject: Reply with quote

exchange gifts are now open!!!
hey candy,pls check the ppls who enroll school and absent for a long day...
except xpherical and Lizzzie
_________________

Love is a mysterious thing like inside a box...
Love is where we express our feelings for somebody...
Love is where we send gifts like flowers, chocolates for them to feel our feelings for them...
Love is when a relationship build and build until it became pure...
That's my meaning of love. What's yours and who's your valentines?
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Karen
CRAZY DREAMER


Joined: 23 Nov 2005
Posts: 947
Good Posts: +16

3128.50 Cash
Location: Malaysia<3

PostPosted: Mon Apr 10, 2006 4:58 pm    Post subject: Reply with quote

biancadimero wrote:
hahhh!! I know wer dya got the SCROLL BAR tutorial karen!
at the friendster-customize-blabla bla never mind!!

Ya, does it still count for my grade???
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
NiCA-ChAN
SUPER STAR


Joined: 29 Dec 2005
Posts: 4565
Good Posts: +15

15576.50 Cash
Location: Love Hina Cast

PostPosted: Mon Apr 10, 2006 5:05 pm    Post subject: Reply with quote

of course yhihihi...
you can start making a graphic for the exchange gifT!
make many as you want,if you juz want okk??
_________________

Love is a mysterious thing like inside a box...
Love is where we express our feelings for somebody...
Love is where we send gifts like flowers, chocolates for them to feel our feelings for them...
Love is when a relationship build and build until it became pure...
That's my meaning of love. What's yours and who's your valentines?
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Jean Grey
Guest




Good Posts: +1

0.00 Cash

PostPosted: Mon Apr 10, 2006 5:08 pm    Post subject: Reply with quote

i wanna exchange gifts!wait while i get canyanka*'s personelised gift done!
Back to top
Ashirox
LOYAL Star


Joined: 29 Jan 2006
Posts: 963
Good Posts: +14

2611.00 Cash
Location: @Home

PostPosted: Mon Apr 10, 2006 5:09 pm    Post subject: Reply with quote

Here is my project :

CSS
Begin style sheet:

<style type="text/css">

A:link
{ text-decoration: value; [underline, overline, underline overline, line-through, blink, none] color:#000000; }
A:visited
{ text-decoration: value; [underline, overline, underline overline, line-through, blink, none] color:#000000; }
A:active
{ text-decoration: value; [underline, overline, underline overline, line-through, blink, none] color:#000000; }
A:hover
{ text-decoration: value; [underline, overline, underline overline, line-through, blink, none] color:#000000;

background-image: url(yourimage.gif);
background-color: #000000;

(Warning: the following cursor attribute is for those who use IE only!)

cursor: value; [default, auto, wait, crosshair, hand, help, text, move, s-resize, e-resize, w-resize, ne-resize, nw-resize, se-resize, sw-resize]
cursor: url('yourdomain.com/cursor.ani');}

h1 {font-family: value; [your font name for headers (arial, verdana, etc.)]
color: value; [your font color (#000000)] }

p {font-family: value; [your font name for paragraphs (arial, verdana, etc.)]
color: value; [your font color (#000000)] }

body
{ background: #000000;
background-image: url(value); [url of background image to be used, i.e. background.gif]
background-repeat: value; [repeat, no-repeat, repeat-x, repeat-y]
background-position: valueI valueII; [valueI: top, center, bottom, percentage, pixel number]
[valueII: right, center, left, percentage, pixel number]
background-attachment: value; [scroll, fixed]

font-family: value; [your font name]
color: #000000 ;
letter-spacing: value; [any number value (3pt, 5pt)]
font-weight: value; [lighter, normal, bold, bolder, any number value (100, 500, 900)]
font-size: value; [xx-small, x-small, small, medium, large, x-large, xx-large,
any number value (12 pt, 18 pt)]

direction:rtl; [this reverses the entire site so the scrollbar is on the left]

(Warning: the following scrollbar attribute is for those who use IE only!)

scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000;

margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}

td
{ font-family: value; [your font name]
color: #000000;
padding-left: value; [2cm, 4cm etc.]
padding-right: value; [2cm]
padding-top: value; [2cm]
padding-bottom: value; [2cm]
padding: value; [2cm this is for all four sides]
padding: value value; [2cm, 4cm : two values for four sides, add numerical value] }

input, textarea
{ background: #000000 url(yourimage.gif);
font-family: value; [your font name]
color: #000000;
border-style: value; [dotted, dashed, solid, double, groove, ridge, inset, outset]
border-color: #000000;
border-width: valuepx; [numerical value, 5, 6, 8...] }

</style>

End style sheet

HTML

You can dress up your text boxes with color, like the ones on my page. Adding a few style tags changes the color of the background, and you can also add a border. You can change the things that you see in bold text, the size of the box (rows and cols), the font, font color etc. The border color will be the same as your font color:

<form ACTION=URI><textarea rows="5" cols="26" style="background-color:#ffccff; font-family:verdana; color:#9900ff; border-style:solid">Put your text here</textarea></form>

You can align your paragraphs this way, the default is aligned left:



<p>You write your text here</p>




To center your text you do this:

<div align="center"><p>This will center your text</p></div>




To align your text on the right you do this:

<div align="right"><p>This will align your text to the right</p></div>




To make your text bold you do this:

<p><b>This will make your text bold</b></p>

To italicize your text you do this:

<p><i>This will italicize your text</i></p>


To underline your text you do this:

<p><u>This will underline your text</u></p>



Thank-u
Ashirox
_________________
Back to top
View user's profile Send private message
NiCA-ChAN
SUPER STAR


Joined: 29 Dec 2005
Posts: 4565
Good Posts: +15

15576.50 Cash
Location: Love Hina Cast

PostPosted: Mon Apr 10, 2006 5:20 pm    Post subject: Reply with quote

SmileyC - 7
king - 7
xpherical - (she have an excuse that she will be absent but she still need to do the project for her grade!)
aleen93 - 7
Lizzzie - (got an excuse)
heavenstarzz - 10
totalgirls - 7
Crystalzkisez - 10
punkyangel - 10
jijilin - 7
EVERFUNCLUB / Phoebe - 7
emMaCutie - 7
fiona - 7
teenfanclub - 7
HX/ALLSTARSCLUB - 7
KeLLiEPK - 9
BlueHeavens - 10
SportsAngel1 - 10
taurianqueen - 7
pinkblush - 7
twinkl3dream - 10
Ashirox - 10
CelebFC - 7

NOTE to CelebFc and Ashirox:Because you join late,please tell me now your project.. you will only got 8 at your first project,this is a bonus to all late enrollees at ASC school.
The color blue grades mean failed scores but if it is red grade means passed or "A",

Write to ur notebook
Just Announcing, when the party is over we will have some math on that time so pls review...
and we will test either so don't cheat. If you cheat it will -1 to your grade. Test will be starting : April 20
and at the April 22,we will have a fun games! no lessons but have school!
_________________

Love is a mysterious thing like inside a box...
Love is where we express our feelings for somebody...
Love is where we send gifts like flowers, chocolates for them to feel our feelings for them...
Love is when a relationship build and build until it became pure...
That's my meaning of love. What's yours and who's your valentines?
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    The ALLSTARSCLUB Forum Index -> - - ASC CHiT CHAT - - All times are GMT + 8 Hours
Goto page Previous  1, 2, 3 ... 7, 8, 9 ... 18, 19, 20  Next
Page 8 of 20

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Free Forum Free Top Site List
Make this Forum Ad-Free




5193203