EyeSites blog.css Upload Problems
If you are on a server that does not allow the upload of the separate blog.css document (external style sheet), please do the following:
In your eyesite template there is a line of text toward the top of the page. It is somewhere between the <head></head> tags.
It says:
<link rel=stylesheet type="text/css" href="blog.css">
replace it with
<style type="text/css">
</style>
Then, in the space between <style type="text/css"> and </style> add the entire contents of the style sheet (blog.css), so you will have
<style type="text/css">
body, p, td, li, ul, input
{color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif}
etc. etc...
</style>
Of course, there will be much more than in the above example.
I hope this makes sense.
Here is a good article on the How Tos of Cascading Style Sheets (CSS).
<--back to the EyeSites.
|
Downloadable Graphics
Show us your support by a donation and we'll show our appreciation with a link back to your site. More information-->
|