mumbles Posted June 15, 2009 Share Posted June 15, 2009 Sorry guys I am a luddite and I am not very good at this sort of thing so I will start slowly. 1 I have managed to in stall the osCommerce programe and are at this time building my data base in my catalog and I am happy with way I am going thanks osCommerce 2 can some one help me with how to changw the front page Many thanks M Many thanks Mumbles "The Luddite" Just show me where to throw my Cloggs Link to comment Share on other sites More sharing options...
♥14steve14 Posted June 15, 2009 Share Posted June 15, 2009 Explain how you wish to alter the front page and others may help REMEMBER BACKUP, BACKUP AND BACKUP Link to comment Share on other sites More sharing options...
mumbles Posted June 16, 2009 Author Share Posted June 16, 2009 Explain how you wish to alter the front page and others may help Thanks Steve I was a little remiss about explaining what it was I wanted to do thanks for the guidance 1.I would like to change the colour of the background. 2.Move the Categories one column to the right rename it contents. 3.Widen the bar running below the Header and add some categories to it. 4.Finally move the" What's New" and the"Quick find" boxes to the Right the quick find could go on the bar below the header if that is able to be done Is that too much to ask If it is I am sorry One each day ? Many thanks Many thanks Mumbles "The Luddite" Just show me where to throw my Cloggs Link to comment Share on other sites More sharing options...
Guest Posted June 17, 2009 Share Posted June 17, 2009 Background color: stylesheet.css Move categories: find categories box noted in includes/column_left.php and move to to includes column_right.php rename it: includes/languages/yourlanguage find define('BOX_HEADING_CATEGORIES', 'Categories'); rename only the 'Categories' Widen the bar: in stylesheet.css find TD.headerNavigation { after your font line includes something like line-height: 30px; Move whats ne/quick find... see #2 Thanks Steve I was a little remiss about explaining what it was I wanted to do thanks for the guidance1.I would like to change the colour of the background. 2.Move the Categories one column to the right rename it contents. 3.Widen the bar running below the Header and add some categories to it. 4.Finally move the" What's New" and the"Quick find" boxes to the Right the quick find could go on the bar below the header if that is able to be done Is that too much to ask If it is I am sorry One each day ? Many thanks Link to comment Share on other sites More sharing options...
mumbles Posted June 18, 2009 Author Share Posted June 18, 2009 Background color: stylesheet.css Move categories: find categories box noted in includes/column_left.php and move to to includes column_right.php rename it: includes/languages/yourlanguage find define('BOX_HEADING_CATEGORIES', 'Categories'); rename only the 'Categories' Widen the bar: in stylesheet.css find TD.headerNavigation { after your font line includes something like line-height: 30px; Move whats ne/quick find... see #2 thanks I have managed most of that and it works thanks a lot Ian Many thanks Mumbles "The Luddite" Just show me where to throw my Cloggs Link to comment Share on other sites More sharing options...
Guest Posted June 18, 2009 Share Posted June 18, 2009 You are sure welcome, enjoy! thanks I have managed most of that and it works thanks a lot Ian Link to comment Share on other sites More sharing options...
mumbles Posted June 20, 2009 Author Share Posted June 20, 2009 You are sure welcome, enjoy! I don't think I killed it but until I understand more about how to build a web site when I get it going again I am leaving it alone better to have a less than perfect web page than an error string, Just an aside if each line is numbered where are the numbers so I can at least find the line with an error Parse error: syntax error, unexpected T_STRING in /home/sites/dicebynasm.com/public_html/includes/languages/english/index.php on line 19 Many thanks All Mumbles The Luddite just show me where to through my clogs Many thanks Mumbles "The Luddite" Just show me where to throw my Cloggs Link to comment Share on other sites More sharing options...
hlee Posted July 1, 2009 Share Posted July 1, 2009 Hi, I want to set the spacing between line inside the product categories box. Let's say in the categories product I have: Product 1, Product 2 and Product 3, what I want is to have more space between Product 1, Product 2 and Product 3 (more space between lines), so It looks nicer and more readable. Is anyone can tell me how to do this? Thanks. Link to comment Share on other sites More sharing options...
h2oHOH Posted July 1, 2009 Share Posted July 1, 2009 set the spacing In stylesheet.css find: .boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; line-height: 1.5em; } add 'line-height' rule... note: this will change the text line-height in all info boxes, if you only want to target product categories you'll have to create a unique style for that Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.