Jump to content

raviprakashg

Members
  • Posts

    78
  • Joined

  • Last visited

Posts posted by raviprakashg

  1. i using 1024x 768 resolution as My desktop and Site's Page Layout Is 800x600, and he Layout is aligmed center in Browser window. Problem is The align Center is working Properly in IE but in Firefox it stay in left, what should i do to may it centre in both browser

    <div class="Div" >  <table width="780" border="0" cellpadding="0" cellspacing="0" bgcolor="#AFCAE4" id = "font3">    <tr bgcolor="#AFCAE4">       <td> |<a href="Index.asp">Home</a>|<a href="ShowProduct.asp?PC=''&Pk=''">View Product</a>         |<a href="Dealers.asp">Dealer</a>|<a href="Contact.asp">Contact</a>         |</td>      <td> </td>     </tr>  </table></div>[B]CSS : (External File)[/B]body {	margin:0px 1px; font-family: Verdana, Geneva, Arial, helvetica, sans-serif;	SCROLLBAR-FACE-COLOR: #f2f9fd;	SCROLLBAR-HIGHLIGHT-COLOR:#f2f9fd;	SCROLLBAR-SHADOW-COLOR: #336699;	SCROLLBAR-ARROW-COLOR: #336699;	SCROLLBAR-BASE-COLOR: #f2f9fd;	scrollbar-dark-shadow-color: #336699;	scrollbar-3d-light-color: #f2f9fd;	text-decoration: none;	font-size: 11px;	font-style: normal;	align : center;	color : #000000;	background-attachment: scroll;	background-image: url('Images/BG1.jpg');	background-repeat: repeat-y;	background-position: left top;	list-style-position: outside;	list-style-type: square}.Div { align : center; text-align: center}

  2. Dear Friends,I want to Know how to Maintain My DB Year By Year(Finacial), Now im using Ms Access, what I want is the user have to Select the Database of which year he want to access to Manipulate or Take ReportsKindly Help me in this MatterThanksYours Ravi prakash

  3. this My Query"Select StartDt,EndDt from Table1"Now i will get an Recordset with collection of StartDate and EndDate, What i want is form the recordset i want to get the MaxDate and MinDate from one of these field"i use ASP, MsAccess"i think u Understand my Problem, Help me pleaseUr Dear Ravi

  4. welcome to W3schools,first you store the collection of records in file(xls or csv format) by executing a query and dowload it to ur local system and then append or update the value in the file into ur localdatabase. this is the way i use nowi think this will help UDo u Know How to check Browser Capability using GLOBAL.asa (Like javascript Enable)Ravi Prakash

×
×
  • Create New...