@Tex2002ans
Hey there, it looks to me that you missed this entire part of my original post:
Quote:
Originally Posted by playful
Hi there,
As a workaround, I've added some <h1> tags to the 1000+ pages with a simple regex-replace, but that's not really my first choice.
Thanks!
p.s.
For reference if someone on the same track needs that workaround:
Search: (?s)(<title>([^<]+).*?<body>)
Replace: \1\n<h1>\2</h1>\n
|
But thanks for your kind message anyway!