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

Joined: 13 May 2006 Posts: 375 Good Posts: +6
1234.00 Cash Location: Philippines
|
Posted: Sun May 21, 2006 4:42 pm Post subject: HTML Help for Your Websites/Blogs |
|
|
I just had nothing to do, so instead of wasting my time, I decided to help you instead.
Changing the font size
| Code: | | <font size="(font size here. make sure it's not over 7!)" |
Changing the font
| Code: | | <font face="(font here)" |
Changing the font color
| Code: | | <font color="(font color here)" |
Bold text
| Code: | | <b>YOUR TEXT GOES HERE</b> |
Italic text
| Code: | | <i>YOUR TEXT GOES HERE</i> |
Underlined text
| Code: | | <u>YOUR TEXT GOES HERE</u> |
Textarea/textbox
| Code: | | <textarea>YOUR TEXT GOES HERE</textarea> |
Textarea/textbox that allows HTML(meaning you can put HTML in it and it works)
| Code: | <ilayer name="scroll1">
<div id="scroll3"
style="width:100;height:75;
background-color:COLORHERE;
overflow:auto">
YOUR TEXT GOES HERE. YOU CAN PUT HTML HERE AND THE HTML WILL WORK- UNLESS IT'S A BROKEN TAG, OF COURSE
</textarea></div> |
Entering pop-up
| Code: | | <SCRIPT language="JavaScript">alert("YOUR TEXT GOES HERE") </SCRIPT> |
Leaving pop-up
| Code: | | <BODY onUnload="alert('YOUR TEXT GOES HERE');"> |
No right click warning
NOTE : This simply warns the visitor the first time when they right click, and then doesn't stop the next time they right click!
| Code: | | <script LANGUAGE="JavaScript">document.onmousedown=clickvar times=0var times2=10function click() {if ((event.button==2) || (event.button==3)) {if (times>=1) { bye() }alert("WARNING Text Here");times++ } }function bye() {alert("SECOND TIME TEXT");bye() }</script> |
Pop-up with cancel option
| Code: | | <SCRIPT language="JavaScript">confirm("YOUR TEXT GOES HERE")</SCRIPT> |
Changing the title
NOTE : When a visitor mouses over there, he/she can change the title!
| Code: | <a href=""
onMouseOver="var title= prompt('YOUR TEXT GOES HERE');
document.title=title">LINK TEXT</a> |
That's all HTML codes I can share. Feel free to copy the codes to your blogs/websites. I hope to learn more about HTML and share my knowledge with you. |
|
| Back to top |
|
 |
[pinchmee]kat[: ALL STAR MEMBER

Joined: 29 Mar 2006 Posts: 2591 Good Posts: +6
12541.00 Cash Location: Narnia . :D
|
Posted: Thu May 25, 2006 8:34 pm Post subject: |
|
|
THANKS! iT REALLY HELPED ME ALLOT!! _________________
|
|
| Back to top |
|
 |
Nicolina STAR Member

Joined: 13 May 2006 Posts: 375 Good Posts: +6
1234.00 Cash Location: Philippines
|
Posted: Fri May 26, 2006 12:31 pm Post subject: |
|
|
You're welcome! _________________
 |
|
| Back to top |
|
 |
chymeer STAR Member

Joined: 22 Oct 2005 Posts: 353 Good Posts: +4
2523.00 Cash
|
Posted: Wed May 31, 2006 9:27 am Post subject: |
|
|
hey!
can I ask you!?
please help me on the text box where I can previewthe scroll bars every each box!?!?!?
ung sa text box ay makikita mo color ng scroll bar pero sa site indi!ibig kong sabihin ay dun lng sa textbox may scrollbar hindi sa buong site page!??
sana alam mo! _________________
 |
|
| Back to top |
|
 |
Nicolina STAR Member

Joined: 13 May 2006 Posts: 375 Good Posts: +6
1234.00 Cash Location: Philippines
|
Posted: Wed May 31, 2006 9:39 am Post subject: |
|
|
| chymeer wrote: | hey!
can I ask you!?
please help me on the text box where I can previewthe scroll bars every each box!?!?!?
ung sa text box ay makikita mo color ng scroll bar pero sa site indi!ibig kong sabihin ay dun lng sa textbox may scrollbar hindi sa buong site page!??
sana alam mo! |
Please translate that in ENGLISH, chymeer! This forum should be in the English language.
Sorry, I don't know what you're talking about! But when I find out, I'll post it here. _________________
 |
|
| 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 31, 2006 11:17 am Post subject: |
|
|
uhmm... PinkGlittz,did you get the code at Chymeer's Text box topic at HTML help and get the code I gaved to her?
If you did you must put thanks to (myname) _________________
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 |
|
 |
Nicolina STAR Member

Joined: 13 May 2006 Posts: 375 Good Posts: +6
1234.00 Cash Location: Philippines
|
Posted: Wed May 31, 2006 11:24 am Post subject: |
|
|
no i didn't ... _________________
 |
|
| Back to top |
|
 |
|