Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

is it possible to include php file with limited width and height?

Status
Not open for further replies.

seahorse123

Programmer
Joined
Jul 25, 2005
Messages
39
Location
US
I tried to populate data from DB to textarea on the page(file1.php), however as it's impossible to make hyperlink and change color in textarea, so I want to retrieve data to another php file(file2.php) and include it into file1.php, the problem is how to set and restrict the width and height, to avoid the change of layout on file1.php, is it possible to do that?
 
Can you post some code that might make your question understandable?
Ken
 
You can use iframe in html code to do that.
 
If you include the file, inside an <div>, you can control the overflow.

This is really an CSS issue.

Olav Alexander Mjelde
Admin & Webmaster
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top