Hello,
I am trying to edit HTML code in Word..
When I try to paste a link, into a spot that already has a link, it gives me extra spaces I don't want.. Need help trying to eliminate this problem..
<td class="price" width="72" valign="top" style="color:#37b7cd; font-size:22px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;"><a href="http://www.test.com/xxx/xxx/xxx/xxx/xxx" target="_blank" style="color:#0a749c;">$695</a><br>
When I try to replace
http://www.test.com/ with
http://www.anothertest.com/rrr/rrr/ , I get a space before the link and right after it.. How do I just replace the links without any spaces..
<td class="price" width="72" valign="top" style="color:#37b7cd; font-size:22px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;"><a href="
http://www.anothertest.com/rrr/rrr/ xxx/xxx/xxx/xxx/xxx" target="_blank" style="color:#0a749c;">$695</a><br>