I am attempting to add this code to my blog

  • Unknown's avatar

    #indeed_widget_wrapper{ width: 300px; height: 600px; background: #FFFFFF;}
    #indeed_widget_wrapper{ border: 1px solid #DDDDDD; }
    #indeed_widget_wrapper, #indeed_link a{ color: #000000;}
    #indJobContent, #indeed_search_wrapper{ border-top: 1px solid #DDDDDD; }
    #indJobContent a { color: #00c; }
    #indeed_widget_header{ color: #000000; }
    </style>
    <script type=’text/javascript’>
    var ind_pub = ‘2272960102206611’;
    var ind_el = ‘indJobContent’;
    var ind_pf = ”;
    var ind_q = ”;
    var ind_l = ”;
    var ind_chnl = ‘United Kingdom’;
    var ind_n = 10;
    var ind_d = ‘http://www.indeed.co.uk’;
    var ind_t = 40;
    var ind_c = 30;
    var ind_pgn = 1;
    var ind_pgnCnt = 2;
    </script>
    <script type=’text/javascript’ src=’http://www.indeed.co.uk/ads/jobroll-widget-v3.js’></script>
    <div id=’indeed_widget_wrapper’ style=”>
    <div id=’indeed_widget_header’>Jobs from Indeed United Kingdom</div>

    <div id=’indJobContent’ class=””></div>

    <div id=’indeed_search_wrapper’>
    <script type=’text/javascript’>
    function clearDefaults(){
    var formInputs=document.getElementById(‘indeed_jobform’).elements;
    for(var i=0;i<formInputs.length;i++){
    if(formInputs[i].value==’title, keywords’ || formInputs[i].value==’city, state, or zip’){
    formInputs[i].value=”;
    }
    }
    }
    </script>
    <form onsubmit=’clearDefaults();’ method=’get’ action=’http://www.indeed.co.uk/jobs’ id=’indeed_jobform’ target=”_new”>
    <div id=”qc”><label>What:</label><input type=’text’ onfocus=’this.value=””‘ value=’title, keywords’ name=’q’ id=’q’></div>
    <div id=”lc”><label>Where:</label><input type=’text’ onfocus=’this.value=””‘ value=’city, state, or zip’ name=’l’ id=’l’></div>
    <div id=’indeed_search_footer’>
    <div style=’float:left’><input type=’submit’ value=’Find Jobs’ class=’findjobs’></div>
    </div>
    <input type=’hidden’ name=’indpubnum’ id=’indpubnum’ value=’2272960102206611′>
    </form>
    </div>

    <div id=’indeed_link’>
    jobs by <img alt=Indeed src=’http://www.indeed.com/p/jobsearch.gif’ style=’border: 0;vertical-align: bottom;’>
    </div>
    </div>

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Javascript cannot be added here, for security reasons. It will always be stripped out.

  • The topic ‘I am attempting to add this code to my blog’ is closed to new replies.