cameront21 Posted October 8, 2007 Share Posted October 8, 2007 I cant figure out how to edit a certain piece of the border around my boxes. As well I have not been able to figure out how to remove this "whats new?" icon. Ive attached an image for reference. I appreciate all help I searched many times for info on both and came up empty http://img214.imageshack.us/my.php?image=questionpl0.gif thanks so much cameront21 Link to comment Share on other sites More sharing options...
cameront21 Posted October 9, 2007 Author Share Posted October 9, 2007 /bump Link to comment Share on other sites More sharing options...
cameront21 Posted October 9, 2007 Author Share Posted October 9, 2007 updated image maybe thats why nobody answered? http://img404.imageshack.us/my.php?image=questionte9.gif Also I did a document/source code search for the hex number for the color that is not changing on the border in the reference image on the stylesheet.css file located in pub_html folder and got no results. Thanks for your time cameront21 Link to comment Share on other sites More sharing options...
cameront21 Posted October 9, 2007 Author Share Posted October 9, 2007 another reference image http://img509.imageshack.us/my.php?image=question2kg6.gif Link to comment Share on other sites More sharing options...
Guest Posted October 9, 2007 Share Posted October 9, 2007 The EASY way to remove those corners for your boxes (all of them) is to download pixel_trans.gif, rename it to the same name as the offending image (corner_left.gif corner_right.gif) and then upload the two new images. The bigger image can be commented out like this <?php echo// tep_image(DIR_WS_IMAGES just add the // and it won't show up anymore. Link to comment Share on other sites More sharing options...
cameront21 Posted October 9, 2007 Author Share Posted October 9, 2007 what file is <?php echo// tep_image(DIR_WS_IMAGES in? didnt find in index.php file? thanks again Link to comment Share on other sites More sharing options...
Guest Posted October 9, 2007 Share Posted October 9, 2007 Near the bottom after it says "default page" Link to comment Share on other sites More sharing options...
cameront21 Posted October 9, 2007 Author Share Posted October 9, 2007 as well i do not have corner_left.gif corner_right.gif image files in my pub_html/images folder? any ideas? thanks for the help cameront21 Link to comment Share on other sites More sharing options...
Guest Posted October 9, 2007 Share Posted October 9, 2007 images/infobox/file name.gif Link to comment Share on other sites More sharing options...
cameront21 Posted October 9, 2007 Author Share Posted October 9, 2007 wonderful, everything ive asked has gotten an answer and ive been able to fix. Last layout design problem im having is that the bottom bar that goes across the screen that has the date and other info is not spanning all the way across. Picture attached for reference. Also once i fix that I would like to center the site in the middle of the screen so i have a margin on the left and right. Info on how to do this is greatly appreciated. Thank you again for all help thus far. http://img119.imageshack.us/my.php?image=bottomofpageql6.gif thanks cameront21 Link to comment Share on other sites More sharing options...
Guest Posted October 9, 2007 Share Posted October 9, 2007 It is called your "footeer" and is in catalog/includes/footer.php. If you changed the width of your site you will need to change the width of the footer also so they match. To center your site check out the contributions section OR just add the center attribute to the tables you need to center; <table align="center" .......> You will need to do this for the header, footer and all your pages. It is the first table in your pages right under the body tag; <!-- body //--> <table align="center" .....> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.