asiavisions
10-15-2018
03:32 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
how do i get i frame to display this correctly...it dont show anything except a back frame
<iframe src="http://www.pictorem.com/profileiframe/Asia.Visions.Photography" width=1033 height=900></iframe>
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
1 REPLY 1
NJRFTF
10-15-2018
04:48 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I'm going to take an educated guess that you have SSL enabled on your website?
If so then you have to change your code to avoid a security issue by changing http to https as in the following...
<iframe src="https://www.pictorem.com/profileiframe/Asia.Visions.Photography" width=1033 height=900></iframe>