Backslash \ self-replicating in code & creating havoc
-
I’m a self employed owner who has self taught myself most things to do with this website, albeit most of the cudos has to go to WordPress for making it easy to do.
BUT … I’ve had an issue for a while now with this code below which itself in say Dreamweaver … is fine and clearly works or at least it used to until the code under the Membership packages edit page – show/hide options/Package Description section for some reason now creates a very annoying issue and all these backslashes \\\\\ have randomly started appearing in the code (detailed at the very bottom of this post) and cannot be deleted and are obviously causing mayhem with the respective page and the code … CAN ANYONE HELP???<table>
<tr>
<td>
<img src=”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/time.png” /> </td> <td class=”tabletext”> 14 Day Trial – FREE for 14 days</td>
<td>
<img src=”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png” /> </td> <td class=”tabletext”>HTML Information Field</td>
<td>
<img src=”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png” /> </td> <td class=”tabletext”>Home Page Advertising</td></tr><tr>
<td>
<img src=”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/time.png” /> </td> <td class=”tabletext”> 30 Day Listing – only $69.00</td>
<td>
<img src=”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png” /> </td> <td class=”tabletext”>Image Uploads</td>
<td>
<img src=”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png” /> </td> <td class=”tabletext”>Category Options</td></tr><tr>
<td>
<img src=”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/time.png” /> </td> <td class=”tabletext”>60 Day Listing – only $129.00</td>
<td>
<img src=”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png” /> </td> <td class=”tabletext”>Comprehensive Image Profile</td>
<td>
<img src=”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png” /> </td> <td class=”tabletext”>Contact Phone and email</td></tr><tr>
<td>
<img src=”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/time.png” /> </td> <td class=”tabletext”> 90 Day Listing – only $189.00</td>
<td>
<img src=”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png” /> </td> <td class=”tabletext”>Display Your Website</td>
<td>
<img src=”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png” /> </td> <td class=”tabletext”>Google Map Locator</td></tr>
</table>CORRUPT CODE
<table>
<tr>
<td>
<img src=\”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/time.png\” /> </td> <td class=\”tabletext\”> 14 Day Trial – FREE for 14 days</td>
<td>
<img src=\”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png\” /> </td> <td class=\”tabletext\”>HTML Information Field</td>
<td>
<img src=\”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png\” /> </td> <td class=\”tabletext\”>Home Page Advertising</td></tr><tr>
<td>
<img src=\”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/time.png\” /> </td> <td class=\”tabletext\”> 30 Day Listing – only $69.00</td>
<td>
<img src=\”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png\” /> </td> <td class=\”tabletext\”>Image Uploads</td>
<td>
<img src=\”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png\” /> </td> <td class=\”tabletext\”>Category Options</td></tr><tr>
<td>
<img src=\”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/time.png\” /> </td> <td class=\”tabletext\”>60 Day Listing – only $129.00</td>
<td>
<img src=\”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png\” /> </td> <td class=\”tabletext\”>Comprehensive Image Profile</td>
<td>
<img src=\”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png\” /> </td> <td class=\”tabletext\”>Contact Phone and email</td></tr><tr>
<td>
<img src=\”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/time.png\” /> </td> <td class=\”tabletext\”> 90 Day Listing – only $189.00</td>
<td>
<img src=\”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png\” /> </td> <td class=\”tabletext\”>Display Your Website</td>
<td>
<img src=\”https://www.redlightpages.com.au/wp-content/themes/directorypress/PPT/img/yes.png\” /> </td> <td class=\”tabletext\”>Google Map Locator</td></tr>
</table>– for some reason THESE \’S will just keep randomly appearing & self multiply exponentially the more times the page is re-loaded.
No idea what to do??
- The topic ‘Backslash \ self-replicating in code & creating havoc’ is closed to new replies.