Search found 4 matches
- Fri Dec 11, 2009 6:59 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Bug in Webuilder 2010 with HTML Tidy
- Replies: 1
- Views: 1651
Bug in Webuilder 2010 with HTML Tidy
Hello, there seems to be a bug in the html tidy routing. For example, I have the following lines in my code: <div id="<%= iif(nimgpp > 6, "match6", "match2") %>"> <% for i = 1 to nRemainingCnt The result is a mess: <div id="<%= iif(nimgpp > 6,"> "> <% for i = 1 to nRemainingCnt The problem seems to ...
- Fri Dec 11, 2009 3:18 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: [Webuilder2010] fill asp areas with single background color
- Replies: 5
- Views: 2784
Re: [Webuilder2010] fill asp areas with single background color
Thanks! I'll try it out.
- Sun Dec 06, 2009 9:29 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: [Webuilder2010] fill asp areas with single background color
- Replies: 5
- Views: 2784
Re: [Webuilder2010] fill asp areas with single background color
Hi Karlis,
yes I am a paying customer, and I run the latest version. Do you mean you will incorporate this in the next version, or do you create an alternative script?
Anyway, big thank you!
yes I am a paying customer, and I run the latest version. Do you mean you will incorporate this in the next version, or do you create an alternative script?
Anyway, big thank you!
- Sat Dec 05, 2009 3:11 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: [Webuilder2010] fill asp areas with single background color
- Replies: 5
- Views: 2784
[Webuilder2010] fill asp areas with single background color
Hi, I was trying, but failing to get a single (non-white) background color to all asp areas, to make them stand out better from the surrounding html. I tried to set all ASP elements to a grey background, but then all whitespace remains white. What I want is a complete fill with one backgroiund color ...