Home | Forum | Arcade

text box code

 
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 -> - - HTML SUPPORT - -
View previous topic :: View next topic  
Author Message
chymeer
STAR Member


Joined: 22 Oct 2005
Posts: 353
Good Posts: +4

2523.00 Cash

PostPosted: Tue May 23, 2006 3:55 pm    Post subject: text box code Reply with quote

please help!I need it for my site!
I've got to make my site just before june coz I would be leaving!
I need the text box where on asc put the freebies code and where on digiarts put the dividers before on nicksplat blog of asc
_________________
Back to top
View user's profile Send private message Send e-mail
NiCA-ChAN
SUPER STAR


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

15576.50 Cash
Location: Love Hina Cast

PostPosted: Tue May 23, 2006 4:05 pm    Post subject: Reply with quote

You mean a box like where you can edit the left side and the heigh of it???
well here's the code :

Quote:
<div id="scroll3" style="width:300;height:100;background-color:COLOR BACKGROUND;border:1px dashed #000000;overflow:auto">
TEXT HERE
don't forget to put a </div>on the end


COLOR BACKGROUND - pick a color of the background,put hex color like #ffffff

do you saw the dashed #000000
The hex code in there means the thing that will be the color of the line of your box

when finish putting text..
Write a </div> on the end. IF you did'nt all the graphics below of that will be inside of the box
_________________

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
chymeer
STAR Member


Joined: 22 Oct 2005
Posts: 353
Good Posts: +4

2523.00 Cash

PostPosted: Tue May 23, 2006 4:07 pm    Post subject: Reply with quote

on what part of the code should I change the pixel size?
_________________
Back to top
View user's profile Send private message Send e-mail
NiCA-ChAN
SUPER STAR


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

15576.50 Cash
Location: Love Hina Cast

PostPosted: Tue May 23, 2006 4:12 pm    Post subject: Reply with quote

If you want to change the size,this is where's you will change : (the underlined and bold text)
Quote:

<div id="scroll3" style="width:300;height:100

_________________

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
chymeer
STAR Member


Joined: 22 Oct 2005
Posts: 353
Good Posts: +4

2523.00 Cash

PostPosted: Tue May 23, 2006 4:20 pm    Post subject: Reply with quote

thanks!.another question please!
how could I change the font's appearance?
_________________
Back to top
View user's profile Send private message Send e-mail
NiCA-ChAN
SUPER STAR


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

15576.50 Cash
Location: Love Hina Cast

PostPosted: Tue May 23, 2006 4:26 pm    Post subject: Reply with quote

font??
here's the code :
<font face="verdana" size="" color="">TEXT HERE</font>

Just change the Design of the Text , Size and color... good luck!

if size only <font size="">text here</font>
_________________

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
chymeer
STAR Member


Joined: 22 Oct 2005
Posts: 353
Good Posts: +4

2523.00 Cash

PostPosted: Wed May 24, 2006 5:58 pm    Post subject: Reply with quote

Thank you so much!
_________________
Back to top
View user's profile Send private message Send e-mail
NiCA-ChAN
SUPER STAR


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

15576.50 Cash
Location: Love Hina Cast

PostPosted: Wed May 24, 2006 6:01 pm    Post subject: Reply with quote

no problemo!
;) everytime chymi!
but put a thanks biancadimero =)
_________________

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
chymeer
STAR Member


Joined: 22 Oct 2005
Posts: 353
Good Posts: +4

2523.00 Cash

PostPosted: Wed May 24, 2006 6:03 pm    Post subject: Reply with quote

<div id="scroll3" style="width:300;height:100;background-color:black;border:1px dashed #ffffff;overflow:auto">
<font face="monotype corsiva" size="3" color="White">TEXT HERE
</font> </div>

Just record!
hehe!
_________________
Back to top
View user's profile Send private message Send e-mail
winxfanclub
STAR Member


Joined: 20 Mar 2006
Posts: 129
Good Posts: 0

556.50 Cash
Location: Singapore

PostPosted: Fri Jun 02, 2006 4:28 pm    Post subject: Reply with quote

Textbox that contains HTML codes in it.
For neopets and freewebs
<TEXT_AREA>TEXT GOES HERE</TEXT_AREA>
For Nick
<textarea>TEXT GOES HERE</textarea>
Thanks to ana5539/winxlcubcc/wccclubarts for the tutorial for the textarea for nick.

Textbox that can be scrolled like a blog(scrollbox)
<div style="width:400px;height:250px;overflow:auto;border-width:1px;border-color:000000;border-style:solid;">
TEXT GOES HERE
</div><a href="http://www.ohmyspace.com" target="_blank">Scrollbox From OhMySpace.com</a><div style="position:absolute; left:0px; top:0px; overflow:auto;">
</div>

_________________

-shi yun-
owner & president of WinxClubFan in Nicksplat


Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
winxfanclub
STAR Member


Joined: 20 Mar 2006
Posts: 129
Good Posts: 0

556.50 Cash
Location: Singapore

PostPosted: Fri Jun 02, 2006 4:30 pm    Post subject: Reply with quote

biancadimero wrote:
You mean a box like where you can edit the left side and the heigh of it???
well here's the code :

Quote:
<div id="scroll3" style="width:300;height:100;background-color:COLOR BACKGROUND;border:1px dashed #000000;overflow:auto">
TEXT HERE
don't forget to put a </div>on the end


COLOR BACKGROUND - pick a color of the background,put hex color like #ffffff

do you saw the dashed #000000
The hex code in there means the thing that will be the color of the line of your box

when finish putting text..
Write a </div> on the end. IF you did'nt all the graphics below of that will be inside of the box


This code is for the scrollbox.
_________________

-shi yun-
owner & president of WinxClubFan in Nicksplat


Back to top
View user's profile Send private message Send e-mail Visit poster's website 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 -> - - HTML SUPPORT - - All times are GMT + 8 Hours
Page 1 of 1

 
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




4816550