View Full Version : How to upload my CSS
Gfriedm1
06-01-2006, 09:44 PM
Alright, so i have successfully installed my php script. i would like to know how i go about uploading my CSS file and editing it for layout. i am familiar with HTML code, however i do not know where i go about editing. which file do i edit, etc.
thanks for the help.
Greatly apprecaited.
Steven Myers
06-02-2006, 02:18 AM
The layout coloring and etc will be located in your main.css, whichever template you're using, you'll have to look in your /templates/yourtemplate/style and edit the main.css and set the values to your likings.
You can use any editor for the css, even notepad, but with notepad you need to make sure you save it as .css. Also, to upload your files, choose ws_ftp or smartftp, of course any ftp application will do fine, just pick one that fits you best.
Let us know if you have any other questions.
Good Luck!
Gfriedm1
06-02-2006, 05:54 PM
Steve,
Thanks for the help. i am going to look into. i am familiar with writing CSS and this should not be a problem. is it possible to link my existing CSS with the directory, or i would be better copy and pasting the info from that CSS file to a new one?
Thanks again.
Steven Myers
06-03-2006, 02:50 PM
Each template has it's own css, I am no designer, so you would have to ask anon, Optimit, David or Boby about those things, or the other members on the forum who do web designing.
Sorry :(
KartKorner
06-03-2006, 09:09 PM
I just add mine into my header.tpl file. Add it just before the <body> tag and if you have a style that replicates a style from the default main.css file thn your style will override the already called upon css file.
Content visible to registered users only.
yes,
for example:
<link rel="stylesheet" type="text/css" href="http://www.WhereverInTheWorldYourOtherCssFileIsLocated.co m/nameofcss.css" />
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.