copying data elsewhere inside html
Posted: Thu Feb 26, 2009 8:30 am
Hi,
I'm trying to copy part of data in the html file to elsewhere (inside <title></title> tags) in the same html file.
I have:
...
<title>Title</title>
</head>
<body>
text
<p class ="author">author, affiliation</p>
other text
</body>
...
and I need:
<title>Title, author</title>
</head>
<body>
text
<p class="author">author, affiliation</p>
other text
...
Really appreciate your help,
N
I'm trying to copy part of data in the html file to elsewhere (inside <title></title> tags) in the same html file.
I have:
...
<title>Title</title>
</head>
<body>
text
<p class ="author">author, affiliation</p>
other text
</body>
...
and I need:
<title>Title, author</title>
</head>
<body>
text
<p class="author">author, affiliation</p>
other text
...
Really appreciate your help,
N