View Full Version : Head Tags


eedesigns
07-19-2006, 11:09 AM
Heya, ok do you know how u put th codes to stop right hand clicks etc in the <HEAD></HEAD> tags?

is there any way to do this in the CSS sheet to it then applies to every page without individually doint each page?

Regards
Drew

Arwen
07-19-2006, 01:26 PM
I don't think you can put it in your stylesheet. Just put the code between the <head> tags, like:

<html>
<head>
<title>Your Title</title>

Code here

</head>

And I just replied to your other thread and said that disabling right-click is pointless.

pb&j
07-19-2006, 02:31 PM
yes, there is a javascript version of the "external" page that has a js file extension.

SSI or PHP includes would be a much much easier solution though.