Link to home
Start Free TrialLog in
Avatar of Manikandan Thiagarajan
Manikandan ThiagarajanFlag for India

asked on

i want to add bullet point bere the text in the screen

i want to add bullet point bere the text in the screen
Advanced-Search-issue.doc
Avatar of Manikandan Thiagarajan
Manikandan Thiagarajan
Flag of India image

ASKER

here is my code

i want to add bullet point before authenticate client
<%@ page contentType="text/html"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<f:view>
	<h:form styleClass="form" id="WorkWithAClientForm">
		<link href="<%=request.getContextPath()%>/theme/main.css"
			type="text/css" rel="stylesheet">

		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tbody>
				<tr>
					<td colspan="2" class="txt" valign="top">
		 			<table width="100%" border="0" cellpadding="1" cellspacing="0">
						<tbody>
							<tr>
								<td valign="top" width="100%">
								<table width="100%" border="0" cellpadding="0" cellspacing="0">
									<tbody>
										<tr valign="top">
											<td class="txt"
												background="WorkWithAClient_SearchResults_ClickOnUsrID_files/tab_bg.htm"
												bgcolor="#eeeeee" height="400"></td>
											<td class="txt" width="100%" bgcolor="#ffffff">
											<table width="100%" border="0" cellpadding="5"
												cellspacing="0">
												<tbody>
													<tr>
														<td class="txt">
														<table width="100%" border="0" cellpadding="5"
															cellspacing="0">
															<tbody>
																<tr valign="top" bgcolor="#ffffff">
																	<td class="hblack" colspan="2" bgcolor="#ffffff">
																	<table width="100%" border="0" cellpadding="0"
																		cellspacing="0">
																		<tbody>
																			<tr>
																				<td bgcolor="#ccccff">
																				<table width="100%" border="0" cellpadding="5"
																					cellspacing="1">
																					<tbody>
																						<tr>
																							<td class="txt" width="89%" bgcolor="#eeeeee">
																							<span class="hblue12">Work with a Client:</span><span
																								class="hblack"> p1test001 </span></td>
																						</tr>
																					</tbody>
																				</table>
																				</td>
																			</tr>
																		</tbody>
																	</table>
																	</td>
																</tr>
																<tr valign="top" bgcolor="#ffffff">
																	<td class="txt" colspan="2" bgcolor="#ffffff"></td>
																</tr>
																<tr valign="top" bgcolor="#ffffff">
																	<td class="txt" colspan="2" bgcolor="#ffffff"><span
																		class="hblack">Select an Action</span><br>
																	<h:outputLink value="WorkWithAClient_Authenticate.jsp">
																		<h:outputText value="AuthenticateClient" />
																	</h:outputLink><br>
																	<h:outputLink value="WorkWithAClient_InvalidateSession.jsp">
																		<h:outputText value="Invalidate client session" />
																	</h:outputLink><br>
																	<h:outputLink value="index.jsf">
																		<h:outputText value="View Client Profile" />
																	</h:outputLink><br>

																	<h:outputLink value="index.jsf">
																		<h:outputText
																			value="View Site
                                                                As Client(Editable)" />
																	</h:outputLink><br>

																	<h:outputLink value="WorkWithAClient_MonitorClientEnrollmentStaus.jsp">
																		<h:outputText value="Monitor client enrollment status" />
																	</h:outputLink><br>

																	<h:outputLink value="index.jsf">
																		<h:outputText value="Digital Key Maintenance" />
																	</h:outputLink><br>
																	
																	<h:outputLink value="index.jsf">
																		<h:outputText value="View Client Accounts Information" />
																	</h:outputLink><br>

																	</td>
																</tr>

																<tr valign="top" bgcolor="#eeeeee">
																	<td class="txt"> <h:commandButton value="Switch to another client ID" styleClass ="button" /></td>
																	<td class="txt" align="right"></td>
																</tr>
															</tbody>
														</table>
														</td>
													</tr>
	</h:form>
</f:view>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Espavo
Espavo
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
<h:outputLink value="WorkWithAClient_Authenticate.jsp">
                                                                                                                                                <h:outputText value="AuthenticateClient" />
                                                                                                                                        </h:outputLink><br>
                                                                                                                                        <h:outputLink value="WorkWithAClient_InvalidateSession.jsp">
                                                                                                                                                <h:outputText value="Invalidate client session" />
                                                                                                                                        </h:outputLink><br>
                                                                                                                                        <h:outputLink value="index.jsf">
                                                                                                                                                <h:outputText value="View Client Profile" />
                                                                                                                                        </h:outputLink><br>

                                                                                                                                        <h:outputLink value="index.jsf">
                                                                                                                                                <h:outputText
                                                                                                                                                        value="View Site
                                                                As Client(Editable)" />
                                                                                                                                        </h:outputLink><br>

                                                                                                                                        <h:outputLink value="WorkWithAClient_MonitorClientEnrollmentStaus.jsp">
                                                                                                                                                <h:outputText value="Monitor client enrollment status" />
                                                                                                                                        </h:outputLink><br>

                                                                                                                                        <h:outputLink value="index.jsf">
                                                                                                                                                <h:outputText value="Digital Key Maintenance" />
                                                                                                                                        </h:outputLink><br>
                                                                                                                                       
                                                                                                                                        <h:outputLink value="index.jsf">
                                                                                                                                                <h:outputText value="View Client Accounts Information" />
                                                                                                                                        </h:outputLink><br>


here i want to add the bullet point