Web Hosting Forum | Lunarpages
News: October 6, 2008 - Submit Your Site for the October 2008 Site of the Month!
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
October 11, 2008, 03:38:23 PM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: PHP question from a nonprogrammer  (Read 170 times)
CuRoi
Trekkie
**
Offline Offline

Posts: 16


« on: January 13, 2005, 09:50:06 AM »

I've downloaded a style named esbardu from the phpBB site and am trying to adapt it. The big banner at the top of the home page is a Shockwave .swf file. I want to replace this with a plain title in the form of a jpeg file, which I'm able to produce.

Here is the relevant code section from overall_header.tpl

Code:
<!-- YOUR BANNER HERE -->

<object width="468" height="60" data="templates/esbardu/images/fia_8.swf"
type="application/x-shockwave-flash">
  <param name="movie" value="templates/esbardu/images/fia_8.swf">
  <param NAME="menu" VALUE="false">
  <param NAME="quality" VALUE="high">
</object>

<!-- YOUR BANNER HERE -->


What do I need to have between the comment lines in order to replace the Shockwave movie with "myfile.jpg"?

I'm pretty clueless here, and would appreciate any help I can get.

Thanks,
CuRoi
Logged

Rhoda Morgenstern: "So, what are you retired from?"

Old woman: "Everything."
Lupine1647
Berserker Poster
*****
Offline Offline

Posts: 10868


« Reply #1 on: January 13, 2005, 01:24:34 PM »

Just use:

Code:
<!-- YOUR BANNER HERE -->

<img src="IMAGE LOCATION" alt="IMAGE ALT TEXT" Border="0" Width="IMAGE WIDTH" height="IMAGE HEIGHT">

<!-- YOUR BANNER HERE -->
Logged
CuRoi
Trekkie
**
Offline Offline

Posts: 16


« Reply #2 on: January 13, 2005, 08:44:24 PM »

Thanks, Lupus -- that worked (once I got the details right).

CuRoi
Logged

Rhoda Morgenstern: "So, what are you retired from?"

Old woman: "Everything."
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM