Recent Topics

1 Aug 10, 2005 11:09    

My comment box is vertical and super thin. What do I do in the template code to fix this problem? Here is a link to see an example of my site:
http://sweden.mamiko.nu/blog/index.php?title=title_68&more=1&c=1&tb=1&pb=1#comments

2 Aug 10, 2005 16:35

The problem is in your CSS file. You have the following:

input.bComment, 
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 11px;
	padding: 2px;
	margin: 0ex;

Notice the width is set at 11px. Make it wider or just remove that line altogether.

3 Aug 10, 2005 16:46

Thanks! It worked!


Form is loading...