Saturday, 15 March 2014

javascript - Automatic table show out of div(on inspect element) while in code it is already in div tags -



javascript - Automatic table show out of div(on inspect element) while in code it is already in div tags -

i trying add together table in div on visual-force page when saved page , see in browser not appear on page , when trying debug inspect element shows me out of div. here code.can please advice here give thanks you.

<div id="tmp" align="center"> <font face="arial"> <apex:pageblock > <apex:pagemessage severity="error" strength="0" rendered="false" /> <apex:pagemessages /> </apex:pageblock> <table align="center"> <apex:outputpanel id="loginpanel" rendered="{!(and(ispickval($user.usertype,'guest'), $site.loginenabled))}"> <div id="content_wrap"> <div id="form_wrap"> <fieldset> <label for="j_id0:j_id1:j_id5:username">username:</label><apex:inputtext value="{!username}" id="username" required="true" size="40"/> <label for="j_id0:j_id1:j_id5:password">password:</label><apex:inputsecret value="{!password}" id="password" required="true" size="40"/> <apex:commandbutton action="{!login}" value="login"/> </fieldset> <apex:outputlink value="{!$page.timesheetsiteforgotpassword_v1}"> {!$label.site.forgot_your_password_q}</apex:outputlink> </div> <!--form_wrap --> <div id="text_wrap" style="width:100px;height:100%;"> </div> <!-- text_wrap --> <div> <table cellpadding="10"> <tr> <td align="center"> <table border="0" cellpadding="5" cellspacing="0" class="importantinfo"> <tr> <td> <img src="{!urlfor($resource.timesheet_wireframe_template_login,'kforce-50.jpg')}" alt="kforce 50th anniversary" /> </td> <td> <table border="0" cellpadding="5" cellspacing="0" class="importantinfo"> <tr> <td nowrap="nowrap" align="center"> <b>kforce time entry supports following:</b> <br /> <br /> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center"> <img src="{!urlfor($resource.timesheet_wireframe_template_login, 'ico-firefox.gif')}" alt="firefox 3.5" />firefox 3.5 </td> <td align="center"> <img src="{!urlfor($resource.timesheet_wireframe_template_login, 'ico-safari.gif')}" alt="safari 4" />safari 4 </td> <td align="center"> <img src="{!urlfor($resource.timesheet_wireframe_template_login, 'ico-opera.gif')}" alt="opera 10" />opera 10 </td> <td align="center"> <img src="{!urlfor($resource.timesheet_wireframe_template_login, 'ico-chrome.gif')}" alt="chrome" />chrome </td> </tr> </table> </td> </tr> <tr> <td align="left"> <ul> <li> utilize of time entry , time entry approval application in browser not listed cannot supported. </li> <li> general help available clicking link @ top right corner. </li> <li> if cannot utilize web time entry reason, please contact <b>kforce corporate helpdesk @ 1-866-807-5074</b>. </li> <li> please submit timecard close of business each monday. </li> <li> training for&nbsp;<a id="ctl00_contentplaceholder1_loginpageconsultanthelp" href="http://www.kforce.com/timeentry/help/kpay_training_updated/kpay_consultant_timeentryv1.htm" target="_blank">consultants</a>&nbsp;and&nbsp;<a id="ctl00_contentplaceholder1_loginpageapproverhelp" href="www.google.com" target="_blank">approvers</a> </li> </ul> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> </div> <!-- content_wrap --> </apex:outputpanel> <apex:outputpanel id="errorpanel" rendered="{!not(and(ispickval($user.usertype,'guest'), $site.loginenabled))}"> <tr> <td colspan="2">your lastly session not correctly ended. please sure log out when finish. please close browser , relaunch.</td> </tr> </apex:outputpanel> </table> <p /> </font> </div>

thank in advance.

javascript html css salesforce force.com

No comments:

Post a Comment