Reply
borders around php
Old 05-26-2006, 10:52 AM borders around php
Junior Talker

Posts: 2
I want my edited index page to look like my old index page.
New index:
www.anime-me.com/indext.php
old index:
www.anime-me.com

Basically all I want to do is add the same border and have the title in orange.

You can find the border images here:
http://anime-me.com/images/cn/images/cn_09.gif
http://anime-me.com/images/cn/images/cn_01.gif
http://anime-me.com/images/cn/images/cn_07.gif
http://www.anime-me.com/images/cn/images/cn_03.gif

But how would i put them around the news section which is in php?

You can find my index page in the attachment.
Attached Files
File Type: txt index.txt (23.3 KB, 1 views)
v3nom is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-28-2006, 04:12 PM Re: borders around php
Junior Talker

Posts: 2
sory for double posting but no one has replied in days....
v3nom is offline
Reply With Quote
View Public Profile
 
Old 05-28-2006, 08:44 PM Re: borders around php
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
Wireless Audio
Posts: 2,320
Name: Keith Marshall
Location: West Hartford, CT
Split you header and footer (and even other nav areas) into seperate php files, then you can just "include" them as you construct your new page.

PHP Code:
<?php
 
  
require('header.php');
 
?>
Some html web page content goes here
<?php
  
require('footer.php');
?>
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to borders around php
 

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13067 seconds with 13 queries