Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Using RQ Search and Replace for HTML tag editing
Old 02-10-2007, 04:31 AM Using RQ Search and Replace for HTML tag editing
Junior Talker

Posts: 2
Name: Andrew Shelkovenko
Trades: 0
You can use RQ Search and Replace to search and replace HTML code for tags,attribute names, or values. (http://www.miraxem.com/rqsr.html )


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.


RQ Search and Replace is free for single file operation.

With best regards, Andrew Shelkovenko.


Last edited by diakin; 02-23-2007 at 03:46 AM..
diakin is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-23-2007, 03:47 AM Re: Using RQ Search and Replace for HTML tag editing
Junior Talker

Posts: 2
Name: Andrew Shelkovenko
Trades: 0
Note.

Regexp can't do it.
---------
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 Verdana
<font size="2" face="Verdana"> remain the same size="2".
-----------
Note: be sure, that you will check all tag variants

<font size="2" face="Arial">
<font face="Arial" size="2">
< font face= "Arial" size = "2" >
<font face='Arial' size=2>
<FONT FACE='aRIAL' SIZE=2>

<font
size="2" face="Arial">

<font size="2" face="Arial" color=#000000>
<font size="2" color=#000000 face="Arial" >

etc etc

Also conditios can be
face="Arial" AND color=#000000
face="Arial" OR color=#000000

etc etc

At all, regexp can't substitute for programming code.
__________________
WBR, Andrew
diakin is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Using RQ Search and Replace for HTML tag editing
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19388 seconds with 12 queries