tcorbeil Posted March 28, 2007 Share Posted March 28, 2007 My apologies as I believe that this question may be more directed to HTML but not sure.. Here is my situation: I am entering RSS feeds into an HTML table.. using PHP script to fetch & format the RSS.. the problem lies in the displaying.. If I specify the height & width of the table and the RSS feed is small, then it all fits in the table no problem.. but if the RSS feed is huge, the table is expanded beyond my specified size.. Is there a way to set the table size in stone? Thanks.T. Quote Link to comment Share on other sites More sharing options...
AndyB Posted March 31, 2007 Share Posted March 31, 2007 No, but you could use a div styled with width and height and allow it to acquire a scrollbar for when the content exceeds the defined size. http://www.htmlite.com/faq015.php Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted April 8, 2007 Share Posted April 8, 2007 you can use php. If size exceeds this size use scrollbar css, if it is small enough than stick with the table Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.