Hi Mark
Check out http://www.netsell.com.au/mfx under construction.
Why don't you slip in the boarded image and have the client look at it. He
may l change his mind
regards
Max
Latest News: (loading..)
New site for suggestions - Wow & Zen
Started by marklbishop, Feb 25 2003, 16:34
31 replies to this topic
#21
Posted 03 March 2003, 00:25
#22
Posted 12 March 2003, 09:21
Mark,
great site I like it, can tell me how you got that boxed border around your products when they are selected.
regards
tim
great site I like it, can tell me how you got that boxed border around your products when they are selected.
regards
tim
#23
Posted 12 March 2003, 16:40
I´m not sure which page or area you are referring to. If you give me more information about what you are looking for, I´ll be sure to tell you how I did it.
all the best,
Mark
all the best,
Mark
#24
Posted 12 March 2003, 22:33
Hi mark
How did you go with the images. send me the the URL.
Max
How did you go with the images. send me the the URL.
Max
#25
Posted 12 March 2003, 23:37
Hi Mark,
the page is http://www.wowandzen.com/product_info.php/.../products_id/31
I want to know how you did the white box which the product is in.
I also want to know how you removed Lets see what we have here when a product is selected and it is replaced with the product name, I have searched the forums but I couldn't find an answer.
Thanks
Tim
the page is http://www.wowandzen.com/product_info.php/.../products_id/31
I want to know how you did the white box which the product is in.
I also want to know how you removed Lets see what we have here when a product is selected and it is replaced with the product name, I have searched the forums but I couldn't find an answer.
Thanks
Tim
#26
Posted 12 March 2003, 23:44
Hi Tim
Its mark you need to speak with.
good luck with the site.
regards
MAX
Its mark you need to speak with.
good luck with the site.
regards
MAX
#27
Posted 13 March 2003, 02:44
Tim,
Thanks for the compliment. It's not hard, but I can't get the information today. I'm not in my office. I'll be out of town until Saturday. I'll be sure to post a reply then. Sorry for the delay.
All the best,
Mark
Thanks for the compliment. It's not hard, but I can't get the information today. I'm not in my office. I'll be out of town until Saturday. I'll be sure to post a reply then. Sorry for the delay.
All the best,
Mark
#28
Posted 15 March 2003, 05:58
Tim:
I"m back... Here's what I did:
I'm using a recent version of Ian's loaded so my line numbers may be different....
First of all, in my stylesheet.css I added a new class. I called it mainProd. Of course you can edit it as you like:
Then in the product_info.php around line 102 look for these lines (I'm only including extra lines to make it easier to identify)...
The only change you'll have to make here is to change the
Give it a try and tell me how it goes.
Mark
I"m back... Here's what I did:
I'm using a recent version of Ian's loaded so my line numbers may be different....
First of all, in my stylesheet.css I added a new class. I called it mainProd. Of course you can edit it as you like:
TD.mainProd {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 1.5;
border-style: solid;
border-width: 1px;
border-color: #97B57B;
padding: 3px;
background: #ffffff;
}
Then in the product_info.php around line 102 look for these lines (I'm only including extra lines to make it easier to identify)...
<td class="main"><table border="0" cellspacing="0" cellpadding="2" align="right"> <?php $image = $product_info_values['products_image'];
The only change you'll have to make here is to change the
<td class="main">to
<td class="mainProd">
Give it a try and tell me how it goes.
Mark
#29
Posted 15 March 2003, 07:31
Mark,
Thanks for your quick reply, that works, no problems.
Can you also tell me how how you removed Lets see what we have here when a product is selected and it is replaced with the product name, I have searched the forums but I couldn't find an answer
regards
tim
Thanks for your quick reply, that works, no problems.
Can you also tell me how how you removed Lets see what we have here when a product is selected and it is replaced with the product name, I have searched the forums but I couldn't find an answer
regards
tim
#30
Posted 15 March 2003, 16:31
Actually Tim, I'm not so sure if I made that change or if it was already part of Ian's loaded snapshot. :oops: I'm knocking my head around trying to remember.
#31
Posted 15 March 2003, 17:33
Tim,
Check the contributions area for a mod called Category descriptions (I think).
It adds the category names and a short description of the categories from the admin. Great tool!
Check the contributions area for a mod called Category descriptions (I think).
It adds the category names and a short description of the categories from the admin. Great tool!
Kim
~~~~~~~~~~~~~
~~~~~~~~~~~~~
#32
Posted 15 March 2003, 18:04
Thanks Kim. That's right. That contrib was included in Ian's Loaded Snapshot.














