Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2007
    Posts
    195
    Plugin Contributions
    0

    Default Image for 'centerBoxHeading'

    Hello, I'm trying to replace the 'centerBoxHeading' titles 'New Products' 'Featured Products' etc. with an image. Think I've figured out where to do it: e.g. in new_products.php

    $title = '<h2 class="centerBoxHeading">' . sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B')) . '</h2>';

    possibly needs to replaced with:

    $title = '<h2 class="centerBoxHeading">' . 'Image Here!' . '</h2>';

    but I'm not sure what to write for 'Image Here!'

    Patrick.

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Image for 'centerBoxHeading'

    Quote Originally Posted by PGlad View Post
    Hello, I'm trying to replace the 'centerBoxHeading' titles 'New Products' 'Featured Products' etc. with an image. Think I've figured out where to do it: e.g. in new_products.php

    $title = '<h2 class="centerBoxHeading">' . sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B')) . '</h2>';

    possibly needs to replaced with:

    $title = '<h2 class="centerBoxHeading">' . 'Image Here!' . '</h2>';

    but I'm not sure what to write for 'Image Here!'

    Patrick.
    something like this:
    $title = '<h2 class="centerBoxHeading">' . '<img src="imagelocationhere/imagenamehere.jpg" alt="alt text here" title="title of link here" width="100" height="20" />' . '</h2>';

  3. #3
    Join Date
    Jun 2007
    Posts
    195
    Plugin Contributions
    0

    Default Re: Image for 'centerBoxHeading'

    I was trying to do something like that but for some stupid reason I forgot to use the <> tags around the image path. I'm amazed at my own stupidity at times!

    Anyway that's done the trick.

    Thank you!

 

 

Similar Threads

  1. how can i specify a background image for centerBoxHeading
    By modchipfitters.co.uk in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 25 Mar 2009, 09:37 AM
  2. centerBoxHeading
    By Alfa in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Mar 2009, 04:40 PM
  3. image alignment - centerBoxHeading
    By MeltDown in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Jul 2008, 08:21 PM
  4. .centerBoxHeading
    By FireCat in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Jan 2007, 03:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg