
Donna
Staff
/ Moderator

Jul 31, 2006, 4:26 PM
Post #2 of 3
(1232 views)
Shortcut
|
|
Re: [trandel] Editing a place holder format
[In reply to]
|
Can't Post
|
|
Hi Tony, Thanks for your post. :) That particular placeholder is set, but the easiest thing to do would be to simply copy & paste the original output code and hardcode it into the template. So, you'd have something like this: <option value="1">News</option> <option value="2">Local</option> <option value="3">National</option> <option value="4">World</option> ...instead of the placeholder. Alternately, you can use CSS to decrease the size of the font. Try changing the <select> tag to this: <select name="cat" style="font-size: 9px; font-family: Arial Narrow;"> (You can lower the size further, or change the font more as well.) I hope this helps! Let me know if you have any other questions. :) Donna -- support@interactivetools.com
(This post was edited by Donna on Jul 31, 2006, 4:47 PM)
|