Hi,
I am using the following framset doctype in my html code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">.
I have a span tag for a table but this tag is not working when I have the above frameset, if I remove the framset doc type then it's working as expected.
Since the span tag was not working for the frameset...