Thread: Metal
View Single Post
  #6  
Old 23rd October 2010, 18:42
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
default.css or 1.css will sit in root where all site files sit, public_html/

you should NOT need the sql but here is sql to instert stylesheets.


Code:
INSERT INTO `stylesheets` VALUES (1, '1.css', '(default)');
INSERT INTO `stylesheets` VALUES (2, '2.css', 'Large text');
INSERT INTO `stylesheets` VALUES (3, 'name_of_stylesheet.css', 'Style_Name_Here');
and images should go into pic/
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote