Using RQ Search and Replace for HTML tag editing

This is a discussion on "Using RQ Search and Replace for HTML tag editing" within the Scripts and Online Services section. This forum, and the thread "Using RQ Search and Replace for HTML tag editing are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Scripts and Online Services

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 10th, 2007, 09:13
New Member
Join Date: Feb 2007
Location: St-Petersburg, Russia
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Using RQ Search and Replace for HTML tag editing

Using RQ Search and Replace for HTML tag editing
You can use RQ Search and Replace to search and replace HTML code for tags,attribute names, or values
For example you can change the font size of one font type without affecting any others
<font size="2" face="Arial"> will be changed to <font size="3" face="Arial">, but font Verdna
<font size="2" face="Verdanal"> remain the same size="2".
You can delete or change HTML tags, it's attributes or attributes values.
Don't worry about attribute's order in tag - program parsed HTML code and get all attributes and its values properly.
Any html code can be found and changed according to a search condition maintaining strict coding syntax
For example <font size="2" face="Arial"> or < font face='Arial' size=2 > is the equvalent tags.
The program searches by the search parameters and changes according to those found parameters

Other HTML operations:
- create index of html-files in current folder.
- convert all html files in current folder to plain text files
- convert all txt files in current folder to html files (with syntax hi(gh)lighting for source files)
- replace all &#xxxx; char representation sequence to national code page chars.


RQ Search and Replace is free for single file operation
Registered version can process multiply files and change multiply tags by "one click" (and MSWord documents too)

------------------------
RQ Search and Replace is an easy to use text replacement utility for Windows
homepage - http://www.miraxem.com/rqsr.html
------------------------
With best regards, Andrew Shelkovenko.
Reply With Quote

Reply

Tags
html tag, search and replace

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Searching tutorial on html editing to build website satimis Web Page Design 14 Mar 3rd, 2008 16:54
JS replace help immi1979 JavaScript Forum 15 Dec 7th, 2007 06:49
Replace <iframe> for PHP delusion PHP Forum 2 Jun 20th, 2007 14:51
Text replace in a table cell on same page gribble Web Page Design 10 Sep 28th, 2005 05:32
editing multiple html happy22 Web Page Design 1 May 18th, 2005 20:48


All times are GMT. The time now is 07:21.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43