| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Apr 2004
Posts: 5
![]() | Annoying frames At the moment on my website the top logo image stays the same on all pages and the code for this image is on all the pages also.. whats the server side way of having the code in only one page? NO more frames ![]() Thanks in advance |
| |
| | #2 (permalink) |
| Senior Member Join Date: May 2003
Posts: 2,187
![]() ![]() ![]() | put what you want the same on all pages in a html file then you can use ssi or asp or php depending on your host to include this file for php it would be <?php include("filename.html"); ?> place this pecie of code where you want the image or content to appear |
| |