Quote:
Originally Posted by ArcadeSyndicate
for me it's good as it is now, but if that isn't too much work for you, it even would be better 
|
I seen that you've added a textarea in Sharing block but it messes the block. Try this:
Change:
Code:
<textarea rows=4 cols=42 name="eins">
To:
Code:
<textarea style="width:100%; height:50px;" name="eins">
PS: Adjust height to your own requirements.