Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is X?
Message
Information générale
Forum:
Games
Catégorie:
Question
Titre:
Divers
Thread ID:
00752760
Message ID:
00753467
Vues:
62
>>Nadya;
>>
>>I will send you some examples of connection strings using ASP and you can choose what you want or need. I will leave it to you to take care of server names, passwords and the like. By the way I use this as an INCLUDE file so it is easy to modify in Notepad if you have to. See the example of the ASP form I sent to you to see how to use it as an INCLUDE file, etc.
>>
>>Tom
>
>Thanks. How to include an include file I already know :) I also figured out how to include css file, though I may be incorrect. Here is from my TestData.ASP:
>
>
><%@ LANGUAGE = "VBSCRIPT"   
><% Option Explicit   
><HTML>
><STYLE type=text/css>
> PRE {
>	COLOR: brown
> }
> @import url(general.css);
></STYLE>
><HEAD>
><Title>Database test</Title>
Nayda;

I also use an INCLUDE file for my CSS.
<style type="text/css" >
<!--
body {color: black ;
		font-size: 14px ;
		font-weight: bold }
.frmBackground {background-color : 008080}
.divBackground {background-color : D2B48C}
.tblHeaderBackground {background-color : F08080}
.tblOddRowBackground {background-color : FFFFFF}
.tblEvenRowBackground {background-color : FFFFE0}
.style1 {color: black ;
		font-size: 24px }
.style2 {color: black ;
		font-size: 14px }
.style3 {color: black ;
		font-size: 9px }
.style4 {color: black ;
		font-size: 4px }		
.style5 {color : 000FFF}
.frmReports (background-color : F08080)
-->

</style>
CSS is an interesting topic.

Tom
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform