Hello,
I think you could greatly improve the setup of your Articles by using the 2 following CSS properties :
- text-align
- text-indent
text-align allows you to justify paragraphs and text-indent allows you to indent the first line of a paragraph.
I tried it on "Advanced Image Editing Under the GD Library" and It perfectly worked. The article is far easier to read and well set up. Simply add the following lines to your CSS template :
P
{
text-indent : 1em;
text-align : justify;
}
As specify by your "Contributing Feature Articles" rules, all articles use <p> tags "between paragraphs" which means It should work perfectly for all PHP Builder Articles.
Let me know what you think.
JM. Molina