URGENT - wysiwyg spacing issues
4 posts by 3 authors in: Forums > CMS Builder
Last Post: April 28, 2009 (RSS)
By jasonbro - April 27, 2009
Hi,
When I add text in the wysiwyg box and go to the next paragraph, the spacing is correct, but when I view the page in a browser, the spacing is messed up. There is no spacing between paragraphs.
I have re-uploaded the css files with no luck. Not sure what else to do.
Thanks for your help.
When I add text in the wysiwyg box and go to the next paragraph, the spacing is correct, but when I view the page in a browser, the spacing is messed up. There is no spacing between paragraphs.
I have re-uploaded the css files with no luck. Not sure what else to do.
Thanks for your help.
Re: [jasonbro] URGENT - wysiwyg spacing issues
By Dave - April 28, 2009
Hi jasonbro,
Can you able to post an example url that shows the issue?
Can you able to post an example url that shows the issue?
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com
Re: [Dave] URGENT - wysiwyg spacing issues
By jasonbro - April 28, 2009
Here is a link to what the I see when I edit in CMSBuilder
www.fitness4lifetnt.com/image.jpg
Here is what it ends up looking like. No space between paragraphs
http://www.martincountycoupons.com/Silpada/
Thanks.
www.fitness4lifetnt.com/image.jpg
Here is what it ends up looking like. No space between paragraphs
http://www.martincountycoupons.com/Silpada/
Thanks.
Re: [jasonbro] URGENT - wysiwyg spacing issues
By Damon - April 28, 2009
Hi,
I took a look at your CSS. The margins and padding for everything (*) has been set to 0 with the CSS which is causing the problem.
* {
margin: 0;
padding: 0;
}
Either remove this from your code or give the paragraph element some padding:
p {padding: 4px;}
I took a look at your CSS. The margins and padding for everything (*) has been set to 0 with the CSS which is causing the problem.
* {
margin: 0;
padding: 0;
}
Either remove this from your code or give the paragraph element some padding:
p {padding: 4px;}
Cheers,
Damon Edis - interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Damon Edis - interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/