Need an HTML, CSS, JS expert.

Status
Not open for further replies.

PUT0M0N0

Regular Member
Joined
May 25, 2015
Messages
402
Reaction score
177
I want to iframe a website and show a pop up when the page loads.

Iframe example: http://putomono.xyz/bhw.html

Code:
<html>
<head>
    <title>BlackHatWorld</title>
    <meta name="keywords" content="iPad 2, apple iPad 2, free apple iPad 2" />
    <meta name="description" content="PUT0M0N0" />
    
    <style>
    * {
        margin: 0;
        padding: 0;
    }
    body {
        margin: 0;
        padding: 0;
    }
    </style>
</head>

<body>
    <iframe src="https://blackhatworld.com" width="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0">
        <p>Click <a href="http://peerfly.com/x/0/1426/386/">here</a>! (Your browser does not support iframes)</p>
    </iframe>
</body>
</html>

I want to add a pop up to the code, to show it on load (https://codepen.io/jaeming/pen/EwsqC) but my knowledge of HTML and CSS is really poor and I am not able to get everything displayed correctly. The popup loads underneath and the iframe doesn't look good.

If you think you are able to make this work together send me a PM with the price and I'll contact you.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top