No, tabs.Quote:
Eight spaces per level?
The slash would escape the other slash--Code:<td onclick='alert(\"Hello! How\\'re you?\");'>
Personally, I find using dots to be just fine.Code:<td onclick='alert(\"Hello! How\\\'re you?\");'>
echo 'something'.$var.'something';
