![]() |
|
||||||||
| Site Links |
| Consulting |
| Knowledge Base |
| Training |
| Forum |
| Articles |
| Resources |
| Products |
| Cool Tools |
| Contact |
| About Us |
| Go to Page... |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
|
help on macro to replace html tags frontpage
trying to create a macro to replace HTML tags in frontpage 2000. Have the following code that works up to some point. I need to look for tags like <td &^&*^> and change them to <td> I also want to look for tags like
<P ALIGN="LEFT" DIR="LTR"> and take them out. Tags are not alwas the same so I would look for <p &^&*^*> and take it out. Any ideas? VBA:
VBA tags courtesy of www.thecodenet.com
Last edited by Aussiebear : 03-11-2011 at 12:59 PM. Reason: Applied VBA tags to code |
|
Local Time: 04:19 PM
Local Date: 05-18-2013 Location:
|
|
|
|
#2 |
|
|
I am not an expert in Frontpage, but I have experience in using VBA to manipulate HTML. You will need to modify this code to made the resulting HTML useful to Frontpage (something with which I cannot help you).
This is how I would modify those tag names: VBA:
VBA tags courtesy of www.thecodenet.com
You will also need to make some modifications to suit your criteria for which tags need modifying. |
|
Local Time: 02:19 PM
Local Date: 05-18-2013 Location:
|
|
![]() |
| Display Modes |
Linear Mode |
Switch to Hybrid Mode |
Switch to Threaded Mode |
|
|


