--- [EMAIL PROTECTED] wrote:
> How could i put a scroller inside a table?
> 
> MB

It depends on what sort of content.  If you wanted to hold an external web page
then an iframe could work.  However, if you have arbritrary local content, you
should use a CSS definition for a div tag.  This example uses inline styles but
you could define the style elsewhere and use a class or id.

<table width='50%' border='1'>
<tr valign='top'>
<th>Some Label</th>
<td><div style='height: 200px; width: 250px; overflow: auto;'>
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
This is content to fill up the space.  
</div></td>
</tr>
</table>

This is an HTML/CSS question rather than a PHP/MySQL one, however.

James
_____


James D. Keeline
http://www.Keeline.com  http://www.Keeline.com/articles
http://Stratemeyer.org  http://www.Keeline.com/TSCollection

http://www.ITeachPHP.com -- Free Computer Classes: Linux, PHP, etc.
Fall Semester Begins Sep 7 -- New Classes Start Every Few Weeks.


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/HKFolB/TM
--------------------------------------------------------------------~-> 

Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to