iWebBuddy.com - Website Design and Web Development Forum
Thanks for visiting iWebBuddy.com ,

If it is your first time here, please enjoy reading the tutorials and articles. If you can not find what you're looking for, then you can join the forums by registering so you will be able to log into the forums and ask for support for website development, request graphic designing services, promote your website, request website reviews, get advice from others about your website or be an active member of the community to help iWebBuddy.com grow.

After you register an account, you are required to log in. Once you log into your account, you will have more privileges. You will be able to post on the forums, send private messages and view the Chatbox ( link ) at the bottom of the forums.

Have a nice day.

How do you make Colored and bolded and big Text on a HTML page

Post new topic   This topic is locked: you cannot edit posts or make replies.

View previous topic View next topic Go down

Solved How do you make Colored and bolded and big Text on a HTML page

Post by Amber on Sat Jan 16, 2010 2:35 am

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
Active WebBuddy

Posts Posts: 99
iCoins iCoins: 146

View user profile

Back to top Go down

Solved Re: How do you make Colored and bolded and big Text on a HTML page

Post by Marc on Sat Jan 16, 2010 2:39 am

You can find those html codes in my html tutorial, Wink

=> HTML Codes For Beginners

In that topic, you'll find what you need.








Marc
Administrator
Administrator

Posts Posts: 1119
iCoins iCoins: 2197
Forum Pet: Website Design and Development Monster

View user profile http://www.iwebbuddy.com

Back to top Go down

Solved Re: How do you make Colored and bolded and big Text on a HTML page

Post by Amber on Sat Jan 16, 2010 3:14 am

ohh, Didnt see that Razz

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
Active WebBuddy

Posts Posts: 99
iCoins iCoins: 146

View user profile

Back to top Go down

Solved Re: How do you make Colored and bolded and big Text on a HTML page

Post by Marc on Sat Jan 16, 2010 3:40 am

This is the drop down menu you wanted :

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
Administrator

Posts Posts: 1119
iCoins iCoins: 2197
Forum Pet: Website Design and Development Monster

View user profile http://www.iwebbuddy.com

Back to top Go down

Solved Re: How do you make Colored and bolded and big Text on a HTML page

Post by Amber on Sat Jan 16, 2010 3:49 am

WOWOOW, Thanks, Doing that all now!!.

I promice I'll have more questions tommorow or sometime [Don't get to excied now Razz]

Amber
Active WebBuddy
Active WebBuddy

Posts Posts: 99
iCoins iCoins: 146

View user profile

Back to top Go down

Solved Re: How do you make Colored and bolded and big Text on a HTML page

Post by Marc on Sat Jan 16, 2010 3:53 am

I'll be here for half day, Wink

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, greatwork

redface







Marc
Administrator
Administrator

Posts Posts: 1119
iCoins iCoins: 2197
Forum Pet: Website Design and Development Monster

View user profile http://www.iwebbuddy.com

Back to top Go down

View previous topic View next topic Back to top


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