| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Jun 2005 Location: S. Yorkshire, United Kingdom
Posts: 310
![]() | Table resizing table not resizing hey, i have a table which should stretch vertically to fit all the content in.... it works fine in firefox, but i took a look in Internet Explorer, and it doesn't.... any ideas why? heres the code: Code: <table class="bordertable" cellpadding="0" cellspacing="0" width="180"> <tr> <td align="center" class="tablehead" height="21" valign="middle"><b><p>Affiliates</p></b></td> </tr> <tr> <td><iframe SRC="http://i.domaindlx.com/ballam/affiliates.asp" width="175" frameborder="0"></iframe></td> </tr> </table> |
| |
| | #3 (permalink) |
| New Member Join Date: Jan 2005
Posts: 19
![]() | You need to put in px for starters. i.e width="180px" otherwise certain browsers wont know if its pixels, percent or parrots.. As for the actual problem its kinda hard to tell without seeing the page.
__________________ Freelance web design in sussex | Argue, debate, rant | Cheap flights to Australia |
| |
| | #4 (permalink) | ||||
| NamePros Member Join Date: Aug 2004
Posts: 73
![]() |
__________________ michael | ||||
| |
| | #6 (permalink) | ||||
| DomainersUniversity.com ![]() Join Date: Feb 2005 Location: Oswego, NY
Posts: 4,735
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | You could add: height="200" or whatever fixed size you want, but because the content of the table is not hard-coded (coming from an outside source) I don't know if the table can be made "100%". Try this code (only difference from yours is I added the height="200"...
__________________ . . Expired Domain Search -- ExpiredDomainBoss.com | Sell Domain Names -- DomainProfitsClub.com ----------------------------------------------------------------------------------------------- | ||||
| |
| | #7 (permalink) |
| Soon to be RICHdoggie! Join Date: Jan 2005 Location: UK
Posts: 2,408
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | do you mean so that you don't have the scroll bars? you can't do this with a normal iframe. You will have to use a php include: PHP Code: |
| |
| | #8 (permalink) | ||||
| New Member Join Date: Jan 2005
Posts: 19
![]() |
my bad. been a while since i used anything other than css. **sheepish exit stage left**
__________________ Freelance web design in sussex | Argue, debate, rant | Cheap flights to Australia | ||||
| |
| | THREAD STARTER #9 (permalink) |
| NamePros Regular Join Date: Jun 2005 Location: S. Yorkshire, United Kingdom
Posts: 310
![]() | i used a php include the the affiliates and it really messed everything up.... i could sort it but for the next few days i need the site to look good, not messed up lol |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HTML page inside a table | benc811 | Programming | 19 | 04-23-2005 04:40 PM |
| table width WYSI[not]WYG | okravetz | Web Design Discussion | 4 | 03-19-2005 01:43 AM |
| Simple Table Question.... | softz | Programming | 2 | 01-24-2005 03:47 PM |
| Table Vertical Alignment | flatsix | Web Design Discussion | 3 | 01-11-2005 01:25 AM |
| Tutorial: Getting Started With MySQL (The Basics) | deadserious | Webmaster Tutorials | 3 | 04-18-2004 02:17 PM |