Search found 6 matches
- Wed Nov 17, 2010 3:46 pm
 - Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
 - Topic: utf8/ANSI
 - Replies: 13
 - Views: 10872
 
Re: utf8/ANSI
I agree with guenter, I have the same problem.
					- Fri Jul 31, 2009 8:17 am
 - Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
 - Topic: How to quickly create the list with the links?
 - Replies: 14
 - Views: 14042
 
Re: How to quickly create the list with the links?
chrisjlocke, unwise to use third-party programs for such simple task.
					- Thu Jul 30, 2009 7:50 am
 - Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
 - Topic: How to quickly create the list with the links?
 - Replies: 14
 - Views: 14042
 
Re: How to quickly create the list with the links?
syrupcore, thanks!
					- Fri Jul 24, 2009 10:11 pm
 - Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
 - Topic: How to quickly create the list with the links?
 - Replies: 14
 - Views: 14042
 
Re: How to quickly create the list with the links?
 stick the cursor inside of 'home' and hit ctrl+shift+q (select between tags) and then trigger the link snippet (mine is ctrl+alt+A) or webuilder's internal link method with ctrl+k. I always have to do so. But I want to find a way, when I will select the text: Home About Contacts and press ONLY ONE ...
					- Fri Jul 24, 2009 5:07 pm
 - Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
 - Topic: How to quickly create the list with the links?
 - Replies: 14
 - Views: 14042
 
Re: How to quickly create the list with the links?
syrupcore, this is also a long way.
					- Tue Jul 21, 2009 11:52 am
 - Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
 - Topic: How to quickly create the list with the links?
 - Replies: 14
 - Views: 14042
 
How to quickly create the list with the links?
I want to create the list with the links like this: <ul> <li><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Contacts</a></li> </ul> As far as i know, Rapid PHP allows to do this by following way: 1. Initial text: Home About Contacts 2. By selecting it and pressing the hot ...