Web Design and Development Forums

Need help please

This is a discussion on "Need help please" within the CSS Forum section. This forum, and the thread "Need help please are both part of the Design Your Website category.

Old May 3rd, 2008, 18:50   #1 (permalink)
New Member
 
Join Date: May 2008
Location: Greece
Age: 36
Posts: 1
Need help please

Hello guys,

Can anyone please help me with a problem I have?

How is possible to write my h1 with various colors?

for example,let's take the word FORUMS.

What is the solution if I want to have the h1 like this:

FORUMS

I tried to use the h1 as FOR and h2 as UMS , using the first-letter element but there was a problem. It was showing like that:

FORUMS

and like that:

FOR
UMS

How I can make it appearing as:

FORUMS

if of course there is a solution for that. I will appreciate it if someone can help me to find the solution with this problem.

I want to thank you for reading this


Last edited by aso186; May 4th, 2008 at 15:25. Reason: Made readable
Adonis is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 4th, 2008, 15:28   #2 (permalink)
Chief Moderator
 
aso186's Avatar
 
Join Date: Oct 2007
Location: UK
Posts: 715
Blog Entries: 2
Send a message via Skype™ to aso186
Re: Need help please

Something like this should work;
HTML: Select all
<h1><span>F</span>OR<span>U</span>MS
And for your CSS;
Code: Select all
h1 {
/*Styles for heading*/
}
h1 span {
color: /*Different colour*/
}
You can also use the CSS pseudo-element :first-letter to style the first letter of an element, without any additional HTML markup.
__________________

aso186 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 18:27.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59