Forum: PHP May 14th, 2007 |
| Replies: 2 Views: 1,265 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... |
Forum: HTML and CSS May 13th, 2007 |
| Replies: 5 Views: 2,852 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 |
Forum: HTML and CSS Apr 17th, 2007 |
| Replies: 6 Views: 6,568 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... |
Forum: Graphics and Multimedia Apr 14th, 2007 |
| Replies: 2 Views: 1,458 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... |
Forum: HTML and CSS Apr 12th, 2007 |
| Replies: 5 Views: 1,545 You don't want to do that. That would be very annoying and people would not stay on your site. |
Forum: Site Layout and Usability Apr 11th, 2007 |
| Replies: 2 Views: 2,555 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... |
Forum: PHP Apr 11th, 2007 |
| Replies: 7 Views: 1,900 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"... |
Forum: PHP Apr 9th, 2007 |
| Replies: 2 Views: 951 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... |
Forum: JavaScript / DHTML / AJAX Mar 29th, 2006 |
| Replies: 6 Views: 2,593 I suppose the best option would be to add to the standard context menu, is that an option tgreer? |
Forum: HTML and CSS Mar 13th, 2006 |
| Replies: 5 Views: 1,624 |
Forum: PHP Apr 26th, 2005 |
| Replies: 11 Views: 34,615 From everything I have read you have to have a copy of the MS-SQL server to get that file... |
Forum: MySQL Apr 22nd, 2005 |
| Replies: 3 Views: 5,513 Do you have the GUI MySQL Administrator? If not download (http://dev.mysql.com/downloads/administrator/1.0.html) it.
Log in to the Administrator. On the left side choose startup variables. Then... |
Forum: PHP Apr 22nd, 2005 |
| Replies: 6 Views: 8,657 I have not seen one. What do you envision such a script doing exactly? |
Forum: Linux Servers and Apache Mar 26th, 2005 |
| Replies: 7 Views: 14,623 eeewwwwww :(
If you use firefox try the javascript debugger (https://addons.update.mozilla.org/extensions/showlist.php?application=firefox&version=1.0&os=nt&category=Developer%20Tools)(near bottom... |
Forum: Linux Servers and Apache Mar 26th, 2005 |
| Replies: 7 Views: 14,623 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. |
Forum: DaniWeb Community Feedback Mar 24th, 2005 |
| Replies: 9 Views: 2,107 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... |