Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

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

Posts: 2
Trades: 0
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
 
 
Register now for full access!
Old 05-28-2006, 04:12 PM Re: borders around php
Junior Talker

Posts: 2
Trades: 0
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:
JAMISONTUNES
Posts: 2,918
Name: Keith Marshall
Location: Connecticut
Trades: 0
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 Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB 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.60567 seconds with 13 queries