HTML - Warning Messages
Hi.
Im on a steady learning curve when it comes to html. I keep getting warnings when im trying to add somthing simple like a 'add to favorites' link. "To help protect your security, internet explorer has restricted...etc" I have been on plenty of different websites that use all kinds of bits and bobs, including 'add to favourites' etc, when I view their webpage's, I dont receive a warning message ?? My settings are the same as they've always been. Is there something I can add/remove from my code to avoide these messages? (Im using dreamweaver) Similar TutorialsHow do i create a text box that has an initial message in it which disappears when i click it..? Such as in this website. http://msdn2.microsoft.com/en-us/net...k/default.aspx At the top left corner of this website there is an example of the text box i want. Can anyone help me with this..? Hey everyone! Basically, for an image, when the cursor is moving across it, I'd like the cursor to have a small box next to it displaying the co-ordinates of where it is in the image, as well as when the cursor is on a certain point in the image, it displays a message. An example I found would be: http://www.milliondollarhomepage.com/ Any help is really appreciated! Lavace I visited some sites that had these animated people that look at the mouse and speak and tell the message. where can i get one for free? Can someone check out https://www.brightfusehosting.com/?page=login and help me to figure out why I'm getting that warning (in IE) saying that some items are not secured? I made every image, css file, etc all load under https. I'm so confused!!!!!!!! Hi, i am am learning WordPress and have just started, but i have a problem....when i try to access my site i get this: Warning: Cannot modify header information - headers already sent by (output started at /home/smra9/public_html/wp-content/themes/evanescence/functions.php:6) in /home/smra9/public_html/wp-includes/pluggable.php on line 890 when i open pluggable.php and i go to the line 890 it says: header("Location: $location", true, $status); i will also copy a text from line 885 to 890 so maybe you will understand better: if ( $is_IIS ) { header("Refresh: 0;url=$location"); } else { if ( php_sapi_name() != 'cgi-fcgi' ) status_header($status); // This causes problems on IIS and some FastCGI setups header("Location: $location", true, $status); } Can anyone help me, i don't know what to do I'm having trouble with my site. I can get it looking great in IE7 and FF, but if you try and view it in IE6 or below, it doesn't look right. I have tried everything I can to fix it with no luck so I have given up. What I'm wanting now is for the code to detect if you are using IE6 or below, and if you are I want it to take you to redirect you to a warning page that says something along the lines of "You need to upgrade your browser to IE7, or continue with caution" or just something like that. Can someone direct me to a helpful site or maybe someone has some script already that they can post? Hi Guys. I have to start by saying I am considered a newbie when it comes to html so please bear with me. Here is where I am having the problem: http://www.fbdopewars.com/eddie/print.html As you all can see the images have spaces around them. Now this was all written in notepad so I need specific assitance in the html code. My dillema is 2 things: Why does my page have these horrible gaps between the images even though I THINK I entered it all right? Is there a more efficient way to write the code then what I am currently doing and how compatible is it on cross-browser (This is mostly experimental so I dont mind hacking it up and starting again). Thanks in advance for your time and help! Hello I'm trying to create a page, when its someone's first time opening the web site they get asked if they are under 18 or not and if they are over 18 and enter the site, and the next time they come to the site, it would by pass the age page. Is there anything that I can read that would help me create it? Please give me any suggestion that you have. Thank You I'm using Eclipse as my IDE, and getting a warning from it's XHTML validator saying: Invalid location of tag (br). The code is as follows: Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <title>Animation Master</title> </head> <body style="font-family: sans-serif"> <h1>Testing</h1> <br /> <br /> <br /> <p>Blah blah</p> </body> </html> It happens at each <br /> tag, so I'm getting the warning three times. Why is this? Okay so I know nothing about html, just want to be upfront about that. However, I got saddled with the duty of making a page for my LOTRO kinship. I downloaded PageBreeze html editor, since it has visual mode, and downloaded a template for my site. I got to work customizing the site, adding pictures, text, etc. Everything looked great (all in visual edit). I then clicked the "Preview (Internet Explorer)" tab.. and it doesn't look the same. There's some huge white box behind everything that I can't get rid of because I can't seem to locate it on the editing tab. And then I also noticed that there is like a foot of empty space on the right-hand side of the page that I can't seem to get rid of either. If anyone could help me out with this, I would really appreciate it. If needed I can attach screenshots of what the page looks like in the visual editor, and what it looks like on the preview tab, as well as the code. Thanks in advance to any kind souls willing to take this on =/ I am running the Google Translate widget from my local drive within my index.html. When the widget tries to initialize , I get this warning pop up. I am going to distribute this on a CD and would like to include Google Translate as a feature as its going internationally. Google dont seem to do a non-flash version of this widget(?) How can I get around this warning popping up when ran from a local drive ? |