Is it just the index. If you try accessing a different page directly e.g. forums/search.php does that work. Have you tried replacing your PunBB upload with fresh files just in case the original files were corrupted.

I meant do this
<p style="text-align: center">
    Your timer in here
</p>

And yes, the timer creates a load of invalid markup.

align="center" isn't valid xhtml. Try style="text-align:center"

That might not be enough to fix it though. You have a hugh amount of markup in that page which isn't valid.

329

(9 replies, posted in PunBB 1.2 troubleshooting)

quaker wrote:

also  for adjusting the font size for IE6 or 7 hold down the ctrl and use the scroll mouse to adjust the font size of the font on any website.......

Actually, thats not correct. In IE7 ctrl+mousewheel controls zooming not text resizing which is a different thing alltogether. To resize text in IE7 you have to use the menu option and that, just like IE6, doesn't work with font sizes set in pixels.

330

(9 replies, posted in PunBB 1.2 troubleshooting)

http://punbb.org/forums/viewtopic.php?id=7181

There is a slight accessibility glitch with that. The question and hint need to be in one <label> tag which is linked to the input otherwise a screenreader user browsing in forms mode will never hear the question.

Either edit the language files to change them to capitals or use css {text-transform: uppercase} where appropriate.

What version of php is actually running on your server.

334

(18 replies, posted in Feature requests)

More to the point, accessibility is a legal requirement in the UK and, I would guess, most of the EU for sites providing a service to the public. The US has similar though, I think, somewhat weaker legal requirements.

As for graphic captcha's, forget blind people, vbulletin's search captcha is so bad I regularly need several attempts before I can work it out. A non graphic captcha should work in theory but I've yet to see a really good implementation.

Moved. That would certainly be a mod if it involves lightbox integration.

I don't understand the question. To install the forum just follow the instructions here http://punbb.org/docs/install.html which are also duplicated in the documents that came with the download package.

Which browsers did you use to check your site. On viewing source those characters appear before the doctype declaration in Firefox but not in IE or Opera. Have you got anything you can think of which is specific to Firefox.

EDIT: Its Seamonkey as well so its all Gecko based browsers.

338

(14 replies, posted in PunBB 1.2 troubleshooting)

Well, if you want to get really sneaky, and I'm not sure this would work. Create an extra link back to you homepage using the link creator in admin cp. Make the link display block with a transparent background. Give it zero height but the same width as your logo and top padding equivelent to the height of the logo then absolutely position it so it sits on top of the logo. You might have to give it zero font-size and line-height as well.

Otherwise you need to add an image link via main.tpl.

339

(16 replies, posted in PunBB 1.2 troubleshooting)

You have this in your style.css stylesheet

h2 {
    font-size: 0.8em;
    margin-top: 10px;
    font-weight: normal;
    width: 500px;
    color: #777;
}

You have set all the h2 headers to be only 500px wide which is exactly what you are getting.

Try .pun h2 {width: auto}

340

(16 replies, posted in PunBB 1.2 troubleshooting)

That answer is probably that the the box which contains the reply/new topic link is encroaching on the header which doesn't leave it enough room to expand to the full width. One answer is to apply clear:both to the h2 but I would really like to see a live site to see why you have this problem.

If you disable guest posting and then view the board as a guest do you still get the same problem?
On viewtopic, do you only get the problem on the first post?

341

(16 replies, posted in PunBB 1.2 troubleshooting)

57% + 15% + 15% + 28% = 115%

342

(51 replies, posted in News)

Yes.

Youn can only use one background image on each element. You therefore need to use two nested elements with the left hand image being on the inner element and the right hand image being on the outer element.

344

(23 replies, posted in PunBB 1.2 discussion)

To clarify something. RSS and Atom feeds for forums and topics are part of the 1.3 core, there is even a rather sweet little icon.

345

(5 replies, posted in PunBB 1.2 troubleshooting)

As has been said, you do it exactly the same way as if you were designing a website. Create your graphics in photoshop, slice as appropriate and then apply using css.

346

(10 replies, posted in General discussion)

sirena: don't forget its an early beta. I would anticipate the final version rendering pages at least as well as Safari 2 on the Mac. Anyway, I tend to think they released it for developers rather than end users. If it means I can test Safari without having to find a Mac user or resort to Browsercam then I'm pleased. The other reason for it is that it appears Safari is going to be the development platform for the iPhone.

PS: I have the NY Times open in Safari and Firefox and they look pretty much the same to me above and below the fold. You are not using a non English version of windows are you? If so I have heard that causes problems for WebKit.

347

(10 replies, posted in General discussion)

At first glance I can't see anything wrong with the NY Times page apart from font rendering looking a little unpleasant.

348

(10 replies, posted in General discussion)

For those that missed the announcement, version 3 of the Safari browser will be available for Windows. A beta is currently available for download.
http://www.apple.com/pr/library/2007/06/11safari.html

349

(3 replies, posted in PunBB 1.2 troubleshooting)

The closing tag is absent on purpose to prevent people accidentally inserting white space which would result in a blank page.

Did you remove BODY #punwrap {width: 82% ...} which for some reason is in your colour scheme file sheet?

Until you do your board will be set at 82%.