not valid code

Discussions and requests related to new CMSimple features, plugins, templates etc. and how to develop.
Please don't ask for support at this forums!
Post Reply
Newzic
Posts: 4
Joined: Thu Jun 26, 2008 10:38 am

not valid code

Post by Newzic » Tue Sep 30, 2008 9:39 am

Hello,

good cms! But I see some errors in html code when writing pages (not valid xhtml):

- There is often <br> instead of <p>...</p> for paragraphs.
- <br> must be <br /> (?)
- <p style="font-style: italic;>...</p> instead of <p><i>...</i></p>
- <span style="font-weight: bold;">...</p> instead of <p><bold>...</bold></p>.

In a text, <i> and <b> mean something : if we bypass CSS, text will stay in italic and bold. With font-style and font-weight, not. It's possible to correct it in html mode... but it will be cool if CMSimple will put a valid code xhtml directly!

Till
Posts: 337
Joined: Tue May 20, 2008 7:20 am
Location: Germany: Bremen
Contact:

Re: not valid code

Post by Till » Sat Oct 04, 2008 9:56 am

In "Configurations" did you set "xhtml_endtags" and "xhtml_amp" on "TRUE"? It also depends on the editor you are using.

Till

Post Reply