| View previous topic :: View next topic |
| Author |
Message |
chymeer STAR Member

Joined: 22 Oct 2005 Posts: 353 Good Posts: +4
2523.00 Cash
|
Posted: Tue May 23, 2006 3:55 pm Post subject: text box code |
|
|
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 |
|
 |
NiCA-ChAN SUPER STAR

Joined: 29 Dec 2005 Posts: 4565 Good Posts: +15
15576.50 Cash Location: Love Hina Cast
|
Posted: Tue May 23, 2006 4:05 pm Post subject: |
|
|
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 |
|
 |
chymeer STAR Member

Joined: 22 Oct 2005 Posts: 353 Good Posts: +4
2523.00 Cash
|
Posted: Tue May 23, 2006 4:07 pm Post subject: |
|
|
on what part of the code should I change the pixel size? _________________
 |
|
| Back to top |
|
 |
NiCA-ChAN SUPER STAR

Joined: 29 Dec 2005 Posts: 4565 Good Posts: +15
15576.50 Cash Location: Love Hina Cast
|
Posted: Tue May 23, 2006 4:12 pm Post subject: |
|
|
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 |
|
 |
chymeer STAR Member

Joined: 22 Oct 2005 Posts: 353 Good Posts: +4
2523.00 Cash
|
Posted: Tue May 23, 2006 4:20 pm Post subject: |
|
|
thanks!.another question please!
how could I change the font's appearance? _________________
 |
|
| Back to top |
|
 |
NiCA-ChAN SUPER STAR

Joined: 29 Dec 2005 Posts: 4565 Good Posts: +15
15576.50 Cash Location: Love Hina Cast
|
Posted: Tue May 23, 2006 4:26 pm Post subject: |
|
|
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 |
|
 |
chymeer STAR Member

Joined: 22 Oct 2005 Posts: 353 Good Posts: +4
2523.00 Cash
|
Posted: Wed May 24, 2006 5:58 pm Post subject: |
|
|
Thank you so much! _________________
 |
|
| Back to top |
|
 |
NiCA-ChAN SUPER STAR

Joined: 29 Dec 2005 Posts: 4565 Good Posts: +15
15576.50 Cash Location: Love Hina Cast
|
Posted: Wed May 24, 2006 6:01 pm Post subject: |
|
|
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 |
|
 |
chymeer STAR Member

Joined: 22 Oct 2005 Posts: 353 Good Posts: +4
2523.00 Cash
|
Posted: Wed May 24, 2006 6:03 pm Post subject: |
|
|
<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 |
|
 |
winxfanclub STAR Member

Joined: 20 Mar 2006 Posts: 129 Good Posts: 0
556.50 Cash Location: Singapore
|
Posted: Fri Jun 02, 2006 4:28 pm Post subject: |
|
|
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 |
|
 |
winxfanclub STAR Member

Joined: 20 Mar 2006 Posts: 129 Good Posts: 0
556.50 Cash Location: Singapore
|
Posted: Fri Jun 02, 2006 4:30 pm Post subject: |
|
|
| 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 |
|
 |
|