meshdesign Posted May 8, 2009 Posted May 8, 2009 on the site i am developing: AKS Online you will see the menu on the left hand side - padding occurs at the top and the bottom of it. Using my web developers toolbar i can track the html that the php outputs to: <td align="center"><img src="images/site_images/menu-top.png" alt="Menu Top"></td> </tr> <tr> <td class="left_menu_table_outer"><table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="left_menu_left_top_corner"></td> <td class="left_menu_line_color"></td> <td class="left_menu_right_top_corner"></td> </tr> <tr> <td class="left_menu_line_color"></td> <td id="menu"><a href="index.php">Home</a></td> <td class="left_menu_line_color"></td> </tr> <tr> <td class="left_menu_line_color"></td> <td><table class="infoBoxContents" border="0" cellpadding="3" cellspacing="0" width="100%"> <tbody><tr> <td><img src="images/pixel_trans.gif" alt="" border="0" height="1" width="100%"></td> </tr> the code that i need to change is this: <td><table class="infoBoxContents" border="0" cellpadding="3" cellspacing="0" width="100%"> where i need to change the cellpadding to 0, however i looked through multiple files and can't find where its being sotred in the php. Anybody have any ideas of where i should be looking? Thanks Dan
meshdesign Posted May 10, 2009 Author Posted May 10, 2009 still havent solved this one yet, anybody shed any light?
Guest Posted May 10, 2009 Posted May 10, 2009 I can't tell from that snippet which file it is as that could be coming from many different files. Use the html comments in the page source to identify which file it is. It's probably a file included by left_column.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.