Adding forum frame as a...widget !
2 posters
Page 1 of 1
Adding forum frame as a...widget !
Hi,
Ok, can some one tell me, how admin of this forum made image at the left side of forum ? Its one big widget, yes ?
http://zone2.forumotion.net/forum.htm
I want do them same - past images at 2 sides of forum using widgets but there will be no link under them, no widgets, only images ! So...how to past images like this (like this gray line image at left side this forum http://zone2.forumotion.net/forum.htm) and not to get frame from widget ? I want to make it look like this:
https://2img.net/h/oi45.tinypic.com/10eovg5.png
Now, I know that I have to create new widget at mine Administration Panel, but can some one tell me how to past image totally at the end of sides without frame for widgets (with title etc.) ?
HELP ME please, I'am trying to add those from for a half year
Ok, can some one tell me, how admin of this forum made image at the left side of forum ? Its one big widget, yes ?
http://zone2.forumotion.net/forum.htm
I want do them same - past images at 2 sides of forum using widgets but there will be no link under them, no widgets, only images ! So...how to past images like this (like this gray line image at left side this forum http://zone2.forumotion.net/forum.htm) and not to get frame from widget ? I want to make it look like this:
https://2img.net/h/oi45.tinypic.com/10eovg5.png
Now, I know that I have to create new widget at mine Administration Panel, but can some one tell me how to past image totally at the end of sides without frame for widgets (with title etc.) ?
HELP ME please, I'am trying to add those from for a half year

ave20- Forumember
- Posts : 108
Reputation : 0
Language : Polski
Re: Adding forum frame as a...widget !
Here's one way of doing it...
Add to homepage message content or create a widget
edit background colors & min-widths to blend images with your theme.
Add to homepage message content or create a widget
- Code:
<style type="text/css">
.imageleft {
position: fixed;
top: 0px;
left: 0px;
width: auto;
height: 100%;
overflow-y: auto;
}
.imageleft {
background: #ffffff url('http://i45.tinypic.com/b3lc9x.png') top right repeat-y;
min-width: 20px;
}
.imageright {
position: fixed;
top: 0px;
right: 0px;
width: auto;
height: 100%;
overflow-y: auto;
}
.imageright {
background: #ffffff url('http://i45.tinypic.com/b3lc9x.png') top right repeat-y;
min-width: 20px;
} </style>
<span class="imageleft"></span>
<span class="imageright"></span>
edit background colors & min-widths to blend images with your theme.
Re: Adding forum frame as a...widget !
Ok, thx ! ^^ But I have one (I think the last...) problem:
https://2img.net/h/oi45.tinypic.com/2hx6800.jpg
How ca I remove this stupid frame ? Because of it my forum is moving to the right...How can I remove this frame...? After that it will be just perfect !
EDIT:
When I change Width column 1 (left) : to 0 (hide column) images are gone...So, how can I remove frame without removing the images ... ?
https://2img.net/h/oi45.tinypic.com/2hx6800.jpg
How ca I remove this stupid frame ? Because of it my forum is moving to the right...How can I remove this frame...? After that it will be just perfect !

EDIT:
When I change Width column 1 (left) : to 0 (hide column) images are gone...So, how can I remove frame without removing the images ... ?
ave20- Forumember
- Posts : 108
Reputation : 0
Language : Polski
Re: Adding forum frame as a...widget !
When using script, fixed image code etc in widgets...
Set the widget option: Use a table type? to "No"
Set the widget option: Use a table type? to "No"

» help adding a widget above the forum.
» Adding image to a forum widget
» Adding a Digg.com widget to my forum
» Adding an amazon.com astore widget to a forum
» phpbb3 Need Help adding chatango widget to footer of forum
» Adding image to a forum widget
» Adding a Digg.com widget to my forum
» Adding an amazon.com astore widget to a forum
» phpbb3 Need Help adding chatango widget to footer of forum
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum