positioning contents of an iframe
am 18.09.2007 01:59:53 von phlHello
I have an iframe which contains an aspx page. The aspx page displays
a table. The problem is that the table in the aspx page is not
aligning with the top left corner of the iframe. I would like position
the table but I haven't been able to do it successfully,using divs.
Does anyone know how this can be done?
here's my iframe:
scrolling="no" frameborder="1">
here's my aspx page :
<%@ Page Language="C#" AutoEventWireup="true" %>