Halfagain IM Forums
May 25, 2012, 00:41 *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Due to increasing spam we are forced to make this forum "Read Only". If you have an issue, most likely was discussed here. Use the Search function and try to find related discussions. If you can't find any helpful information, just email support at halfagain dot com"
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: template "style" code  (Read 684 times)
0 Members and 1 Guest are viewing this topic.
profit
Newbie
*

Karma: 10
Offline Offline

Posts: 1


« on: August 22, 2006, 03:18 »

Does your code look like this ... see below ... notice that after the < / head > and < body > tags the < STYLE > code goes on and on and on....

Is there a way to put this in a css file?  I always heard that this was better for the spiders so that they can process the content of the page faster.

Are you loading your style code in a separate file?

I have one domain with 50 different templates for each of my 50 different blogs.  I do not want to put the style code in the body of my code.

Do you have a solution?  Is the solution 50 css files?  Is this possible?

.
.
.
.
.
.

< / head >

< body >
< STYLE TYPE="text/css" >
a {
   color: #036;
}

a img {
   
   border-bottom: 1px solid #ccc;
   border-top: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-left: 1px solid #ccc;
}

a:visited {
   color: #369;
}

a:hover {
.
.
.
ETC. ETC. ETC. ETC. ETC.
.
.
.
.
.
.
< / STYLE >
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!