TYPO3 - Printing view of page has weird information -
when try print page site created in typo3, can read @ end of every link string "(index.php?id=2) , or id of page link goes.
how can turn off?
by using extension realurl or cooluri (i recommend first). not better on print view, have positive effect on seo.
update: ok, think understood wrong in first place. guess mean have url appended every link on website, not in header/footer of printed page, right? use css framework yaml? of them contain code like
a[href]:after { content: " ("attr(href)")"; }
in print stylesheets, adds url of each link @ end of link. search part , remove it. may enable print preview in firebug or whatever browser use develop. should see same result , css responsible behavior.
Comments
Post a Comment