Search found 6 matches

by Dimox
Wed Nov 17, 2010 3:46 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: utf8/ANSI
Replies: 13
Views: 10553

Re: utf8/ANSI

I agree with guenter, I have the same problem.
by Dimox
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: 13646

Re: How to quickly create the list with the links?

chrisjlocke, unwise to use third-party programs for such simple task.
by Dimox
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: 13646

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 ...
by Dimox
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: 13646

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 ...