|
Post by tunescool on Dec 13, 2012 15:24:28 GMT -8
what do you mean 2 selectors, in the table or in the forum
|
|
|
Post by Wormopolis on Dec 14, 2012 2:41:21 GMT -8
the whole forum because its on ALL table tags
|
|
|
Post by tunescool on Dec 14, 2012 2:56:07 GMT -8
so what do i have to do
|
|
|
Post by Wormopolis on Dec 14, 2012 13:52:37 GMT -8
in your CSS, set them both to none. or you can add them to the inline style you have on that table tag
border-collapse: none; border-spacing: none;
|
|
|
Post by tunescool on Dec 14, 2012 14:11:47 GMT -8
[replyingto=admin]%3Cfont%20color%3D%22FF5500%22%3EWormopol%3Cfont%20color%3D%22FFFFFF%22%3Ei%3C/font%3Es%3C/font%3E[/replyingto]is it in the stylesheet already because i cant find it, if so what line is it near
i tried this but it just gave an error
.border-collapse { none; } .border-spacing { none; }
i have this in the table but it still doesnt do anything
<table width="1300px" border="0" border-collapse: none; border-spacing: none; class="bordercolor" id="indextable">
|
|
|
Post by Wormopolis on Dec 14, 2012 21:14:06 GMT -8
that isnt how you do inline styling.
style="border-collapse: none; border-spacing: none;"
|
|
|
Post by tunescool on Dec 14, 2012 21:31:48 GMT -8
it still does nothing
<table width="1300px" border="0" style="border-collapse: none; border-spacing: none;" class="bordercolor" id="indextable">
|
|
|
Post by Wormopolis on Dec 14, 2012 21:37:03 GMT -8
add a regular style tag to global header then. see if it works that way
|
|
|
Post by tunescool on Dec 15, 2012 0:15:08 GMT -8
[replyingto=admin]%3Cfont%20color%3D%22FF5500%22%3EWorm%3Cfont%20color%3D%22FFFFFF%22%3Eo%3C/font%3Epolis%3C/font%3E[/replyingto]<table width="1300px" style="border-collapse: none; border-spacing: none;" align="center" border-bottom="#000000 1px solid" style="padding-bottom:1px" id="nook">
still not working
|
|
|
Post by Wormopolis on Dec 15, 2012 12:07:45 GMT -8
no a style tag
<style type="text/css"> table {border-collapse: none; border-spacing: none;} </style>
|
|
|
Post by tunescool on Dec 15, 2012 13:46:51 GMT -8
i put it in this but it didnt work
<style type="text/css"> .boardtable {background-image: url(http://i709.photobucket.com/albums/ww95/tunescool/nook/888294ForumBackground.jpg);} table {.border-collapse: none; border-spacing: none;} </style>
|
|
|
Post by Wormopolis on Dec 17, 2012 23:10:24 GMT -8
remove the period you have before border-collapse
|
|
|
Post by tunescool on Dec 17, 2012 23:19:37 GMT -8
still nothing, but it works for you?
|
|
|
Post by Wormopolis on Dec 18, 2012 20:12:40 GMT -8
if I force those 2 styles yes.
the inline one isnt working, so you need to put it into style tags. I dont see it in your headers anywhere.
|
|
|
Post by tunescool on Dec 18, 2012 20:28:26 GMT -8
so its in headers for the first time and nothing still
its getting so ridiculous i probably didnt even see the header thing or was drunk
my table is fine with all the html, its in the headers. what is the deal with my forum
|
|