17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1370 Views |
-
Using <p align="">

24 July 2007 at 10:16pm
Hello,
Incredibly small issue - the CMS creates paragraphs using <p align="left|right|center|justify">, but this is deprecated when trying to be HTML4.01 valid. The workaround is to either use a CSS file, or to write something like <p style="text-align:left;">.
You can find more info here:
http://www.w3.org/TR/html4/present/graphics.html#h-15.1.2I only started using silverstripe today - am quite impressed with the ease of developing a new website with a modified template.
Cheers,
Jonathan Giles -
Re: Using <p align="">

24 July 2007 at 10:40pm Last edited: 24 July 2007 10:41pm
You're absolutely right Jonothan. This paragraph alignment is part of TinyMCE, the open source WYSIWYG editor we use in the SilverStripe CMS.
TinyMCE is quite customizable, so it may just be a matter of turning this 'outdated' feature off.
| 1370 Views | ||
|
Page:
1
|
Go to Top |


