June 6, 201214 yr hey, Just wondering why the cells in the 2nd column here are not aligned correctly - I've aligned the text right but now it's all jagged - admittedly I've not used tables much...I'm sure I can figure this but it's more of a time issue, needs to be fixed asap. My link Also, why is the tight hand border being ignored - it should be the same as the left. Any tips appreciated, cheers
June 6, 201214 yr Author Hey Shaun, tried a width on the table head but no joy... cibgraphics - do cells float by default as I don't think I've floated mine?
June 6, 201214 yr They do not float by default. You have floated yours on line 1485 .alignright, img.alignright { display: inline; float: right; margin-left: 24px; margin-top: 4px; } HTML for reference: <td></td> <td class="alignright">Peak Gain</td> <td class="alignright">As of May 31st</td> Edited June 6, 201214 yr by cibgraphics
June 6, 201214 yr Author ok cheers, sorry, working on third party code, hadn't even seen that same .alignright class! thanks again!
June 6, 201214 yr The left margin should also be removed. Split the .alignright and img.alignright into two different styles.
June 6, 201214 yr ok cheers, sorry, working on third party code, hadn't even seen that same .alignright class! thanks again! Make sure you are using developer tools in your browser. I found the issue within seconds using Firebug for Firefox.
Create an account or sign in to comment