Webmaster Forum

Ezilon Directory   High Bandwidth Dedicated Servers   V7N Directory
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Reply
 
LinkBack Thread Tools Display Modes
Old 05-28-2006, 04:12 AM   #1 (permalink)
Contributing Member
 
Join Date: 05-18-06
Posts: 124
iTrader: 0 / 0%
Latest Blog:
None

mybluehair is liked by many
HTML: 2 simple html codes.

if I make text in html its black, I want to change the color of that. how? whats the code?
and I also what to change the size. what code for that?
thanks.
mybluehair is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 05-28-2006, 07:55 AM   #2 (permalink)
Contributing Member
 
Izzmo's Avatar
 
Join Date: 11-01-03
Location: Kansas City
Posts: 828
iTrader: 0 / 0%
Latest Blog:
None

Izzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to behold
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
Simple. You can do both in the same thing. But I'll show you both.

Change Color: <font color="white"> or hex <font color="#FFFFFF"> (white)

Change Size: <font size="2"> (One down from the regular size, 3 is default:normal size)

To do them both: <font size="2" color="white">blah blah yada yada</font>

There you go!
__________________
~Izzmo
ZeroWeb Hosting & Design - Customizable hosting for every type of user!
Izzmo is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-10-2007, 09:40 AM   #3 (permalink)
Inactive
 
Join Date: 04-10-07
Posts: 1
iTrader: 0 / 0%
Latest Blog:
None

bradley is liked by many
Thumbs down

Can someone please give me a code to change the colour of my links on my webpage.
bradley is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-10-2007, 11:21 AM   #4 (permalink)
Empress™
 
chicgeek's Avatar
 
Join Date: 08-19-04
Location: York, UK
Posts: 17,964
iTrader: 0 / 0%
Latest Blog:
My Favourite Poem

chicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest order
For an entire page? I suggest using CSS.

In your HTML page between <head> and </head> insert the following:
Code:
<style type="text/css"> body a:link, body a:active, body a:visited { color: maroon; text-decoration: none; } body a:hover { color: red; text-decoration: underline; } </style>
The above has maroon-coloured links. When you hover the links they will be underlined and turn red. Change the colours and underlines as you need.
__________________
laura / chicgeek
soprano & web designer
laurakishimoto.ca
chıcgeeĸ @ flickr
chicgeek is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-11-2007, 08:33 PM   #5 (permalink)
Contributing Member
 
Arenlor's Avatar
 
Join Date: 01-02-07
Location: PA, USA
Posts: 194
iTrader: 0 / 0%
Latest Blog:
None

Arenlor is liked by somebodyArenlor is liked by somebodyArenlor is liked by somebodyArenlor is liked by somebody
Send a message via ICQ to Arenlor Send a message via AIM to Arenlor Send a message via MSN to Arenlor Send a message via Yahoo to Arenlor
If you want to use that on every page you can make a file called styles.css (or any name.css) and put in the code that is contained within the <style> tags then add the following between the <head> tags.

<link rel="stylesheet" type="text/css" href="styles.css" />

substituting the correct name.

http://w3schools.com should be able to help you on both (X)HTML and CSS
__________________
Need a page made? Draw a diagram, I suggest using Paint, show the picture with your post, it'll help a lot more than you think. Other questions? Draw a diagram for that too!
Arenlor is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-20-2007, 11:38 AM   #6 (permalink)
Moderator
 
ToddW's Avatar
 
Join Date: 01-11-04
Location: Folsom
Posts: 2,612
iTrader: 0 / 0%
ToddW is a web professional of the highest orderToddW is a web professional of the highest orderToddW is a web professional of the highest orderToddW is a web professional of the highest orderToddW is a web professional of the highest orderToddW is a web professional of the highest orderToddW is a web professional of the highest orderToddW is a web professional of the highest orderToddW is a web professional of the highest orderToddW is a web professional of the highest orderToddW is a web professional of the highest order
Send a message via AIM to ToddW
If you are not using CSS I suggest using it! I am in the middle of swapping over TWO LARGE sites from static pages to dynamic and let me tell you converting the styles to CSS is taking a while but next time I change the design it wont take me months!!!! CSS may be tougher to learn at the start and to get setup but to make changes to your ENTIRE SITE it's freaking awesome
__________________
Learn about Bear Grylls, Les Stroud, Man Vs. Wild & SurvivorMan at Survival TV Shows
Order Exciting Inspirational Posters from Inspirational Posters at great value.
ToddW is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-20-2007, 11:59 AM   #7 (permalink)
Empress™
 
chicgeek's Avatar
 
Join Date: 08-19-04
Location: York, UK
Posts: 17,964
iTrader: 0 / 0%
Latest Blog:
My Favourite Poem

chicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest order
Quote:
Originally Posted by ToddW View Post
If you are not using CSS I suggest using it! I am in the middle of swapping over TWO LARGE sites from static pages to dynamic and let me tell you converting the styles to CSS is taking a while but next time I change the design it wont take me months!!!! CSS may be tougher to learn at the start and to get setup but to make changes to your ENTIRE SITE it's freaking awesome
Huzzah!
__________________
laura / chicgeek
soprano & web designer
laurakishimoto.ca
chıcgeeĸ @ flickr
chicgeek is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML: What if html tidy messes with the page layout ? Linda in NY Coding Forum 63 04-18-2007 08:54 AM
Need help with HTML codes in Dreamweaver. marie6 Web Design Lobby 5 12-01-2006 02:22 PM
Simple HTML Problem Pretend Coding Forum 4 02-23-2006 02:52 PM
Is there a scipt adding new html to existing html automatic? crazyhorse Coding Forum 6 07-29-2004 03:32 PM
Simple HTML Question phamworks Coding Forum 15 12-21-2003 08:48 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 05:34 PM.
© Copyright 2008 V7 Inc


Search Engine Optimization by vBSEO 3.1.0 ©2007, Crawlability, Inc.