Search found 3 matches
- Mon Oct 04, 2010 4:59 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: No closing tag for list items
- Replies: 5
- Views: 3638
Re: No closing tag for list items
Sure enough. Thanks! I agree that this should default to On.
- Sun Oct 03, 2010 10:32 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: No closing tag for list items
- Replies: 5
- Views: 3638
Re: No closing tag for list items
By the way, this is in WeBuilder 2010 Version 10.2 (10.2.0.121)
- Sun Oct 03, 2010 6:08 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: No closing tag for list items
- Replies: 5
- Views: 3638
No closing tag for list items
The List macro is very convenient. However, it fails to close each list item tag. For example, this: <ol> <li>item one <li>item two </ol> should be this: <ol> <li>item one</li> <li>item two</li> </ol> Whereas some macros in the Library can be edited, I find no way to edit this one in order to have ...