|
Post by tunescool on Dec 12, 2009 13:28:54 GMT -8
it still looks like this
|
|
|
Post by Wormopolis on Dec 12, 2009 18:26:55 GMT -8
Im seeing it lined up perfect in both IE and FF. are you sure you arent loading a cached version of the page?
hit ctrl-F5 when you are on the page to force a non-cached version
|
|
|
Post by tunescool on Dec 12, 2009 19:03:38 GMT -8
it doesnt work for me, ctrl-F5 isnt gonna do anything i have a mac
|
|
|
Post by Wormopolis on Dec 13, 2009 4:40:21 GMT -8
oh.. what is the Mac equivalent of force refresh?
oddly, some pages are doing it and other arent...
|
|
|
Post by tunescool on Dec 13, 2009 4:59:45 GMT -8
for you some pages do it and dont? no matter what thats what happens on my computer
|
|
|
Post by Wormopolis on Dec 13, 2009 6:53:14 GMT -8
It seems to be working better in IE then FF. I REALLY believe part of the problem is the table above has some unclosed tags in it.
Im still trying to recreate.
|
|
|
Post by tunescool on Dec 15, 2009 10:03:55 GMT -8
i put the code underneath the directory and it shows up aligned like in this thread, but still should just be on thread page
|
|
|
Post by Wormopolis on Dec 15, 2009 18:51:59 GMT -8
which board does it show when not in a thread? celeb A-M only seems to show when I'm looking at threads.
|
|
|
Post by tunescool on Dec 16, 2009 1:07:23 GMT -8
by thread page i meant board, so just in the board and not in the actual thread.
the hide stickies thread worked fine, i took it out for now and ill have to copy this table with the rules thread and put in every board
|
|
|
Post by Wormopolis on Dec 16, 2009 6:55:09 GMT -8
by thread page i meant board, so just in the board and not in the actual thread. that was the confusing part for me. this: <script type="text/javascript"> if (location.href.match(/action=display/)) document.getElementById('specialTable').style.display=''; </script> needs to change to: <script type="text/javascript"> if (location.href.match(/board=/) && !location.href.match(/action=(display|post|modifypost)/)) document.getElementById('specialTable').style.display=''; </script>
|
|
|
Post by Wormopolis on Dec 16, 2009 7:06:05 GMT -8
I think that closes this request right?
|
|
|
Post by tunescool on Dec 16, 2009 7:07:42 GMT -8
looks good, thanks for everything with this and anything that you mite have wasted time on before i put it under the directory. if i wanted to put a non repeating image in, it wouldnt resize to other peoples resolutions and screens would it? everythings done with this thread
|
|
|
Post by Wormopolis on Dec 16, 2009 7:14:04 GMT -8
background images dont resize at all. they can only be repeated at the resolution they are normally.
if you size the table to a fixed size, and someone on a larger screen viewed it, they would just see the background image repeated more often.
|
|
|
Post by tunescool on Jul 15, 2010 3:23:10 GMT -8
all i want to do is change the color of the text so its visible to anyone who mite not have seen it or anything new
what am i doing wrong
<font size=1; color="FF03DD"><b><center> <a href="http://celebnook.proboards.com/index.cgi?board=ass&action=display&thread=3473">Rules * Thread Titles * Proboards Terms Of Service</a><br />
</td> <td width="33%" class="stickytable" vAlign="top">
</td> <td width="31%" class="stickytable" vAlign="top">
</b> </center> </font> </td> </tr> </table> </div></center> <br>
|
|
|
Post by Wormopolis on Jul 16, 2010 22:35:24 GMT -8
is there more? you have stuff at the bottom closing tags that were never opened...
|
|