WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Solved image for phpbb2 ? Wed Jun 27, 2012 8:42 pm

osbada


Registered Member
Registered Member
image for phpbb2 ? Dfsf10

for phpbb2 ?? thanks.

2Solved Re: image for phpbb2 ? Thu Jun 28, 2012 12:20 am

ankillien

ankillien
Administrator
Administrator
Hi,

It requires modification in templates as well as CSS coding. Have you got the image that you want to put there?

If so, post the image here.

3Solved Re: image for phpbb2 ? Thu Jun 28, 2012 9:33 pm

osbada


Registered Member
Registered Member
Left:

image for phpbb2 ? Leftte10


Right:

image for phpbb2 ? Rightt10

4Solved Re: image for phpbb2 ? Thu Jun 28, 2012 9:53 pm

ankillien

ankillien
Administrator
Administrator
Ok.

Go to the overall_header template and find this part...

Code:
<!-- END hitskin_preview -->

and place this code right after that...

Code:
<img src="http://i41.servimg.com/u/f41/17/61/61/37/leftte10.png" class="leftImg" />
<img src="http://i41.servimg.com/u/f41/17/61/61/37/rightt10.png" class="rightImg" />

Save the template and publish it.

Now add the following code in the CSS...

Code:
img.leftImg {
position: absolute;
top: 0; left: 50%;
margin-top: 138px;
margin-left: -516px;
}
img.rightImg {
position: absolute;
top: 0; right: 50%;
margin-top: 138px;
margin-right: -516px;
}

Hope it helps Smile

5Solved Re: image for phpbb2 ? Thu Jun 28, 2012 10:10 pm

osbada


Registered Member
Registered Member
solved

Thanks.

6Solved Re: image for phpbb2 ? Thu Jun 28, 2012 10:21 pm

ankillien

ankillien
Administrator
Administrator
Glad I could help Very Happy

Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum