[Plugin: WP Web Scraper] Output to html not working ?
-
Hi, i am trying to grab a table from one part of my site to display on my front page, and it is displaying the content fine but not the actual table surrounding it.
shortcode:
[wpws url="my_url" selector="#1st" output="html"]
and table on page is:
<table id="1st"> <tbody> <tr> <th>Date</th> <th>Opponent</th> <th>Location</th> </tr> <tr> <td>06/04/13</td> <td>Port</td> <td>Home</td> </tr> </tbody> </table>
Am i doing something wrong? I need the table so i can format the content.
Cheers
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: WP Web Scraper] Output to html not working ?’ is closed to new replies.