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..
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 ...
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..
Because you are using absolute urls for your images... You cannot useYou have to use relative urls:Code:<img src="http://somesite.com/images/someimage.jpg">
HTML 101...Code:<img src="images/someimage.jpg">
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
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.
Bookmarks