use of label twice

This is a discussion on "use of label twice" within the Web Page Design section. This forum, and the thread "use of label twice are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Closed Thread
 
LinkBack Thread Tools
  #1  
Old May 3rd, 2005, 22:31
Junior Member
Join Date: May 2005
Location: Birnimgham
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
use of label twice

Hi,

COuld some one please explain how I woul duse label twice, as I want to labels one white and one black...

many thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!

  #2  
Old May 4th, 2005, 20:07
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
probably going to need to furnish us with a little more information...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old May 5th, 2005, 07:58
Junior Member
Join Date: May 2005
Location: Birnimgham
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,

I have a form, with white text using Label to deffine the colour. But I have a form in the body that needs labels that are black.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old May 5th, 2005, 08:07
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
sounds like you need to give each one a seperate class and define the color for each one.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old May 5th, 2005, 16:43
Junior Member
Join Date: Apr 2005
Location: Canada
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
try this.

This is your css:
Code: Select all
input.black {color:black;}
input.white {color:white}
This is your html for your black form:
Code: Select all
<input class="black" type=....>
And for your white form:
Code: Select all
<input class="white" type=....>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old May 5th, 2005, 20:27
Junior Member
Join Date: May 2005
Location: Birnimgham
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Many thanks, thats great sorted it now....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Tags
use, label, twice

Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Absolute positioning - Label , LinkButton won't do it WebNet ASP.NET Forum 3 May 27th, 2008 14:47
Talented Web Designer needed for leading dance label Big fish Digital Job Opportunities 1 May 1st, 2007 07:42
Web Developer needed for Leading Dance Label Big fish Digital Job Opportunities 0 Apr 27th, 2007 11:54
Retaining comboBox label on exitFrame DrGonzo Flash & Multimedia Forum 3 Oct 18th, 2006 15:42
asp:Label text in javascript QuikFrozen ASP.NET Forum 1 Aug 17th, 2006 13:11


All times are GMT. The time now is 07:36.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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