Hello,
Is there a way to work out the likely size of an HTML element, an H1 tag for example in pixels relative to the size of the view port.
I am wanting to display HTML pages within within pages, and I want to scale the content appropriately. Clearly, if an element specifies a height in px or similar, I can scale that down easily, but if no height is given, how can I proceed?
Any suggestions, pointers or ideas welcome, it doesn't matter if any code is in PHP or Python, or C++, or ASP... as I'm looking for a method, not code per se.
Thanks
mintydog