Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Clean Templates
#1
Okey my clients need a very clean templates.

so I delete some code from the templates cardinal.
it is okey or will it destroy functions on the site ?

I style all my page self and get/call the css files
from my own css folder ... some page is different
and it is for that reason I use inline-css.

in templates:

<html>
<head>

<?php get_header(); ?>

</head>

<?php get_page_content(); ?>

</body>
</html>

in my page:

<meta charset="utf-8" />
<title>my test photo</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<meta content="" name="generator" />
<link href="" rel="start" title="my test photo" />
<link href="/simple/css/layout.css" media="screen" rel="stylesheet" type="text/css" />

<style id="inline-css" media="screen, projection" type="text/css">
body#body {
font-family: arial, sans-serif;
background-color: #ffffff;
color: #333333;
}
</style>

Please tell me if I did it wrong or if you have a better choice ! Thanks Wink
We had all been beginners :)
Reply
#2
should be fine
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply




Users browsing this thread: 1 Guest(s)