Is there a line of code that can shrink the web content to the size of the Internet Explorer window, so if a user reduces the size of the page the content is still visible?

    Define "shrink the content". Do you mean reduce the amount of text, make the font-size smaller, make the containing element narrower, or what?

    In any case, it is almost certainly going to be a HTML/CSS and/or JavaScript issue, not a PHP issue.

      I think he means creating liquid or hybrid containers. I'm starting to work in CSS and that is exactly what those things do. Poster... look into CSS.

        yea. <object style='height:xx%; width:xx%'
        that should do it..

          Write a Reply...