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

CSS/HTML

 


bercha
You know you could put a shortcut to css by inserting this code so you could shorten the script:
Code:
<LINK REL=stylesheet HREF="style.css" TYPE="text/css">

Is it possible to change it to a shortcut of html some sort of thing?
riv
No, you can't.

Edit: The only other way other than the <link> method to include your CSS file is to use "<style type="text/css" media="screen">@import url(style.css);</style>"
burningjacks
you can also use a link relation with JavaScript.
[/code]
Ranfaroth
bercha wrote:
Is it possible to change it to a shortcut of html some sort of thing?
It is posible to make a link to whatever you want. Just specify the aim in the rel attribute.
Some rel are already defined, like stylesheet (for stylesheet), but also next for the next page...
Read this spec.
Cassiowt
There exist a way to put a field "Input (HTML)" in "readonly” using CSS.

Thanks
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.