gabs Posted May 4, 2005 Posted May 4, 2005 Hi all, Wondering if anyone can point me in the right direction for editing individual info boxes... For example I need the search box to only have a text field and a submit button with no table around this box... Thanks... :blink:
♥Monika in Germany Posted May 4, 2005 Posted May 4, 2005 Hi all, Wondering if anyone can point me in the right direction for editing individual info boxes... For example I need the search box to only have a text field and a submit button with no table around this box... Thanks... :blink: <{POST_SNAPBACK}> Hi, each box is defined in the includes/boxes folder. You can edit them individually. includes/column_left/right.php calls the boxes and put them into order. Monika :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
gabs Posted May 4, 2005 Author Posted May 4, 2005 each box is defined in the includes/boxes folder. You can edit them individually. I understand that but the visual side of say the cart box I a gobal style... For example I need to put in a Cart logo in the cart box but shopping_cart.php calls the boxes include to style all boxes the same... I would be very greatful for Any pointers... Thanks..
♥Monika in Germany Posted May 4, 2005 Posted May 4, 2005 I understand that but the visual side of say the cart box I a gobal style... For example I need to put in a Cart logo in the cart box but shopping_cart.php calls the boxes include to style all boxes the same... I would be very greatful for Any pointers... Thanks.. <{POST_SNAPBACK}> In that case you need to copy the class used and alter it for other boxes, and rename them accordingly to be called by individual boxes. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Wendy James Posted May 4, 2005 Posted May 4, 2005 If it is a bit confusing you can always download one of the contributions that allow you to change the look if individual boxes. I think atleast one of them even has an admin area to use once it is installed. Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
gabs Posted May 4, 2005 Author Posted May 4, 2005 Thanks .... I know how to re-define a new class but just wondered if a better method has been created as this would produce twice as much code... Thanks...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.