I have a page that uses site.master I am pulling into facebook by an iframe
.
The iframe
cuts the form off width-wise. I can solve this by deleting the left hand menu.
In my site.master I have:
<table>
<tr>
<td class="needstogo"></td>
<td class="keep"></td>
</tr>
</table>
If the URL in the browser reads facebook, I need the td class="needstogo"
to be hidden.
Thanks