viinikauppa Posted December 15, 2002 Posted December 15, 2002 Is there any easy use tool (like Dreamweaver or other) to modify the layout of OSCommerce ... I'm using it in Linux server and MySql but home computer is running under Windows XP. Any suuggestion neede, Greetings Kari Our site looks like this now ... www.viinikauppa.com :? :?
Guest Posted December 15, 2002 Posted December 15, 2002 Your site looks very nice as it is. What are you wanting to change? You can add background graphics and change clors with the stylesheet. If you want to remove an element you can comment out the code or delete it all together. You can move blocks of code to change the position of an element. The HTML can be edited to change the look......So, what do you want to do?
viinikauppa Posted December 15, 2002 Author Posted December 15, 2002 I am little bit novice using code directly so that is why I am looking for some editor ... Greetings, Kari
mattice Posted December 15, 2002 Posted December 15, 2002 the 'problem' is php code and html code are combined. Sometimes a block of php code is followed by pure HTML code, sometimes php is used to actually create the html code. For instance on the manufacturer dropdown... php pulls all info from the database and 'writes' a HTML dropdown to the screen. Therefore there is no editor you can really use for 're-styling'. You can edit the plain html though, but not in a WYSIWYG editor. Try PHPEdit ( www.phpedit.org ) It's free and knows php / html. HTH Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them"
Guest Posted December 15, 2002 Posted December 15, 2002 Have you downloaded the manual from http://www.oscdox.com ? If not I would recommend it. It has step by step instructions for some basic changes and you can add from there.
viinikauppa Posted December 15, 2002 Author Posted December 15, 2002 Thank's ... have to check ... Kari
Recommended Posts
Archived
This topic is now archived and is closed to further replies.