I need to create a page like this:
https://www.uniprot.org/uniprot/P34576.fasta
in joomla.
How do I remove everything from my template and show only raw text?
I need to create a page like this:
https://www.uniprot.org/uniprot/P34576.fasta
in joomla.
How do I remove everything from my template and show only raw text?
You can add a ?tmpl=component
suffix to the url e.g. https://website.com/index.php?tmpl=component so that only the component is displayed but this will still contain HTML code rather than plain text.