|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
is on the 1st circle: Limbo
Join Date: Jan 2007
Posts: 42
Hellbux: 115
|
http://imgfree.5cr1pt3d.co.uk/hp/
Well, basicly i've done this template playing around with php. Done it all form scratch and for it being my third template im happy with it. Basicly i wont put any content on the site so all of the buttons are not linking anywhere. What i did here was to put the least in the actual index.php file. So it's content is now this: Code:
<title>.:Your Site:.</title>
<html>
<center>
<body background="images/bg.jpg" bgcolor="#2e2e2e">
<?php include("header.php"); ?>
<iframe src ="content-home.php" width="700px" frameborder="0" height="600px"</iframe>
<iframe src ="footer.php" width="700px" frameborder="0" height="20px"></iframe>
<img src="images/shadow-bottom.png">
</center>
What do you guys think? If anyone wants it, just PM me and i'll propably give it to you. Everyone else, gimme some feedback! |
|
|
|
|
|
#2 (permalink) |
|
Administrator
Join Date: Dec 2003
Posts: 2,275
Hellbux: 60,976
|
First feedback:
-The code of this page is just Prehistoric!, No use of CSS at all, instead it uses old HTML code, try learning some CSS and getting rid of the background, the <center> and the img src'es ;) Also iFrame is not really nice for pages either!
__________________
IGN-Esports CSS team manager www.ign-esports.com Computer: Intel Q6600 B3 | CM2X-6400C4 x4 (4gb) Ram | Seagate 500GB | Point Of View Geforce 8800GTX | Samsung 226BW 22" |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|