putnamehere
10-07-2005, 09:47 PM
heya, i know ccs cna working inside html files but whats the code to link to my (fonts.css), it prob really quuestion but i jsut dont no what to shear for lol.
|
View Full Version : linking to css file putnamehere 10-07-2005, 09:47 PM heya, i know ccs cna working inside html files but whats the code to link to my (fonts.css), it prob really quuestion but i jsut dont no what to shear for lol. pb&j 10-07-2005, 10:07 PM <link rel="stylesheet" type="text/css" href="fonts.css"> putnamehere 10-07-2005, 10:09 PM were do i put that then? kittycat 10-07-2005, 10:13 PM In between <head> and </head> Monkey Bizzle 10-07-2005, 10:13 PM were do i put that then? in the <head></head> section of your page. |