View Single Post
 
Old 04-15-2013, 10:14 AM
desm0nd desm0nd is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Apr 2013
Posts: 2
desm0nd is on a distinguished road
Default Trying to paste a link and merge formatting

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>
Reply With Quote