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, 03:20 AM
Post
#2
|
|
![]() 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> |
|
|
|
xoxochibi drop down interest lists Aug 8 2007, 01:58 AM
brooklyneast05 have u looked at this
http://www.createblog.com/s... Aug 8 2007, 02:00 AM
xoxochibi okay
how can i like change the font/font size and... Aug 8 2007, 02:39 AM
xoxochibi yeah i tried that...it did not work
is there anyt... Aug 8 2007, 03:07 AM
xoxochibi yeah it definitely did not work
i had a code too ... Aug 8 2007, 03:14 AM![]() ![]() |