-
Is this possible in DW?
Hi
Is the following find and replace possible in DW?
Original html:
<a href="page.htm">
<img src="images/image.jpg" alt="image" />
</a>
<p>text</p>
to the following html:
<a href="page.htm">
<img src="images/image.jpg" alt="image" />
<p>text</p>
</a>
I simply want to move the end of the <a> tag to appear after the end of the <p> tag. Sounds simple enough but DW doesnt seem to want to do it!
Thanks
C
-
So you are just trying to move this up one line:
That should work fine. What happens when you try? Screenshots please.
-
No. I would like instances of:
</a>
<p>text</p>
to become:
<p>text</p>
</a>
Such a simple thing you would think?
-
SitePoint Wizard
You can't have a <p> tag inside an <a> tag...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks