Sorry to ask this, i know its that simple.
Am working on Java for the first time.
All the tabs that i placed appears below the text. I want the tabs to be appearing right after the text towards the right.
Can someone help me with this.
Attached is the code.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<div id="wrapper">
<div id="header">
<h1>Service Ticket Case Template</h1>
</div><BR><BR><BR><BR><BR>
<ol type="1">
<lh><Center><h1>Case Template</Center></lh></h1><BR><BR>
<li>Scope : Inscope / Out of scope </li><BR><select name="">
<option value="">Inscope</option>
<option value="">Out Of Scope</option>
<option selected value=""></option>
</select>
<li>Has customer made any software /hardware changes (If yes, then please list the exact changes) : </li><BR><select name="">
<option value="">Yes</option>
<option selected value="">No</option>
</select>
<li>Has the customer run System Recovery : Yes / No </li><BR><select name="">
<option value="">Yes</option>
<option selected value="">No</option>
</select>
<li>Troubleshooting : </li><BR><BR><textarea name="" rows="" cols=""></textarea>
<li>Steps accomplished till ASG Intervention point? (if any) </li><BR><textarea name="" rows="" cols=""></textarea>
<li>Logic Flow Executed : Yes / No </li><BR><BR><select name="">
<option value="">Yes</option>
<option selected value="">No</option>
</select>
<li>Recap and Educated : Yes / No </li><BR><BR><select name="">
<option value="">Yes</option>
<option selected value="">No</option>
</select>
<li>Confirmed Resolution (Restarted PC) : Yes / No </li><BR><BR><select name="">
<option value="">Yes</option>
<option selected value="">No</option>
</select>
<li>Reason for No Resolution (If applicable) : </li><BR><textarea name="" rows="" cols=""></textarea>
<li>Refer to 3rd party details (If applicable): </li><BR><textarea name="" rows="" cols=""></textarea>
<li>Call Back Offered</li><BR><BR><textarea name="" rows="" cols=""></textarea>
</ol>
<br>
<input type="submit" name="submit" value="CopyToClipboard">
<script type="text/javascript">
function CopyToClipboard()
{
CopiedTxt = document.selection.createRange();
CopiedTxt.execCommand("Copy");
}
</script>
<BR><BR><BR><BR><BR>
<p id="footer">Case Template</a>By Sane</p>
</div>
</body>
</html>