|
Post by Streamstrider on Jun 13, 2011 9:46:24 GMT -8
Okay, yet another for this site. Right now I have a "boarder around forum with images" code in place, and I want to put something above the welcome table while remaining inside those borders.
I'm not sure if this should be considered a request or help with current code, but all other above the welcome table codes haven't done the job.
|
|
|
Post by Wormopolis on Jun 14, 2011 11:58:52 GMT -8
it will depend on the order
codes that modify welcome-table
BAF code
extra thing
move welcome-table code
|
|
|
Post by Streamstrider on Jun 16, 2011 8:03:03 GMT -8
I've tried different orders and still can't get it to work. XD But I'm probably missing something. I'm always missing something. . . . I added the "content above forum" code located here.
|
|
|
Post by Wormopolis on Jun 16, 2011 17:28:46 GMT -8
rather then that code, what are you trying to add? if it is HTML, just put the HTML in the order I put above.
|
|
|
Post by Streamstrider on Jul 7, 2011 18:00:45 GMT -8
I've attached a copy of my global header after trying multiple times the order I thought you were saying. I'm just not succeeding. Attachments:
|
|
|
Post by Wormopolis on Jul 7, 2011 21:50:05 GMT -8
I see. subdevo's forum border code is what moves the welcome table... which makes the samus code not work. you will need to switch off the move banner part of subdevo's code. that will leave the banner "welcome table" outside the border.
under the border code put your content in. use direct HTML
then under THAT put
<div id="WTmove"></div> <script type="text/javascript"> <!-- // move welcome table document.getElementById('WTmove').appendChild(document.getElementsByTagName('table')[0]); // --> </script>
|
|
|
Post by Streamstrider on Jul 9, 2011 8:45:19 GMT -8
I made the welcome table appear outside the border, put the content under the border code, and put that code you just gave beneath it. This is what I got.
|
|
|
Post by Wormopolis on Jul 9, 2011 18:14:39 GMT -8
so the PB word breaker put a space in the word "table".. remove it from your header
|
|
|
Post by Streamstrider on Jul 10, 2011 17:33:17 GMT -8
|
|
|
Post by Wormopolis on Jul 10, 2011 17:45:08 GMT -8
excellent!
|
|