TableScan Turbo Forums

TableScan Turbo Forums (http://www.tablescanturbo.com/forums/index.php)
-   General Questions (http://www.tablescanturbo.com/forums/forumdisplay.php?f=1)
-   -   how can we link external style sheet? (http://www.tablescanturbo.com/forums/showthread.php?t=181406)

fastestfeed 05-04-2018 10:53 PM

how can we link external style sheet?
 
how can we link external style sheet?

krishna mehra 05-05-2018 12:16 AM

External style sheet contains the CSS rules within it. You should always make CSS external as it can be used over other pages and it can be cached when needed.

How to link? : You can link CSS using link tag. Here it is,

<link rel="stylesheet"type="text/css"href="theme.css">


Cafeteria Chair Manufacturers in Delhi
Cafeteria Chair Manufacturers in Noida
Cafeteria Chair Manufacturers in Gurgaon

Lokesh 05-16-2018 04:44 AM

Within the HEAD section of each of the web pages in your website, add a link to the external style sheet. Here's the tag, assuming your style sheet is named mystyle.css:

<link type="text/css" rel="stylesheet" href="style/mystyle.css" />


All times are GMT -5. The time now is 07:32 AM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.