Problem with email a friend plugin

Creating and modifying plugins.
Post Reply
woocha
Regular
Posts: 33
Joined: Sat Jul 21, 2007 2:15 pm
Location: online at woocha.com
Contact:

Problem with email a friend plugin

Post by woocha »

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
Free online auctions at:
http://www.woocha.com/auction
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Problem with email a friend plugin

Post by garvinhicking »

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:

Code: Select all

#serendipity_mailEntry_form table,
#serendipity_mailEntry_form .serendipity_commentsValue {
width: 100%;
}
Other CSS can be inserted, too, of course.

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/
woocha
Regular
Posts: 33
Joined: Sat Jul 21, 2007 2:15 pm
Location: online at woocha.com
Contact:

Post by woocha »

way cool !!
thank you very much for the help. :D
Free online auctions at:
http://www.woocha.com/auction
Post Reply