FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

CSS Help

 


Lollirot
I have a set of CSS or what-not that I edited for use on my page...
However, I have no program that saves the style sheets in .css format.
[ Microsoft Office was bootleg by the ass who ****** over my parents for this PC. So I have no FrontPage. ]

So I have no way to save it that I know of?
And I have no where to host...

What can I use to save the format?
And where could I host it free?
Esch
CSS files are just plain text with a .css extension; you can use notepad to create them, if you like. When you save your text in notepad, just name your file with a .css extension and everything should be fine -- if your editor appends .txt or something after the name of your file, put your filename in quotes when you save it, e.g. "test.css".

As far as hosting goes, you can host them in the same place as your html files. I'm assuming you have a frihost account, so you could always host them there...
parokya
Notepad can save your file with *.css extension. And then you can call it on your web page via
Code:

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


Put the code just above </head>
defnet
If it is a single html page you could also embed the CSS code by doing the following:
Code:

<style type="text/css">
/*CSS code comes here:D*/
body {
    color: white;
    blah;
    blah;
</style>
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.