Hosted by 2WDH.com .:. Professional and affordable web hosting...
 Home | Forums | Donate
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Site suggestions

 
Post new topic   Reply to topic    Twisted Mind Games Forums Forum Index -> Steve's Models
View previous topic :: View next topic  
Author Message
James
3run
3run


Joined: 19 May 2003
Posts: 3756

PostPosted: Sun Apr 25, 2004 7:20 am    Post subject: Site suggestions Reply with quote

1) Use arial
2) How are you linking to the menu and template on every page? If you are just writing it out for each one, then I'll show you how you can link to the menu and other stuff that stays the same on every page dynamically.
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Steve
Moderator
Moderator


Joined: 02 Nov 2003
Posts: 776
Location: Belgium

PostPosted: Sun Apr 25, 2004 8:06 am    Post subject: Reply with quote

That would be very handy, now I just copy the code and change the content.
_________________
Moderator, Developer, Free Running newbie
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
James
3run
3run


Joined: 19 May 2003
Posts: 3756

PostPosted: Sun Apr 25, 2004 8:15 am    Post subject: Reply with quote

Alright, create a page called menu.php which contains what your menu contains, so for example, I could do:

Code:
<b>Main</b><br>
<a href="home.php">home</a><br>
<a href="news.php">news</a><br><br>
<b> The Game</b><br>
<a href="info.php">Info</a>


Just normal stuff like that.

Then, on each page, in the gap where the menu should be, type this:

Code:
<?PHP

$site_root_path = './';

include ( $site_root_path . 'menu.php' );

?>


But make sure you save the content pages as php. PHP pages support full html, but also support php when you open the tags (<?PHP ?>).

And you can do the same for the header and footer aswell.




And, are you using a style sheet?
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Guest






PostPosted: Thu Sep 22, 2005 6:49 pm    Post subject: Receiver Reply with quote

Quote:
That would be very handy, now I just copy the code and change the content.


So who collects it then? Wink
Back to top
darkmonkey
Level 7: Broken Free
Level 7: Broken Free


Joined: 14 Dec 2004
Posts: 367
Location: London, UK

PostPosted: Mon Sep 26, 2005 3:56 pm    Post subject: Reply with quote

Quote:
1) Use arial


...If you wanna have a sucky site.

Arial sucks at anything other than 10px - use Verdana or Tahoma =]
_________________
aiii
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
James
3run
3run


Joined: 19 May 2003
Posts: 3756

PostPosted: Tue Sep 27, 2005 6:03 am    Post subject: Re: Receiver Reply with quote

Anonymous wrote:
Quote:
That would be very handy, now I just copy the code and change the content.


So who collects it then? Wink


Good point!

darkmonkey wrote:
...If you wanna have a sucky site.

Arial sucks at anything other than 10px - use Verdana or Tahoma =]


Yeah, you're right. I used to use Arial, but now I've realised how much better Verdana at 11px with line spacing in-between looks Smile
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website
GPHemsley
Moderator
Moderator


Joined: 18 Jul 2003
Posts: 430
Location: Long Beach, NY

PostPosted: Sat Oct 15, 2005 4:04 pm    Post subject: Reply with quote

I personally put all my text sizes in points, rather than pixels. But I do use Verdana, 10pt, usually.
_________________
Gordon P. Hemsley
A Link to the PastCMSformE


Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Twisted Mind Games Forums Forum Index -> Steve's Models All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group