Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is X?
Message
General information
Forum:
Games
Category:
Trivia
Title:
Miscellaneous
Thread ID:
00752760
Message ID:
00753467
Views:
59
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform