Click here to Skip to main content
16,004,678 members
Home / Discussions / Web Development
   

Web Development

 
QuestionPHP Include problem Pin
dhewitt886-Nov-08 23:36
dhewitt886-Nov-08 23:36 
AnswerRe: PHP Include problem Pin
Mohammad Dayyan7-Nov-08 0:14
Mohammad Dayyan7-Nov-08 0:14 
GeneralRe: PHP Include problem Pin
dhewitt887-Nov-08 0:31
dhewitt887-Nov-08 0:31 
GeneralRe: PHP Include problem Pin
Mohammad Dayyan7-Nov-08 0:41
Mohammad Dayyan7-Nov-08 0:41 
GeneralRe: PHP Include problem Pin
dhewitt887-Nov-08 1:08
dhewitt887-Nov-08 1:08 
GeneralRe: PHP Include problem Pin
Mohammad Dayyan7-Nov-08 1:16
Mohammad Dayyan7-Nov-08 1:16 
GeneralRe: PHP Include problem Pin
dhewitt887-Nov-08 1:25
dhewitt887-Nov-08 1:25 
GeneralRe: PHP Include problem [modified] Pin
sph3rex8-Nov-08 15:21
sph3rex8-Nov-08 15:21 
Atm you have 2 tables ... one with a width of 1024 and right after a table with 100% width ... so you need to do something like this:

<table width="1024" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" colspan="2"><img src="images/header_banner.gif" width="1024" height="159" border="0" />

</td>
</tr>
<tr>

<td width="182"><img src="images/babiesrus.gif" width="182" height="123" border="0" />
<td rowspan="5"><?php include("that_header_file");?></td>
</tr>
</td>
<tr><td><img src="images/left_2.gif" width="182" height="122" />
</tr>
</td>
<tr><td><img src="images/left_3.gif" width="182" height="123" />
</tr>
</td>
<tr><td><img src="images/left_4.gif" width="182" height="122" />
</tr>
</td>
<tr><td><img src="images/left_bottom.gif" width="182" height="123" />
</tr>
</td>
</table>
</body>

</html>

modified on Saturday, November 8, 2008 9:35 PM

QuestionType Mismatch in asp. Pin
Member 44415196-Nov-08 21:01
Member 44415196-Nov-08 21:01 
Questionweb service? Pin
srinivassam6-Nov-08 19:58
srinivassam6-Nov-08 19:58 
QuestionSummary Field in Crystal Report Pin
rskumar041019846-Nov-08 15:43
rskumar041019846-Nov-08 15:43 
Question[Message Deleted] Pin
dvinnakota6-Nov-08 12:16
dvinnakota6-Nov-08 12:16 
AnswerRe: can any one help me how to create a dynamic menu in asp Pin
Ashfield7-Nov-08 1:36
Ashfield7-Nov-08 1:36 
GeneralRe: can any one help me how to create a dynamic menu in asp Pin
dvinnakota10-Nov-08 8:26
dvinnakota10-Nov-08 8:26 
GeneralRe: can any one help me how to create a dynamic menu in asp Pin
Ashfield10-Nov-08 8:54
Ashfield10-Nov-08 8:54 
QuestionHow to make the width of Detail View control consisten when updating, viewing or inserting data? Pin
pzn3xq6-Nov-08 8:56
pzn3xq6-Nov-08 8:56 
QuestionWhat is the best browser for development? Pin
kjmcsd6-Nov-08 5:09
kjmcsd6-Nov-08 5:09 
AnswerRe: What is the best browser for development? Pin
Mohammad Dayyan6-Nov-08 5:45
Mohammad Dayyan6-Nov-08 5:45 
AnswerRe: What is the best browser for development? Pin
Perspx6-Nov-08 6:06
Perspx6-Nov-08 6:06 
GeneralRe: What is the best browser for development? Pin
Mohammad Dayyan7-Nov-08 0:25
Mohammad Dayyan7-Nov-08 0:25 
QuestionRe: What is the best browser for development? Pin
Brendan Vogt12-Nov-08 21:24
Brendan Vogt12-Nov-08 21:24 
AnswerRe: What is the best browser for development? Pin
Perspx13-Nov-08 10:23
Perspx13-Nov-08 10:23 
AnswerRe: What is the best browser for development? Pin
Paul Tumelty6-Nov-08 6:27
Paul Tumelty6-Nov-08 6:27 
AnswerRe: What is the best browser for development? Pin
Shog96-Nov-08 7:26
sitebuilderShog96-Nov-08 7:26 
AnswerRe: What is the best browser for development? Pin
Paul Conrad6-Nov-08 8:15
professionalPaul Conrad6-Nov-08 8:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.