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>

425 Views
Message 1 of 2
Report
1 REPLY 1

@asiavisions

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>
419 Views
Message 3 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.