|
Post by Wormopolis on Mar 2, 2012 20:12:45 GMT -8
because the cbox is in that table. adding the bottom padding will move the line down. try it.
|
|
|
Post by tunescool on Mar 2, 2012 21:22:08 GMT -8
i seriously cant get it, can you just put that line together
|
|
|
Post by Wormopolis on Mar 2, 2012 21:26:54 GMT -8
its literally the table directly above the cbox code <table cellspacing="0" cellpadding="0" align="center" width="1298px" class="menutable" style="padding-bottom:10px"> <tbody><tr> <td width="50%" valign="top" style="padding-left: 5px;" class="menutable"> <!-- BEGIN CBOX - www.cbox.ws - v001 -->
|
|
|
Post by tunescool on Mar 2, 2012 22:02:19 GMT -8
thanks wormer i would have never got that
|
|
|
Post by tunescool on Apr 10, 2012 14:23:42 GMT -8
i have the spoiler on the bottom of a table, i just used brs. i just noticed in safari its not the same, everything else lines up the same. so i added <div align="right" vAlign="bottom" style="padding-right:9px;"> but that didnt change anything. i dont know what i could do or why its different in safari but everything else is the same
|
|
|
Post by Wormopolis on Apr 10, 2012 15:03:45 GMT -8
I dont have safari to look.
|
|
|
Post by tunescool on Apr 10, 2012 18:51:07 GMT -8
well how would i align it on the bottom of the table in firefox without the brs
|
|
|
Post by tunescool on Apr 14, 2012 22:48:51 GMT -8
well how would i align it on the bottom of the table in firefox without the brs
|
|
|
Post by Wormopolis on Apr 15, 2012 14:36:20 GMT -8
change the TD that surrounds it to be vAlign="bottom"
|
|
|
Post by tunescool on Apr 15, 2012 16:31:26 GMT -8
i cant because i have text aligned at the top in that td
|
|
|
Post by Wormopolis on Apr 16, 2012 5:47:58 GMT -8
you cant simultaneously have something align to the top and the bottom in the same cell. I hate to say, especially with your history of tables going wrong, but the only way to split the content is to put a 2 row table in there. the top cell vAlign='top' and the bottom cell vAlign='bottom'
and even then.. Im not sure its going to be right in Chrome/Safari because they dont inherit height from the parent.
|
|
|
Post by tunescool on Apr 17, 2012 1:16:20 GMT -8
i dont want to deal with more tables in tables. i dont want to name it a gallery or archives because i dont think first time visitors will get it, so i have the long text and thats the only place it looks good. as much as it bugs me that in safari it looks dumb ill leave it
|
|
|
Post by Wormopolis on Apr 17, 2012 18:00:07 GMT -8
That might just be better for you since the other way is going to cause more headaches
|
|
|
Post by tunescool on Apr 17, 2012 18:08:34 GMT -8
alrite
|
|