Hi all,
is there a way to re-write the body tag?
The tag currently looks like this:
or just
I have a site wide external jscript file that I'd like to use to change the body tag to
or just
Thanks,
Richard
is there a way to re-write the body tag?
The tag currently looks like this:
Code:
<body id="someidgoeshere">
Code:
<body>
I have a site wide external jscript file that I'd like to use to change the body tag to
Code:
<body id="someidgoeshere" ondragstart="return false" onselectstart="return false">
Code:
<body ondragstart="return false" onselectstart="return false">
Thanks,
Richard