inherit
37377
0
Nov 20, 2006 14:23:41 GMT -8
Skandalouz™
AllSeeingEyes' #1 Fan
1,981
February 2005
username1989
|
Post by Skandalouz™ on Jun 24, 2005 21:39:12 GMT -8
does anyone know how to create one?
|
|
inherit
5
xdreamreaverx blackhand2099
0
Sept 29, 2014 11:28:11 GMT -8
ĐR
Missin' the good ol' days
19,719
January 1970
roamer1
|
Post by ĐR on Jun 24, 2005 21:55:07 GMT -8
Yup. Open up notepad and enter your CSS without adding the <style> tags. Then when you're done save the file with a .css extension and set the file type to "all files" So when saved it would look like:
stylesheetexample.css
|
|
inherit
37377
0
Nov 20, 2006 14:23:41 GMT -8
Skandalouz™
AllSeeingEyes' #1 Fan
1,981
February 2005
username1989
|
Post by Skandalouz™ on Jun 24, 2005 22:01:39 GMT -8
then u have to host it right?
|
|
inherit
5
xdreamreaverx blackhand2099
0
Sept 29, 2014 11:28:11 GMT -8
ĐR
Missin' the good ol' days
19,719
January 1970
roamer1
|
Post by ĐR on Jun 24, 2005 22:02:23 GMT -8
Yup. You can host it at ripway
|
|
inherit
37377
0
Nov 20, 2006 14:23:41 GMT -8
Skandalouz™
AllSeeingEyes' #1 Fan
1,981
February 2005
username1989
|
Post by Skandalouz™ on Jun 24, 2005 22:05:25 GMT -8
kinda confused, notepad doesnt have .css as one of the save types. and when u say with out the style tags do u mean <!-- .titlebg {background-image: url(URL TO GRAD); background-repeat: repeat;} -->
instead of
<style type="text/css"> <!-- .titlebg {background-image: url(URL TO GRAD); background-repeat: repeat;} --> </style>
|
|
inherit
5
xdreamreaverx blackhand2099
0
Sept 29, 2014 11:28:11 GMT -8
ĐR
Missin' the good ol' days
19,719
January 1970
roamer1
|
Post by ĐR on Jun 24, 2005 22:06:40 GMT -8
Correct that is how you'd add it. When you save the file you select "All files" from the file types and manually type in the .css extension in the filename.
|
|
inherit
37377
0
Nov 20, 2006 14:23:41 GMT -8
Skandalouz™
AllSeeingEyes' #1 Fan
1,981
February 2005
username1989
|
Post by Skandalouz™ on Jun 24, 2005 22:13:25 GMT -8
ok thanks ill try it. once i have it hosted and all i just throw it in my global header?
|
|
inherit
5
xdreamreaverx blackhand2099
0
Sept 29, 2014 11:28:11 GMT -8
ĐR
Missin' the good ol' days
19,719
January 1970
roamer1
|
Post by ĐR on Jun 24, 2005 22:19:06 GMT -8
To use it on your board you'd place this in the global header and insert the url for the file from ripway
<link rel="StyleSheet" href="URL OF CSS FILE HERE">
|
|
inherit
37377
0
Nov 20, 2006 14:23:41 GMT -8
Skandalouz™
AllSeeingEyes' #1 Fan
1,981
February 2005
username1989
|
Post by Skandalouz™ on Jun 24, 2005 22:21:38 GMT -8
ok thanks a lot Dreamwreaver
|
|
inherit
5
xdreamreaverx blackhand2099
0
Sept 29, 2014 11:28:11 GMT -8
ĐR
Missin' the good ol' days
19,719
January 1970
roamer1
|
Post by ĐR on Jun 24, 2005 22:22:45 GMT -8
No probs m8
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 24, 2005 22:52:35 GMT -8
Remove the <!-- and --> as well, it has no purpose inside external CSS files.
|
|
inherit
29687
0
Dec 11, 2006 0:27:09 GMT -8
Legendary SSJ Goku
The Legendary Strength revealed...
450
August 2004
lssjg
|
Post by Legendary SSJ Goku on Jun 24, 2005 23:35:39 GMT -8
also, some notepads you can type NAMEOFFILE.css but other you have to "NAMEOFFILE.css" with the " and ".
|
|
inherit
The Jedi Master of Proboards PBS Oscars: Most Unique
6777
0
Nov 19, 2012 0:15:08 GMT -8
Tommy Huynh
Coffee isn't my cup of tea.
19,374
January 2003
swg2
|
Post by Tommy Huynh on Jun 25, 2005 0:42:02 GMT -8
To use it on your board you'd place this in the global header and insert the url for the file from ripway <link rel="StyleSheet" href="URL OF CSS FILE HERE"> <link rel="StyleSheet" href="URL OF CSS FILE HERE" />
|
|