473,385 Members | 1,824 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Plz help... how to fix it??? the whole homepage look untidy

127 100+
I'm create my homepage using dreamveaver now... I use the table to insert the login function, ticker, creates resumes and latest job function which i did in different page by use the code
Expand|Select|Wrap|Line Numbers
  1. <?php include "xxxx.php"; ?>
in my home page. But the arrangement of the function is not tidy, it put the function whatever it is in the homepage...
I want alumniLogin, comLogin, and ticker in 1 column down in the left hand side, and in the right hand side, it has 2 row, which the top is quicksearchjob and bottom is latestJob. And beside the quick search job is createResumes... Thus i put the table as below...But it look not nice, some place have a lot of white space and some is narrow...
Can someone help me??? How to fix it???
I have try many time still dint work properly... Thanks..
Expand|Select|Wrap|Line Numbers
  1. <table width="100%" border="0">
  2.   <tr>
  3.     <td width="42%"> 
  4.               <?php include "ticker.php"; ?>
  5.               <?php include "alumniLogin.php"; ?>
  6.               <?php include "comLogin.php"; ?></td>
  7.     <td width="58%"><table width="100%" border="0">
  8.         <tr><p align="left"> 
  9.           <td><?php include "jobquicksearch.php"; ?></td>
  10.           <td><?php include "createResumes.php"; ?></td>
  11.         </tr></p>
  12.         <tr> 
  13.           <td colspan="2"><?php include "latestJob.php"; ?></td>
  14.         </tr>
  15.       </table></td>
  16.   </tr>
  17. </table>
Feb 27 '07 #1
0 1073

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Jack Smith | last post by:
Help needed on this question. Any help is appreciated. Thanks in advance. Given a binary string (i.e. a finite sequence of 0's and 1's) we choose any two digit substring 01 and replace it by a...
15
by: James | last post by:
Hello Everyone! I'm trying to design a database for a library that stocks a range of media. (see link) http://homepage.ntlworld.com/james.merrie/private/library.gif Each user can make many...
7
by: c#2006user | last post by:
Hi everyone. i know there is a lot of code and ive reduced it as much as i could, its a bit much to ask but i am really stuck! i've been at this for a week! this is converted from vb to c# and...
0
by: c#2006user | last post by:
Hi all Im converting code from vb.net to c# an im stuck again! :O) anyway ive included both vb and c# versions and if anyone could see where im going wrong it would much appreaciated. i've tried...
3
by: Torben Laursen | last post by:
Hi Is there a simple way to control the width of a homepage in asp.net. What I want is the content of the homepage to have a fixed width of e.g. 20 cm surrounded by a background. In that way I...
5
by: le007 | last post by:
:) Hey All, I've recently tried my hand with CSS. I know a good bit of html and thats more or less it. I've moved back to Ireland from Australia now and I'm trying to put a site together to keep...
3
by: Chuck Renner | last post by:
Please help! This MIGHT even be a bug in PHP! I'll provide version numbers and site specific information (browser, OS, and kernel versions) if others cannot reproduce this problem. I'm...
1
by: Mike Hofer | last post by:
I really need some help, and I'd appreciate any that you folks can provide. The ASP.NET application in question uses version 1.1 of the .NET Framework. All of the pages use a common base class...
3
by: Nitinkcv | last post by:
Hi, I have a homepage.aspx which has actually three parts to it. On top i have a logo, then the body and finally a submit button. I need to make the logo and body generic in the sense that: ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.