How do you get rid of it?
<script>
get('welcome_table','id').cellSpacing = '0';
</script>
Ok thank-you. Also, may I ask how to do images wrapped around forum? I know it's on proboards is it on vForums?
Which sense? Around the boards or round the WHOLE thing?
Whole thing. Like banner, Bg, and base / foot.
try this thread:
http://support.virtualforums.co.uk/board/coderequest/topic/7 236/action/view_topic/page/1/- forum-block/#reply-4
I put
Code:
- <div style="text-align: center;">
- <div style="width: 900px;background: url(http://www.jakejohnson.org/gfxdcc/Background.png); margin: auto; text-align: left;">
- <div style="width: 100%;background: url(http://www.jakejohnson.org/gfxdcc/Banner.png)"></div>
In global header
&
Code:
- <div style="width: 900px;background: url(http://www.jakejohnson.org/gfxdcc/Bottom.png)"></div>
- </div>
in global footer, and it doesn't work. It is 900px wide.
Can we get a link to where you're using this code, please?
http://gfx.virtualforums.co.uk/
I'll change the skin to default.. 1 second.
edit : ok I changed it to default.
Your boards need to be smaller than 900px; that's why the block isn't showing up.![]()
Ok, now the border shows, what about the banner and bottom image?
Code:
- <div style="text-align: center;"><div align="center"><img src="http://www.jakejohnson.org/gfxdcc/Banner.png"></div><div style="width: 900px;background: url(http://www.jakejohnson.org/gfxdcc/Background.png); margin: auto; text-align: left;">
Code:
- <div align="center"><img src="http://www.jakejohnson.org/gfxdcc/Bottom.png"></div>
- </div>
Try that.....![]()
Code:
- <div style="text-align: center;">
- <div style="width: 900px;background: url(http://www.jakejohnson.org/gfxdcc/Background.png); margin: auto; text-align: left;">
- <div style="width: 100%;background: url(http://www.jakejohnson.org/gfxdcc/Banner.png);height: 75px"></div>
Code:
- <div style="width: 900px;background: url(http://www.jakejohnson.org/gfxdcc/Bottom.png);height: 75px"></div>
- </div>
You were missing the height attribute.![]()
Mine worked!![]()
Mine worked!![]()
But it's slower than just CSS.![]()
So? By what? 1 ms?