Page 1 of 1

Problem with email a friend plugin

Posted: Mon Jul 23, 2007 5:01 pm
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

Re: Problem with email a friend plugin

Posted: Mon Jul 23, 2007 6:07 pm
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

Posted: Mon Jul 23, 2007 6:19 pm
by woocha
way cool !!
thank you very much for the help. :D