Guest Posted June 16, 2006 Share Posted June 16, 2006 Hi :'( I?m new to osCommerce, I have always designed website using Dreamweaver, now using Dreamweaver 8 .. I have purchased a template and installed it ok for the first time at.. http://www.pharma-india.net/catalog/ :blink: have a look :( When I try to open index.php it in Dreamweaver all the tables are all over the place :angry: and I cannot see the graphics >_< .. is there a way I can edit the layout of the template and see the layout as displayed in the browser.. What I?m I doing wrong? I have no clue about php, but are willing to learne Hope you can help Matt Link to comment Share on other sites More sharing options...
scootd Posted June 16, 2006 Share Posted June 16, 2006 is there a way I can edit the layout of the template and see the layout as displayed in the browser..Design view in DW has a very limited use with PHP development, unlike xHTML. Use code view for your page editing and css for page design styling. Use your browser to preview your changes ...scot Link to comment Share on other sites More sharing options...
jasonabc Posted June 16, 2006 Share Posted June 16, 2006 PHP code is executed by the server which is why you can't see it in Dreamweaver (as that only displays client-side HTML). You have to preview your changes in a web browser (this can be done locally (via http://localhost/) if you have PHP, MySQL and Apache installed. Otherwise you'll have to FTP your pages up to your webserver and preview in a browser from there. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.