WAHM Forums
The WAHM community forum was created to be a place for work at home moms to share their ideas and stories. In the forum you can find information about work at home jobs, starting home businesses, avoiding scams, and surviving the WAHM lifestyle. In support of the WAHM community, WAHM.com also features instructional articles, easy recipes, as well as job and business listings tailored specifically to work at home opportunities.
View Full Version : Web Design Software
lizscgc
04-02-2006, 04:07 PM
Can anyone recommend a simple web design software thatwould becompatible with my current oscommerce site?
What I really need to do is just learn some simple codes so I can do some rearranging of images and text on my website. I've been trying to move things around on my index page but all of the <tr>, <td>, <table>, etc. codes have my head spinning.
Any suggestions?? Thanks!
What I really need to do is just learn some simple codes so I can do some rearranging of images and text on my website. I've been trying to move things around on my index page but all of the <tr>, <td>, <table>, etc. codes have my head spinning.
Any suggestions?? Thanks!
chrlstoncharmed
04-02-2006, 04:19 PM
Web design software won't really help because all the oscommerce files are in PHP, which doesn't show up in the design mode of an editor.
There is a modification you can install to oscommerce called Define Mainpage (http://www.oscommerce.com/community/contributions,86/category,all/search,define+mainpage) that will allow you to edit your index page from your administration area. This is a great help when you want to frequently change out images and text.
smileys/smiley1.gif
<!--
var SymRealOnLoad;
var SymReal;
Sym()
{
window.open = SymWinOpen;
if(SymReal != null)
SymReal();
}
SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymReal = window.;
window. = Sym;
}
SymRealOnLoad = window.onload;
window.onload = SymOnLoad;
//-->
There is a modification you can install to oscommerce called Define Mainpage (http://www.oscommerce.com/community/contributions,86/category,all/search,define+mainpage) that will allow you to edit your index page from your administration area. This is a great help when you want to frequently change out images and text.
smileys/smiley1.gif
<!--
var SymRealOnLoad;
var SymReal;
Sym()
{
window.open = SymWinOpen;
if(SymReal != null)
SymReal();
}
SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymReal = window.;
window. = Sym;
}
SymRealOnLoad = window.onload;
window.onload = SymOnLoad;
//-->
lizscgc
04-03-2006, 07:59 AM
Thank you! If it's an easy install, I will give it a try. Otherwise, I guess I just keep toying with things until I get it the way I want it. smileys/smiley36.gif