Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old March 18th, 2005, 11:13 PM
danb00 danb00 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 1 danb00 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Frames

right i have a problem here
i got a site coded in html, but want to switch it over to php, but its using frames.

I know theres a way of doing a php include page that will allow you to include pages. This is done in the form of a table
Heres what i need
Main top header going 100%, and a left side and a middle side

as the pages i will be including will have withs 100%
i need something like this but a nicer version

please not all i want to include is a headder, left and a main

i dont need a right or footer

php Code:
Original - php Code
  1.  
  2. <table width=750 border=0 CELLPADDING=0 CELLSPACING=0 align="center" class="border">
  3. <tr>
  4. <td>
  5. <TABLE WIDTH=750 height=100% BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
  6.     <TR>
  7.         <TD width="750" align="center" valign="top">
  8. <?php include('topset.htm'); ?>
  9.         </td>
  10.     </tr>
  11. </table>
  12.  
  13. <TABLE WIDTH=750 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
  14.     <TR>
  15.         <TD width="170" align="center" valign="top">
  16. <table width=150 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center" >
  17.     <TR>
  18.         <TD>
  19. <?php include('leftset.htm'); ?>
  20.         </TD>
  21.     </TR>
  22. </table>       
  23.         </TD>
  24.    
  25.         <TD width="410" align="center" valign="top">
  26. <table width=150 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
  27.     <TR>
  28.         <TD>
  29. <?php include('mainset.htm'); ?>
  30.         </TD>
  31.     </TR>
  32. </table>       
  33.         </TD>
  34.    
  35.         <TD width="170" align="center" valign="top">
  36. <table width=150 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
  37.     <TR>
  38.         <TD>
  39. <?php include('rightset.htm'); ?>
  40.         </TD>
  41.     </TR>
  42. </table>
  43.         </TD>
  44.     </TR>
  45. </TABLE>
  46.         </td>
  47.     </tr>
  48. <table width=500 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
  49.     <TR>
  50.         <TD>
  51. <?php include('footer.htm'); ?>
  52.         </TD>
  53.     </TR>
  54. </table>
  55. </table>


Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > Frames


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway