|
|
|
#1 (permalink) | ||||||||
|
Unix Evangelist
![]() |
Hey I'm building a new website for hardware reviews and at the moment using a free server host eventually hope to get a domain and hosting though. My question is I am using this code for the main page (not near finished just started today)
__________________Code:
<html>
<head>
<title>Tech Guru - The best reviews on the web</title>
</head>
<body>
<php? include ('layout.php');
|
||||||||
|
|
|
|
|
#2 (permalink) | ||||||||||||||
|
Bifford
![]() |
Quote:
Code:
<html>
<head>
<title>Tech Guru - The best reviews on the web</title>
</head>
<body>
<php? include ('layout.php'); ?>
Welcome message
</body>
</html>
Code:
<php? include (header.php'); ?> Text <php? include (footer.php'); ?>
__________________
Helpful Posts (Hopefully )Overclocker's Calculator Photo Editing - B&W w/Color Accents Real Programmers Don't Document If it was hard to write, it should be hard to understand.
Last edited by BFRD : 06-15-05 at 10:30 AM |
||||||||||||||
|
|
|
|
#4 (permalink) | ||||||||||||||
|
Bifford
![]() |
Quote:
__________________
Helpful Posts (Hopefully )Overclocker's Calculator Photo Editing - B&W w/Color Accents Real Programmers Don't Document If it was hard to write, it should be hard to understand.
|
||||||||||||||
|
|
|
|
#5 (permalink) | |||||||||
|
Unix Evangelist
![]() |
Quote:
I wil include a header and footer but my question is if I can just have the template.php be two table and if somehow on the index.php by jsut righting on that it would show up in the second table.
|
|||||||||
|
|
|
|
|
#6 (permalink) | ||||||||
|
Unix Evangelist
![]() |
Nevermind I got that to work. Now my question is when in a table is there a way to make the text at the top of the table i knwo there is but i forget how. It always turns out in the center for me.
__________________
|
||||||||
|
|
|
|
|
#7 (permalink) | ||||||||||||||
|
Bifford
![]() |
Quote:
obviously use only one of each, or better yet use style sheets create a file called default.css and add this line in your <head> tag <Link rel="stylesheet" type="text/css" href="/Default.css"> as to the contents of the css here is a start Code:
body {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#FFFFFF;
font-size:8pt;
}
table
{
font-size:8pt;
padding:0px;
margin:0px;
}
td
{
text-align: left;
vertical-align: top;
}
__________________
Helpful Posts (Hopefully )Overclocker's Calculator Photo Editing - B&W w/Color Accents Real Programmers Don't Document If it was hard to write, it should be hard to understand.
|
||||||||||||||
|
|
|
|
#8 (permalink) | |||||||||
|
Unix Evangelist
![]() |
Quote:
|
|||||||||
|
|
|
|
|
#9 (permalink) | ||||||||||||||
|
Bifford
![]() |
Quote:
__________________
Helpful Posts (Hopefully )Overclocker's Calculator Photo Editing - B&W w/Color Accents Real Programmers Don't Document If it was hard to write, it should be hard to understand.
|
||||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|