Websi Posted October 20, 2009 Posted October 20, 2009 Hello Oscommerce comunity. I am new here and new to oscommerce, I am more familiar with Zencart. I was asked to make a site with similar look to this one xttp://evolta.cl One of the things I need to come up with is the fine line around the web page. I will start with this first, there is two more things I need to know one regarding the header and the other one regarding footer that I will ask later, don´t know if I should ask them here or open a specific thread for that. I attach a .jpg showing my first question, how to make this fine line I already went to index.php and changed and played with <!-- body //--> <table border="1" width="778" cellspacing="0" cellpadding="5" align="center" bgcolor="#FFFFFF"> <tr> so I changed table border from 0 to 1 px but is to strong and it shows up in a couple of places that i don´t like see picture pict2 Thank you in advance http://img193.imageshack.us/img193/9951/evolt.jpg picture of effect needed http://img132.imageshack.us/img132/7878/pict2.jpg picture of my site after giving the 1px table border in index.php
a.forever Posted October 23, 2009 Posted October 23, 2009 The smallest border is 1px, but if you used <table border="1px"> that is invalid and should be <table style="border: 1px solid color;">. But what you're looking for can be completely controlled by stylesheet.css. First, undo whatever you did in index.php. Then download and install the add-on shown at this link: http://addons.oscommerce.com/info/2710 For a footer border, just modify TD.footer in stylesheet.css to your liking. For me, I added in border-top: 1px solid #000000; And then I would advise you to read everything at the following link to familiarize yourself with osCommerce: http://www.oscommerce.com/forums/topic/274968-how-do-i-all-the-basic-install-questions-regularly-asked/
Websi Posted October 23, 2009 Author Posted October 23, 2009 YEaaa! your are the man! (or woman!) That is exactly the shit I was needing, uff my brain was melting down. worked perfectly, I only had to change the bg. color. Sweet Thank you very much. uff I can sleep in peace now ! :rolleyes: I am so happy God bless you Yes the link of commonly asked question I visit it before asking question By
Recommended Posts
Archived
This topic is now archived and is closed to further replies.