CSS, Cascading Style Sheet, is a formatting tool. It can not connect to a database. You need to use a programming language like C#, JavaScript, or PHP.
Chat with our AI personalities
Add this: <link rel="stylesheet" href="normalview.css" type="text/css" media="screen" /> <link rel="styleshet" href="printview.css" type="text/css" media="print" />
If you are using an External style sheet, CSS can be changed by embedding CSS code into the HEAD tag after the link to the external CSS file.Embedded CSS must be contained within a STYLE tag.EXAMPLE:
If you mean: When configuring CSS to display a printed page, what property is used in the XHTML link tag?The answer is: the media attribute or media="print"Example:
<link href="basic.css" type="text/css" rel="stylesheet" media="screen"/> <link href="print.css" type="text/css" rel="stylesheet" media="print"/>
Put this in the <head> tags: <link rel="stylesheet" href="css/css.css"> /\ l Change this bit depending on where the css file is.