1

Topic: style problem

Hi there,

I've just put up my board here: http://www.anima2.dk/forum/index.php
and it seems to work pretty well. However, as you can tell, there are some major style issues with the main board. Now all I've done, essentially, is to set the site to use the Oxygen css and turn the font size to 75%, which seems to work well with IE (the only browser I've tested for).

The forum itself was just inserted into a table in a template used for the rest of site.

Does anyone have any idea how to fix this, because I'm not much of a coder, so I don't want to mess around and ruin what seems to be working well otherwise. I'd probably just break it wink

Thanks for your help!
Joh

2 (edited by Lucky Looser 2005-03-08 13:58)

Re: style problem

Hi 2drag,

I think you have only modifyed the width of the tables in the CSS.
I Think, if you want to use a fix width to make a new table with a fixed width around the Boarddetails on the main.tpl. *I think*

I'm also an blody beginner and I dont know 100% is that right what I've sayed, maybe there is a better solution i dont know????

Sorry for my stupid English, but I'm an old and unteachable man.
Visit My PunBB Forum

3

Re: style problem

You seem to have removed PunBB's wrapper <div class="pun">. PunBB won't work without it.

PunBB won't work with the Doctype you have. You need at least XHTML 1.0 transitional with a URI (though you might get it to work with HTML 4.01 transitional with a URI).

It's completely broken in Firefox/Mozilla/Opera.

4 (edited by 2drag 2005-03-08 23:23)

Re: style problem

All is working well except for the fact that the admin menu somehow disappeared. Now I'm pretty sure that I dropped the ball on this one somewhere along the way, but I'm just not sure where....sadly.

If I try to access a admin_ page while logged in under my administrator account it just says that I don't have access to that particular page. So what might be causing this. I haven't touched the admin.tpl only main.tpl.

Is there a tag that got deleted somewhere, or maybe a a admin variable in some document I should take a look at?

Again thanks for all your help. I really appreciate it smile