| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Account Closed Join Date: Jun 2005 Location: England
Posts: 344
![]() | phpbb template mod Hi, I have a forum http://www.stevengerrard.net - I have had one of the members of this site make a logo for me which is on the forum at the top. the logo size is 979 (W) X 100 (H) The forum currently is at 100% size of browser but I want the forum to be the same width of the logo? What file do I need to mod? and what line? Newbie to forums. Thanks |
| |
| | #2 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | overall_header.tpl is the file you need to edit. find the following line:- PHP Code: |
| |
| | #6 (permalink) |
| Account Closed Join Date: Mar 2006 Location: UK
Posts: 1,951
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Currently the logo is resizing down to the 800 size when your screen is that size, because it's a background image and not just an image on the page. Making the whole page 979 will leave about 200px of page hidden when viewing with an 800x600 screen size. |
| |
| | #7 (permalink) |
| Resistance is Futile Join Date: Apr 2006 Location: Montreal, Canada
Posts: 1,094
![]() ![]() ![]() ![]() ![]() ![]() | I don;t know how your header looks, but if possible I would split the header in a place that is commun across the banner and use it as a background so that it can resize on different monitor, http://www.vsig.info, my site does that with the header, have a look at the source.
__________________ Freelance Web Developer PHP, MySQL, XHTML, CSS, Javascript, jQuery, Wordpress Portfolio: www.bundy.ca |
| |