DanceInstructor 19 Posting Whiz

For some reason the forum module is redeclaring the <html> and <head> sections of the document. The forum is there, but the browser won't display it because of the html errors. You should probably reinstall the forum module without touching the database.

In general if you wanna update the forum you should get that update from the PHPNuke people, otherwise it will probably break.

DanceInstructor 19 Posting Whiz

rariti do as smalldogn says ;)

For more info on the problem check out the following link:
http://developer.mozilla.org/en/docs/Incorrect_MIME_Type_for_CSS_Files

DanceInstructor 19 Posting Whiz

Give the table cell you want to scroll an id, then give it a fixed height, and set overlfow to scroll. Should look something like this:

td#id {
height: 400px;
overflow: scroll;
}

I would also like to coment, that when using div's for layout I rarely use more than 5 or 6. I'm not sure why you think you have to have as many as you believe you do.

DanceInstructor 19 Posting Whiz

The best way is to use layers. So you would import the image or photo into a photoshop file on a layer. Then make a new layer "above" the image and draw or import the graphics that will create the curved or shaped part.

At a quick glance this looks like a good layers tutorial:
http://duckz.nl/index.php?subaction=showfull&id=1156591082&archive=&start_from=&ucat=2&

You can find a lot of tutorials here:
http://www.pixel2life.com/tutorials/adobe_photoshop/

DanceInstructor 19 Posting Whiz

You don't want to do that. That would be very annoying and people would not stay on your site.

DanceInstructor 19 Posting Whiz

Yep, Firefox will show it, IE will not. Try removing the doctype declaration and see if IE will show it. Your doctype declaration is invalid. The doctype you probably wanted to use is:

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

I think it's because the server accepts asp style code tags as php tags, in other words the server is try ing to parse <?xml... ?> as php.

So try this:

<?php echo '<?xml version="1.0" encoding="iso-8859-1"?>'; ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
DanceInstructor 19 Posting Whiz

You should post several lines of code before the line mentioned in the error + the line mentioned in the error. If possible post a "complete statement", ie a section of code that is more or less complete unto itself.

But I have to say, the code in your error statements looks very screwed up...

DanceInstructor 19 Posting Whiz

I suppose the best option would be to add to the standard context menu, is that an option tgreer?

DanceInstructor 19 Posting Whiz

Declare a doctype...

DanceInstructor 19 Posting Whiz

From everything I have read you have to have a copy of the MS-SQL server to get that file...

DanceInstructor 19 Posting Whiz

Do you have the GUI MySQL Administrator? If not download it.

Log in to the Administrator. On the left side choose startup variables. Then on the right side at the top choose the security tab. Click on 'Use old qasswords'. Then restart your MySQL Instance. You may also need to create another database...

Hope this helps.

DanceInstructor 19 Posting Whiz

I have not seen one. What do you envision such a script doing exactly?

DanceInstructor 19 Posting Whiz

eeewwwwww :(

If you use firefox try the javascript debugger(near bottom of page). It should allow you to see any javascript being run and maybe find the link. If you wanna go to that much trouble that is...

DanceInstructor 19 Posting Whiz

I have no experience with Plesk...

Have you tried bookmarking the phpMyAdmin page? I can do that in cpanel and then login when it tries to access the page.

DanceInstructor 19 Posting Whiz

To take a screenshot just hit your PrtScn key. Then open some graphics program (like Paint in Windows) and do paste. The image will be copied and you can save it as a file and then upload for all to see.