|
Post by Wormopolis on Nov 29, 2009 13:47:06 GMT -8
wait a sec...
at the very bottom of your GF you have:
<br /> <br /> <br /> <table width="800px" class="bordercolor" cellspacing="1" align="center"><tr><td class="windowbg2" align="center">
which astounds me because you never close that table yet the page finishes loading. you should move your yesterday code above that anyways.
that table you havew theire is what is making the big yellow box around your google links at the bottom (as well as your stat counter). if you give that TD element an inline style you should be able to put an image in there.
|
|
|
Post by tunescool on Nov 29, 2009 16:23:33 GMT -8
i moved the yesterday code to above the table and below the table and it didnt work at all. youre saying that i could have an image written in to the table? a repeating one?
|
|
|
Post by Wormopolis on Nov 29, 2009 18:36:01 GMT -8
yeah:
<table width="800px" class="bordercolor" cellspacing="1" align="center"><tr><td class="windowbg2" style="background-image: url( );" align="center">
|
|
|
Post by Wormopolis on Nov 29, 2009 18:43:07 GMT -8
yesterday is a dark green for me...
|
|
|
Post by tunescool on Nov 29, 2009 19:22:50 GMT -8
the background worked, thanks. i didnt wanna bother you with yesterday thing at the time too, i saw a bold yesterday code and i found it just now in my footers and put it on top and it works.
|
|
|
Post by tunescool on Dec 1, 2009 2:22:00 GMT -8
it says done for this thread, you never did the quick reply stuff or th posting page stuff?
|
|
|
Post by Wormopolis on Dec 1, 2009 6:31:40 GMT -8
this will put classnames on those elements:
<script type="text/javascript"> for (ta=document.getElementsByTagName('textarea'),t=0;t<ta.length; t++) { if (ta[t].name=='message') ta[t].className+=' TArestyle'; } if (location.href.match(/action=post/)) { for (tds=document.getElementsByTagName('td'),s=0;s<tds.length; s++) { if (tds.className=='windowbg') ta[t].className+=' PostWindBGrestyle'; } } </script>
then you just need style tags to change up their attributes.
|
|
|
Post by tunescool on Dec 1, 2009 7:29:58 GMT -8
could you give .quickreplytext or whatever i would need for the posting page
|
|
|
Post by Wormopolis on Dec 1, 2009 16:52:44 GMT -8
well if you are wanting the textareas transparent, use
{background-color: transparent;)
the other style is to change the cell colors of the cells you wanted on the posting page.. pretty much the same kind of style as the info center and board/thread cells.
|
|
|
Post by tunescool on Dec 1, 2009 22:32:18 GMT -8
i cant get it rite, could you just write them out
|
|
|
Post by Wormopolis on Dec 2, 2009 3:36:02 GMT -8
<style type="text/css"> .TArestyle{background-color:transparent;} .PostWindBGrestyle {background-image: url(http://www.allthetests.com/quiz25/picture/pic_1219077214_4.jpg);} </style>
|
|
|
Post by tunescool on Dec 2, 2009 5:57:44 GMT -8
just putting the code in you gave me last changes the quick reply text area to the same background i already have in. i want the post text area and the whole post page as well. i think you knew that tho and were just doing parts at a time
|
|
|
Post by Wormopolis on Dec 2, 2009 6:08:41 GMT -8
i wanna add posting page windowbg and text area, seperate of course, and the quick reply text area. and i know i got 2 open requests rite now, but i put some tables in and your Info Center Part Relocation and they need adjusting that should be easy the code I gave you should change all the cells that are the windowbg class.
|
|
|
Post by Wormopolis on Dec 2, 2009 6:21:28 GMT -8
just putting the code in you gave me last changes the quick reply text area to the same background i already have in. i want the post text area and the whole post page as well. i think you knew that tho and were just doing parts at a time you want the textarea what? I dont see the last code in your footer.
|
|
|
Post by tunescool on Dec 2, 2009 6:58:12 GMT -8
all the last code did was change the text area to the same background as the quick reply background
|
|