Results 1 to 3 of 3

SSL symbol vanishes when I edit a template

This is a discussion on SSL symbol vanishes when I edit a template within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Anyone know why I'm losing the SSL symbol in IE when I add any tables or images to the standard...main_page.tpl.php ...

      
  1. #1
    New Member
    Join Date
    May 2006
    Posts
    14
    Rep Power
    0


    Default SSL symbol vanishes when I edit a template

    Anyone know why I'm losing the SSL symbol in IE when I add any tables or images to the standard...main_page.tpl.php page?

    I'm not taking out any of the <head> code with references to SSL..

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default RE: SSL symbol vanishes when I edit a template

    Because you are using absolute urls for your images... You cannot use
    Code:
     <img src="http://somesite.com/images/someimage.jpg">
    You have to use relative urls:
    Code:
    <img src="images/someimage.jpg">
    HTML 101...
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    New Member
    Join Date
    May 2006
    Posts
    14
    Rep Power
    0


    Default RE: SSL symbol vanishes when I edit a template

    i managed to get it working while keeping the absolute urls, by meddling with the <head> tag not sure exactly what it was that I tweaked.

Similar Threads

  1. hard to edit template!
    By jikey in forum osCmax v2 Customization/Mods
    Replies: 11
    Last Post: 09-28-2006, 08:58 AM
  2. How to edit Max with htmlarea?
    By RCarlton in forum osCMax v1.7 General Mods Discussion
    Replies: 24
    Last Post: 02-21-2005, 08:21 PM
  3. Edit attributes - Something Something isn't right
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 02-08-2005, 03:16 PM
  4. How do I edit english.php?
    By ScaleCreep in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 12-30-2004, 04:56 AM
  5. Euro symbol trouble
    By Lynoure in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 02-17-2004, 02:42 PM

Bookmarks

Posting Permissions

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