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

Goto page : 1, 2  Next

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

Fred100


Registered Member
Registered Member


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


Decorate Desktop Contest Winner
Decorate Desktop Contest Winner
Provide us that SS you wanted. So we see all.

Fred100


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

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

Mr.Joker


Decorate Desktop Contest Winner
Decorate Desktop Contest Winner
Probably you coded wrong footer. What is your version of forum?

Fred100


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

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

Mr.Joker


Decorate Desktop Contest Winner
Decorate Desktop Contest Winner
Ok send me on PM just
Code:
 #pun-foot {

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


Decorate Desktop Contest Winner
Decorate Desktop Contest Winner
Better I ask you for forum version?

Fred100


Registered Member
Registered Member
PunBB (punbb)

I just said that , right?

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

Mr.Joker


Decorate Desktop Contest Winner
Decorate Desktop Contest Winner
Can you provide me on PM if you dont want here link of forum.

Fred100


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

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

RockerMan


WebArtz Technician
WebArtz 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


_________________


No support via. PM, as they will just be deleted
http://www.graphics-post.com/

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


WebArtz Technician
WebArtz 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; }


_________________


No support via. PM, as they will just be deleted
http://www.graphics-post.com/

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


Registered Member
Registered Member
Help?

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

Fred100


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

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

ankillien


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

Fred100


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

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

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.

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

Goto page : 1, 2  Next

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