Search found 8 matches

by textlearner
Sat Sep 25, 2010 12:56 pm
Forum: General
Topic: CSS Validator
Replies: 3
Views: 443

I have discovered topstyle lite a free CSS editor/validator, can any program be added as a tool to textpad??
by textlearner
Fri Sep 24, 2010 7:35 pm
Forum: General
Topic: CSS Validator
Replies: 3
Views: 443

CSS Validator

Hi Guys,

Does anyone know if there is a Texpad add-on utility for checking your CSS code like HTML Tidy? This would be extremely useful.

Cheers

tia
by textlearner
Mon Oct 30, 2006 11:05 pm
Forum: General
Topic: Removing quoted lines
Replies: 3
Views: 551

Hi ben,

Thx for the feedback. This works, but some of my strings have more than one underscore in them, so i have decided it would be easier just to remove all text AND underscores between the double quotes, but im not sure how to alter your search string to do this.
Pls advise.
by textlearner
Mon Oct 30, 2006 10:02 pm
Forum: General
Topic: Removing quoted lines
Replies: 3
Views: 551

Removing quoted lines

Hi folks,

I would like to remove all text, but NOT numerical data which are in quotes.

e.g) "text_4"
becomes
_4

I'm sure its probably simple, but i dont know how to distinguish between the quotes themselves and the text within them. Obviously just putting " in the search removes the quotemarks ...
by textlearner
Sat Sep 09, 2006 11:07 pm
Forum: General
Topic: Removing commas with exceptions
Replies: 3
Views: 291

thanks it removed some, but some still remain at the end of sentences.
by textlearner
Sat Sep 09, 2006 9:25 pm
Forum: General
Topic: Removing commas with exceptions
Replies: 3
Views: 291

Removing commas with exceptions

Hi again,

I'd like to remove all commas except for instances shown below:

", The"

",The"

Is this possible?

tia
by textlearner
Sat Sep 09, 2006 4:10 pm
Forum: General
Topic: Please Help: Removing Multiple Blank Lines
Replies: 2
Views: 364

Thankyou, works a treat :D
by textlearner
Sat Sep 09, 2006 3:01 pm
Forum: General
Topic: Please Help: Removing Multiple Blank Lines
Replies: 2
Views: 364

Please Help: Removing Multiple Blank Lines

Hi there,

I am trying to remove multiple blank lines from text which looks like this:

"movie title"
"movie title"
1 blank line
"movie title"
3blank lines
3 blank lines
3 blank lines
"movie title"
2 blank lines
2 blank lines
"movie title"

I have tried search & replace using:

Find what: ^\n ...