Search found 8 matches
- Sat Sep 25, 2010 12:56 pm
- Forum: General
- Topic: CSS Validator
- Replies: 3
- Views: 443
- 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
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
- Mon Oct 30, 2006 11:05 pm
- Forum: General
- Topic: Removing quoted lines
- Replies: 3
- Views: 551
- 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 ...
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 ...
- Sat Sep 09, 2006 11:07 pm
- Forum: General
- Topic: Removing commas with exceptions
- Replies: 3
- Views: 291
- 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
I'd like to remove all commas except for instances shown below:
", The"
",The"
Is this possible?
tia
- Sat Sep 09, 2006 4:10 pm
- Forum: General
- Topic: Please Help: Removing Multiple Blank Lines
- Replies: 2
- Views: 364
- 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 ...
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 ...