Hola, puedes usar tambien un código javascript que no te permita seleccionar el contenido :
http://www.elhacker.net/trucosweb.html
<script language="javascript">
<!-- Begin
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
// End -->
</script>
espero sea de ayuda
http://www.elhacker.net/trucosweb.html
<script language="javascript">
<!-- Begin
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
// End -->
</script>
espero sea de ayuda