drop down interest lists |
![]() ![]() |
drop down interest lists |
Aug 8 2007, 01:58 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 196 Joined: May 2004 Member No: 17,677 |
how do you do like a drop down list?
to put in your interests and stuff? I was looking for the code and couldn't find it :-/ |
|
|
|
Aug 8 2007, 02:00 AM
Post
#2
|
|
![]() I'm Jc ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Mentor Posts: 13,619 Joined: Jul 2006 Member No: 437,556 |
|
|
|
|
Aug 8 2007, 02:39 AM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 196 Joined: May 2004 Member No: 17,677 |
okay
how can i like change the font/font size and color? just as i normally would? |
|
|
|
Aug 8 2007, 03:07 AM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 196 Joined: May 2004 Member No: 17,677 |
yeah i tried that...it did not work
is there anything i can do so i can change the font size and color of it? |
|
|
|
Aug 8 2007, 03:14 AM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 196 Joined: May 2004 Member No: 17,677 |
yeah it definitely did not work
i had a code too that had a drop down list wher eyou could change the font and stuff..idk why i cant do that now :-/ |
|
|
|
Aug 8 2007, 03:20 AM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 371 Joined: Jun 2007 Member No: 530,773 |
Here is the code you can use to change font styles. Change XX's to however wide you want it to be and also, change the colors to whatever you want.
CODE <select style="width:XXpx; font-family:Arial; font-size:12px; color:black; background-color:white;">
<option value="1">TEXT</option> <option value="2">TEXT</option> <option value="3">TEXT</option> <option value="4">TEXT</option> <option value="5">TEXT</option> </select> |
|
|
|
![]() ![]() |