Web Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsWeb DesignWeb Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old May 9th, 2004, 04:55 PM
carpunky carpunky is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 2 carpunky User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
modular web page

Hello

What would I change in the template of the modular php web page in order to have a right column ?


Thanks

Jeff

Reply With Quote
  #2  
Old May 10th, 2004, 03:38 PM
edwinbrains's Avatar
edwinbrains edwinbrains is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Location: UK
Posts: 160 edwinbrains User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 h 5 m 50 sec
Reputation Power: 5
Perhaps you could show some code?

Reply With Quote
  #3  
Old May 11th, 2004, 05:44 PM
carpunky carpunky is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 2 carpunky User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Sorry, here is the code !


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>J.A Carpunky , Internet marketing and Business Opportunities</title>
<meta name="Author" content="Stone Evans, The Home Biz Guy">
<meta name="Copyright" content="Copyright © Jeffrey Carpunky">
<meta name="Subject" content="work at home">
<meta name="Description" content="Work at Home Ideas and Opportunities!">
<meta name="Keywords" content="work at home, work at home ideas, work at home opportunities">
<meta name="Revisit-after" content="15 days">
<meta name="Rating" content="GENERAL">
<meta name="Robots" content="All">
<meta name="Classification" content="Business">
<LINK href="menu.css" rel=StyleSheet><style type="text/css">
</style></head>

<body style= align="center" "margin: 0px;">
<table align="center" cellpadding="5" cellspacing="0" border="4" >
<tr>
<!--insert column here -->
<?php include 'top.inc'; ?>
</tr>
<tr>
<!--insert column here -->
<?php include 'sidebar.inc'; ?>
<!--setting width to 100% here forces most browsers to fill screen -->
<td valign=top align=leftclass="main" width="500">


body text Here







</td>
</tr>
<tr>
<!--insert columns here -->
<? include 'bottom.inc' ?>
</tr>
</table>
</body>
</html>

Reply With Quote
  #4  
Old May 12th, 2004, 01:02 AM
edwinbrains's Avatar
edwinbrains edwinbrains is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Location: UK
Posts: 160 edwinbrains User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 h 5 m 50 sec
Reputation Power: 5
I think this is what you want:

Code:
<table align="center" cellpadding="5" cellspacing="0" border="4" >
	<tr>
		<td colspan="2">
			<!--insert column here -->
			<?php include 'top.inc'; ?>
		</td>
	</tr>
	<tr>
		<td valign=top align=leftclass="main">	
			<!--insert column here -->
			<?php include 'sidebar.inc'; ?>
			<!--setting width to 100% here forces most browsers to fill screen -->
			body text Here	
		</td>
	    <td valign=top align=leftclass="main">
			right hand column
		</td>
	</tr>
	<tr>
		<td colspan="2">
			<!--insert columns here -->
			<? include 'bottom.inc' ?>
		</td>
	</tr>
</table>

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsWeb DesignWeb Development > modular web page


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 4 hosted by Hostway