MoisesZaragoza Posted June 22, 2006 Share Posted June 22, 2006 I have been having a problem with my site. everytinme i go to a page using SSL i get a pop up that says This page contains both secure and nonsecure items Do you ant to dispaly Nonsecure Items? YES NO how can i keep my SSL and not have that apear Thanks at the end of the day the code will be good Link to comment Share on other sites More sharing options...
kgt Posted June 22, 2006 Share Posted June 22, 2006 Post a link to your site. Contributions Discount Coupon Codes Donations Link to comment Share on other sites More sharing options...
MoisesZaragoza Posted June 22, 2006 Author Share Posted June 22, 2006 http://www.coolbugstuff.com at the end of the day the code will be good Link to comment Share on other sites More sharing options...
kgt Posted June 22, 2006 Share Posted June 22, 2006 You've got hardcoded image links over http like: <table width="100%" height="150" cellpadding="0" cellspacing="0" background="http://coolbugstuff.com/images/bg-grass.gif"> Use the tep_image() function or use relative image paths. Here's a list of the hardcoded image paths: http://coolbugstuff.com/images/bg-grass.gif http://coolbugstuff.com/images/cool-bug-club.gif http://coolbugstuff.com/images/cool_bug_facts.gif http://coolbugstuff.com/images/cool_bug_parents.gif http://coolbugstuff.com/images/cool_bug_teachers.gif http://coolbugstuff.com/images/bugs_in_history.gif http://coolbugstuff.com/images/bugs_in_medicine.gif http://coolbugstuff.com/images/cool_bug_recipes.gif http://coolbugstuff.com/images/photo_contest/NY1I5196.JPG http://coolbugstuff.com/images/Creepy_Crawly_Logo2.jpg (neat site!) Contributions Discount Coupon Codes Donations Link to comment Share on other sites More sharing options...
MoisesZaragoza Posted June 22, 2006 Author Share Posted June 22, 2006 Thanks at the end of the day the code will be good Link to comment Share on other sites More sharing options...
MoisesZaragoza Posted June 22, 2006 Author Share Posted June 22, 2006 so i change <table width="100%" height="150" cellpadding="0" cellspacing="0" background="http://coolbugstuff.com/images/bg-grass.gif"> to <table width="100%" height="150" cellpadding="0" cellspacing="0" background=<?php tep_image("bg-grass.gif") ?> > at the end of the day the code will be good Link to comment Share on other sites More sharing options...
MoisesZaragoza Posted June 23, 2006 Author Share Posted June 23, 2006 Thanks I got the images working the way I neede. I was just wandering if this function has a way to add the ALT Tag and the image Widtgh Thanks at the end of the day the code will be good Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.