Subject: How do I embed a Dokuwiki page in another web page but as plain text
I found some information on how to embed a page into another website such as Joomla with this syntax:
which removes the header and footer and inserts just the page. It works well except with my template (r7throot3) the text pushes out of its white box container. I can't work out how to correct that or to get rid of the template and just have white background and black text.
<html><body>
<iframe width="100%" height="500px" src="http://localhost:85/dokuwiki2/doku.php?do=export_xhtml&id=blog/petrol_price_rises_and_global_markets">
<a href="http://localhost:85/dokuwiki2/doku.php?do=export_xhtml&id=blog/petrol_price_rises_and_global_markets">
</iframe>
</body></html>
<iframe width="100%" height="500px" src="http://localhost:85/dokuwiki2/doku.php?do=export_xhtml&id=blog/petrol_price_rises_and_global_markets">
<a href="http://localhost:85/dokuwiki2/doku.php?do=export_xhtml&id=blog/petrol_price_rises_and_global_markets">
</iframe>
</body></html>
which removes the header and footer and inserts just the page. It works well except with my template (r7throot3) the text pushes out of its white box container. I can't work out how to correct that or to get rid of the template and just have white background and black text.
keveen2
Show profile
Link to this post