Search found 3 matches
- Sun Feb 08, 2009 4:21 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: stylesheet definition in html tags
- Replies: 6
- Views: 3366
Re: stylesheet definition in html tags
ok sorry, it's my PHP syntax bug in this line :oops: but if I escaped the quote is the problem existing The Function Auto- Replace is in default settings activated. I did not change this. There is defined to replace quote " with "". If I delete this default statement, of course RapidPHP works ...
- Mon Feb 02, 2009 10:34 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: stylesheet definition in html tags
- Replies: 6
- Views: 3366
Re: stylesheet definition in html tags
ok, sorry for my bad engl. :oops: I write this for example: <div style="width:300px;" , then I placed the cursor behind the last quote and press some whitespaces... - now whitespace insert a wrong quote <div style='width:300px;' - works correct Many special chars at last in quotes have this Problem ...
- Wed Jan 28, 2009 4:48 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: stylesheet definition in html tags
- Replies: 6
- Views: 3366
stylesheet definition in html tags
Hallo, I'm testing Rapid PHP 9.3 and Rapid PHP 9.4. Following Code insert a wrong quote if I write whitespaces after stylesheet definition in HTML Tags: <div style="... any stylesheet code ...;"" This problem ist in general with special characters in quotes: echo "this is my test!"" while($i == "5 ...