1

(8 replies, posted in Programming)

Thx got it up the way you said it smile.

2

(8 replies, posted in Programming)

Well now it works i putted it up like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html dir="<pun_content_direction>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>">
<pun_head>
</head>
<body>

<pun_main>

<pun_footer>

</body>
</html>

3

(8 replies, posted in Programming)

Well i mad this of it:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html dir="<pun_content_direction>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>">
<pun_head>
</head>
<body><pun_body>>

<pun_announcement>

<pun_main>

<pun_footer>

</body>
</html>

But when i put back the normal version it works againa correct :s.

4

(8 replies, posted in Programming)

I am deleting everything around the forum like the header and footer so i can build it into my site but now i get this error when posting:
" onLoad="document.getElementById('post').req_message.focus()"

I know this is something from the header.php:

if (isset($form_name) && isset($focus_element))
    echo ' onLoad="document.getElementById(\''.$form_name.'\').'.$focus_element.'.focus()"';

I dont get what the problem is!