How do you make Colored and bolded and big Text on a HTML page
iWebBuddy.com - Website Design and Web Development Forum :: Web Design and Development :: Markup Languages and Styling
Page 1 of 1 • Share •
How do you make Colored and bolded and big Text on a HTML page
How do you make Colored and bolded and big Text on a HTML page, I've been trying and it comes up as [b] and [i] and [/colored] ex.
Last edited by Marc on Sat Jan 16, 2010 3:55 am; edited 2 times in total (Reason for editing : 1st edit - making title clear / 2nd edit - adding solved tag)

Amber- Active WebBuddy

Posts: 99
iCoins: 146
Re: How do you make Colored and bolded and big Text on a HTML page
You can find those html codes in my html tutorial, 
=> HTML Codes For Beginners
In that topic, you'll find what you need.
=> HTML Codes For Beginners
In that topic, you'll find what you need.



Marc- Administrator

Posts: 1119
iCoins: 2197
Forum Pet:

Re: How do you make Colored and bolded and big Text on a HTML page
ohh, Didnt see that 
I had it [Trying to do those simple codes freehanded now, but forgot the /'s in the HTML.]
But I do have another quetion, You know this tut:
How do you make it so that when they click an option they get redirected to somewhere else??
And
And I'm trying to create a home page, so that it:
A. Looks more proffessonal
B. I can get rid of forum widgets
Well heres what I got so far
http://allawesomeness.omgforum.net/page_html.forum?mode=preview
[no one exept Marc look at it]
But the "Stuff" at the bottom goes to fast and gives me a headache, but I'm using a marquee code, and am not sure how to make it like go mega slow
Wait, wait and
How do you make a like when the banner on a HTML page is clickable i have it so it goes to the forum, but it opens a new window, do do I make it just like automaticly go there?
I had it [Trying to do those simple codes freehanded now, but forgot the /'s in the HTML.]
But I do have another quetion, You know this tut:
HTML Drop Down Menu
You can create your own drop down menu by using this code.<br/><br/>
Code:
<form>
<select>
<option>First</option>
<option>Second</option>
<option>Third</option>
<option>Fourth</option>
<option>Fifth</option>
<option>Sixth</option>
</select>
</form>
Preview :
=> Click here
And if you would like to use one of your options in the drop down box first, you can add this to it.<br/><br/>
Code:
<option selected>Third</option>
Example :
=> Preview this example
How do you make it so that when they click an option they get redirected to somewhere else??
And
And I'm trying to create a home page, so that it:
A. Looks more proffessonal
B. I can get rid of forum widgets
Well heres what I got so far
http://allawesomeness.omgforum.net/page_html.forum?mode=preview
[no one exept Marc look at it]
But the "Stuff" at the bottom goes to fast and gives me a headache, but I'm using a marquee code, and am not sure how to make it like go mega slow
Wait, wait and
How do you make a like when the banner on a HTML page is clickable i have it so it goes to the forum, but it opens a new window, do do I make it just like automaticly go there?

Amber- Active WebBuddy

Posts: 99
iCoins: 146
Re: How do you make Colored and bolded and big Text on a HTML page
This is the drop down menu you wanted :
Just replace the word URL with your link and the text Text Here 1-5 with your text.
If it's a marquee code, then you can add this attribute to it.
scrolldelay="number"
Just replace the word, number with a number ( 1, 100, 200, etc... )
Example :
If you want the link to work like, if you click the link, it will redirect someone to another page, then you'll have to stick in this attribute :
target="_blank"
Example :
- Code:
<form name="iJump">
<select name="dropdownmenu" onchange="location=document.iJump.dropdownmenu.options[document.iJump.dropdownmenu.selectedIndex].value;" value="GO">
<option value="URL">Text Here 1</option>
<option value="URL">Text Here 2</option>
<option value="URL">Text Here 3</option>
<option value="URL">Text Here 4</option>
<option value="URL">Text Here 5</option>
</select>
</form>
Just replace the word URL with your link and the text Text Here 1-5 with your text.
But the "Stuff" at the bottom goes to fast and gives me a headache, but I'm using a marquee code, and am not sure how to make it like go mega slow
If it's a marquee code, then you can add this attribute to it.
scrolldelay="number"
Just replace the word, number with a number ( 1, 100, 200, etc... )
Example :
- Code:
<marquee scrolldelay="500">iWebBuddy Forums Are Cool</marquee>
How do you make a like when the banner on a HTML page is clickable i have it so it goes to the forum, but it opens a new window, do do I make it just like automaticly go there?
If you want the link to work like, if you click the link, it will redirect someone to another page, then you'll have to stick in this attribute :
target="_blank"
Example :
- Code:
<a href="http://www.iwebbuddy.com" target="_blank" />Hello</a>



Marc- Administrator

Posts: 1119
iCoins: 2197
Forum Pet:

Re: How do you make Colored and bolded and big Text on a HTML page
WOWOOW, Thanks, Doing that all now!!.
I promice I'll have more questions tommorow or sometime [Don't get to excied now
]
I promice I'll have more questions tommorow or sometime [Don't get to excied now

Amber- Active WebBuddy

Posts: 99
iCoins: 146
Re: How do you make Colored and bolded and big Text on a HTML page
I'll be here for half day, 
I have a party to go to in the afternoon till late night, so I might not be online, but I'll be sure to answer them when am back,

I have a party to go to in the afternoon till late night, so I might not be online, but I'll be sure to answer them when am back,





Marc- Administrator

Posts: 1119
iCoins: 2197
Forum Pet:

Permissions of this forum:
You cannot reply to topics in this forum












