View Single Post
Old 01-29-2014, 02:09 PM   #4
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,680
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Find (with "dotAll" box checked):
Code:
<head>.*?</head>
Replace with:
Code:
<head><title>Unknown</title></head>
Then highlight multiple files and use the right-click->"Link Stylesheets" to relink your stylesheet like theducks mentioned.

Or replace with:
Code:
<head><title>Unknown</title><link href="../Styles/stylesheet.css" rel="stylesheet" type="text/css" /></head>
if you so like.
DiapDealer is offline   Reply With Quote