I installed the email a friend plugin. (e-Mail Entry) from this page, http://spartacus.s9y.org/index.php?mode ... s_event_en
Can you please check out the following url and tell me why the text fields are showing up so small?
thank you
http://www.mrbup.com/archives/1-Mr.-Bup ... words.html
Problem with email a friend plugin
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Problem with email a friend plugin
Hi!
You can control the size of it by editing your style.css template file. The mail-entry form has its own HTML DIV ID: serendipity_mailEntry_form
So you could use this css:
Other CSS can be inserted, too, of course.
Best regards,
Garvin
You can control the size of it by editing your style.css template file. The mail-entry form has its own HTML DIV ID: serendipity_mailEntry_form
So you could use this css:
Code: Select all
#serendipity_mailEntry_form table,
#serendipity_mailEntry_form .serendipity_commentsValue {
width: 100%;
}
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/