kbakba Posted July 11, 2005 Share Posted July 11, 2005 Hi, just a detail question. I would like to add a round corner to a Box that doesn't already have one. How do I do that???????? Link to comment Share on other sites More sharing options...
karmapool Posted July 11, 2005 Share Posted July 11, 2005 ehllo the function that builds the box is called with a line like this new infoBoxHeading($info_box_contents, false, true); if you want a round corner pass a true to the function in this example the right corner will be round hope this helps Billy Link to comment Share on other sites More sharing options...
kbakba Posted July 11, 2005 Author Share Posted July 11, 2005 I wouldn't have guessed That! Thank you. I still need to figure out what file to look in, and if each Box is easily identifiable in the code.. I'm rounding the Languages Box's right corner Link to comment Share on other sites More sharing options...
kbakba Posted July 13, 2005 Author Share Posted July 13, 2005 HI, Can someone tell me what file I need to go to, to make the above changes?? Thank you Link to comment Share on other sites More sharing options...
kbakba Posted July 13, 2005 Author Share Posted July 13, 2005 FIGURED IT OUT BY MYSELF! you go to catalog/includes/boxes......... Then you select the "box name". php file in question, find the new infoBoxHeading($info_box_contents, false, true); and play around with the true/false to determine which side of the box you want the round corner. SIMPLE! FAST!!!!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.