<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<body>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" style="border:solid 1px #bbc; -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px;">
<p align="left" style="font-family: Arial; font-size: 11pt; padding-left:8px; padding-bottom:8px;">Keyword search:</p>
<div id="search"><?php echo $global_data["search"]; ?></div>
<div class="cleardiv"></div><br />
</td>
</tr>
<tr>
<td valign="top">
<?php
echo $global_data["links"];
?>
<div class="cleardiv"></div><br />
</td>
</tr>
</table></td>
</tr>
</table>
end of body end of html
It is a template file for a CMS system i can not get support for because it's just a small one.
The PHp bit in red simply inserts whatever link i enter on this spot within my CMS Admin - inside which i however have no option to enter the usual target="_blank" HTML command line unfortunately, so i hope there is a way to add it to the PHP template instead???