• I have an HTML page that I cannot figure out hjow to convert to a WP page. I can get the basic html converted and know to add the script to header, but there is some other code that I am having difficulties with.

    1. Code in the body tag…how can I convert?

    <body vlink=”#0000FF” onUnLoad=”javascript:RestorePage()” onScroll=”javascript:ScrollHandler();”>

    2. This page has a div popup after the </body> tag…how do I convert that?

    </body>
    <!– Div box for wait –>
    <div id=”wait” style=”visibility: hidden; z-index: 200; position: absolute; top: 48%; width:100%; text-align: center;”>
    <center>
    <div style=”width: 480px; padding: 15px; color: #993333; border: 2px solid #FFFFFF; background-color: #AAD5FF; text-align: center;”>
    <center>
    <img id=”loader” border=”0″ src=”http://acme-people-search.com/images/loader.gif&#8221; alt=”Please wait…”/>

    <b><font color=”#00526E” face=”Arial”>Retrieving the same results other companies charge for…
    Your free results will appear shortly…</font></b>
    </center>
    </div>
    </center>
    </div>

The topic ‘Convert HTML to WP Page’ is closed to new replies.