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

Go to page : 1, 2  Next

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

Fred100

Fred100
Registered Member
Registered Member
Can someone help me out with the following error? Eror10

I recently noticed that this error normally shows up when I click on "Edit". Also , I noticed that when i have the "Editor mode" on and if I click on the colour or any other square , it shows up wayyy down in the bottom.
I can provide you a screenshot if you like?
But the following error in the image is more important. Any clue?

http://www.art-castle.biz/forum.htm

Mr.Joker

Mr.Joker
Mr. WebArtz
Mr. WebArtz
Provide us that SS you wanted. So we see all.

Fred100

Fred100
Registered Member
Registered Member
I want it to look normally , like it does on other pages.

Can someone help me out with the following error? Eror_210

http://www.art-castle.biz/forum.htm

Mr.Joker

Mr.Joker
Mr. WebArtz
Mr. WebArtz
Probably you coded wrong footer. What is your version of forum?

Fred100

Fred100
Registered Member
Registered Member
PunBB , want the CSS sheet? I can Pm you it.

http://www.art-castle.biz/forum.htm

Mr.Joker

Mr.Joker
Mr. WebArtz
Mr. WebArtz
Ok send me on PM just
Code:
 #pun-foot {

Fred100

Fred100
Registered Member
Registered Member
Just searched for it , there wasn't any , could it be the problem?

http://www.art-castle.biz/forum.htm

Mr.Joker

Mr.Joker
Mr. WebArtz
Mr. WebArtz
Better I ask you for forum version?

Fred100

Fred100
Registered Member
Registered Member
PunBB (punbb)

I just said that , right?

http://www.art-castle.biz/forum.htm

Mr.Joker

Mr.Joker
Mr. WebArtz
Mr. WebArtz
Can you provide me on PM if you dont want here link of forum.

Fred100

Fred100
Registered Member
Registered Member
You can click on the link below my avatar.

http://www.art-castle.biz/forum.htm

RockerMan

RockerMan
Technician
Technician
This is most likely caused by a 'flying float', you need to clear the float. At least I think that's what it is Wink

http://www.graphics-post.com/

Fred100

Fred100
Registered Member
Registered Member
Flying float?
I'm sorry , I'm not much familiar with the CSS slangs , so can you tell me a few steps?

http://www.art-castle.biz/forum.htm

RockerMan

RockerMan
Technician
Technician
You need to find that element in the templates, if your not sure what it's called you can use an add-on or Firefox caled Firebug, then ABOVE it create a div lik this

Code:
<div class="clear"><!-- --></div>

Then in the CSS put this:
Code:
.clear { clear:both; }

http://www.graphics-post.com/

Fred100

Fred100
Registered Member
Registered Member
I'll try to do what I understood , a few more elaborate steps would help me understand what to do better , because I think I didn't got it right. Oh well , I'm gonna give it a try , if it works , I'll let you know.

*edit*
Couldn't figure out anything T-T huhu

http://www.art-castle.biz/forum.htm

Fred100

Fred100
Registered Member
Registered Member
Help?

http://www.art-castle.biz/forum.htm

Fred100

Fred100
Registered Member
Registered Member
Pleeeease , help me out with this Sad

http://www.art-castle.biz/forum.htm

ankillien

ankillien
Administrator
Administrator
I'm trying to figure this out. Please wait.

Fred100

Fred100
Registered Member
Registered Member
Thanks , the help is much appreciated Very Happy

http://www.art-castle.biz/forum.htm

ankillien

ankillien
Administrator
Administrator
Thanks for the patience.
Try adding the following code at the end of your CSS sheet...

Code:
#page-body #pun-foot {
height: 85px !important;
margin-top: 0px !important;
}
#page-body #emptyidcc {
margin-bottom: 0px !important;
}

Hope it helps.

Fred100

Fred100
Registered Member
Registered Member
The CSS Sheet or the footer sheet?
because i just tried it out , and it isn't working.

http://www.art-castle.biz/forum.htm

ankillien

ankillien
Administrator
Administrator
What is footer sheet?

Have you made any changes to templates? If so, which one?
It is, I think, causing the bug. The footer div is inside the page-body which is wrong.

Fred100

Fred100
Registered Member
Registered Member
When I said the footer template , I meant the "overall_footer" section in forumotion Templates section

http://www.art-castle.biz/forum.htm

Fred100

Fred100
Registered Member
Registered Member
Also , I've noticed that the smileys and everything else is showing up at the bottom once clicked.

https://i.servimg.com/u/f49/13/89/47/62/hmph10.jpg

http://www.art-castle.biz/forum.htm

ankillien

ankillien
Administrator
Administrator
This CSS code should solve the reply box problem for both quick reply and extended reply..

Code:
#servimg_upload_gui ,
#img ,
#url ,
#color ,
#sel_smilies ,
#other ,
#flash ,
#video ,
#px ,
#font ,
#table_gui {
margin-top: -380px;
margin-left: -100px;
}

Sponsored content


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

Go to page : 1, 2  Next

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