2,255 Posted Topics
Re: Margin is outside the border. Padding is inside the border. | |
Re: Use the visibility property. There are three selections: visible, hidden, and collapse. Visibility is also a recognized style method. | |
Re: Those files with an underscore in the extension are unfinished files, which must be altered by the installer to be configured to your computer. They can't be just copied. | |
How do you make a style that affects the font attributes of [B]only[/B] the numbers in ordered lists (ol) without affecting the contents of the list items? No kludges please, and the solution must validate as XHTML 1.0 strict. | |
Re: Read the previous posts. Also, the site may be having troubles. | |
Re: This sounds like the hotmail ISP block problem. It happens like this: 1. Someone sends spoofed spam emails using your ISP as the return address. 2. A Hotmail user sick of the spam reports the email to Hotmail's automated spam reporting system. 3. Hotmail blocks access to your ISP as … | |
Re: You can't do it with just HTML and JavaScript, because they run on the user's computer. You need a script that runs on your website's server to achieve this. | |
Re: Security rules require the user to confirm any upload that is not a web page component. | |
Re: Even if you could do that, Firefox closes so quickly that nobody could read it. If somebody clicks the X, they want to close the program now. They don't want it to do any more. If IE can do it, it is because IE has a nonstandard extension to web … | |
Re: Games do not just happen. You have to code every action, and everything that happens. It is lots of hard work. | |
Re: Use the File menu in My Computer. Select the file. Then open File and selct Delete. | |
Re: I write every line myself. The code is tighter, and you know what every part of it does - no surprises. | |
Re: Open volume control. If the single slider shows, the advanced button opens the mixer panel. Then choose Options / Properties. The check boxes for the various devices are in there. | |
I teach a beginners class using Excel. During an examination, some of my students misread the instructions (provided by the department, not by me). These are the kinds of errors only a novice could make. This caused the following two errors to occur. - Instead of just putting data into … | |
Re: There are several factors in downloading speed. 1. It the website itself is overloaded, you can't do anything to change that. The following factors apply: - The number of uses downloading from that website at any one time. - The speed of the connections that website has. This is especially … | |
Re: The two are synonymous. Surfing the web IS downloading material. What you could block instead is INSTALLING anything. Check your firewall settings. Another way is to make sure that only a system administrator has an administrator account. Normal user accounts are usually prevented from installing anything. Once you have user … ![]() | |
Re: Just make a page with two text links on it: View on mobile phone View on full size computer | |
Re: The problem with the non-table methods is that they fall apart when the browser window size is different than the size planned for. Instead of making page image scroll (as it should), the browser lets the structure created by divs fall apart. It was a good idea theoretically, but the … | |
Re: Anything inside a script is NOT searched by search engines. The original page before it is modified by scripts is the only thing the search engines look at. | |
Re: That would make me hit the back button at lightning speed. | |
Re: You are losing hover when the mouse moves away from the object. This is a job for javascript. | |
Re: That does you no good at all if the website has a 56K modem. | |
Re: It works just fine on my Firefox 2.0.0.3 browser. They are red. Check your browser to see if scripting is disabled. | |
Re: [QUOTE=Egsal;69745]I'm working on a website for my friend and we're having some problems. We have set up a table to handle the main page, which has within the table a shoutbox, news posts, and links. The news bits within the table are (obviously) longer in terms of space used up … | |
Re: If the script keeps running (e.g. if there is a loop we can't see, or another script), the display won't change. IE waits until the script ends to update the screen. Block and none are not valid display modes. Use visible and hidden. | |
Re: I don't know if that is possible. Vector graphics contain descriptions of the objects in the picture, such as lines, rectangles, polygons, circles, etc. They have to be drawn by the artist. A photograph has no such information within it. Vector graphics make no sense for images taken with a … | |
Re: Most likely the website itself is having trouble. All kinds of things may have happened to them: - Their computer may have eaten the website AND the backup. - Their computer may now be a pile of burned out chips, due to a surge or a lightning stroke. - They … | |
Re: [QUOTE=~s.o.s~;512415]Changing a system which works for 99% of the people out there doesn't make any sense.[/QUOTE] Tell that to Microsoft, the FCC, and the HDVD and Blu-Ray people. | |
Re: I'd say that something zxnrbled the boot sector on your master drive. You need to change a BIOS setting: Boot CD, then C drive. Put the Windows install CD in and boot. It will then reinstall Windows and fix that. Warning: If it can't fix the boot sector, it may … | |
Re: Make a style, and set the width to 20em (or 21 for some room) in the style. | |
Re: Look for volume control in the following place: start / settings / control panel / sound and audio devices / volume / advanced (top) | |
Re: I was going to suggest that too. | |
Re: There is a way to do it, but it requires work on your part. Have them email you the comments, and then you edit them into an html file when you receive them. | |
Re: 1. Don't use absolute positioning. 2. All other browsers place the margin outside of the object (as seen by absolute and width). IE places it inside the object. | |
Re: The problem is the Echo commenting system the paper uses. It's quite buggy. I have had this problem with every paper and TV station that uses it. It also reports a failure to post error, but then posts anyway - 3 times. | |
I have relative links in a menu page of the form: [CODE]<li><a href="info.htm#part1">See Part 1 of the problem</a></li>[/CODE] In the target page, the anchor is made as follows: [CODE]<h1><a name="part1">Part 1 of the Problem</a></h1>[/CODE] Now, after upgrading to Firefox 4, I am getting a 405 error: URL /Part1.html not found. … | |
Re: It can't be done reliably on all browsers, because webpages do not care about the size of the viewport, and browsers can't agree on a way to provide the size of the viewport. The Internet was not designed or intended to display pages that match the size of the current … | |
Re: I don't think you can do that, because it is not your page. And I haven't found a way to find longitude and latitude on Google Maps. They don't display it. Terraserver displays longitude and latitude: [url]http://terraserver.microsoft.com[/url] Google Earth displays longitude and latitude, but it is not a website, in … | |
Re: Did you remember to make the files public? | |
Re: I have had the following bumper stickers over the years: BUMPER STICKER Stop Honking. I'm Pedaling as fast as I can. (Two stickers, one cut in half, put on after the 55 speed limit:) NIX ON NIXON (Two stickers, one cut apart and reassembled:) BAYH BAH Are you closer to … | |
Re: If several attributes conflict, the browser throws away the height attribute first. The next questions is: 30 percent of WHAT? It's 30 percent of the height of the container of the tag with the height attribute. If the object is inside another container (such as a paragraph, or a table … | |
Re: The [icode]<p> </p>[/icode] tag pairs enclose a paragraph. A single [icode]<p>[/icode] tag is not allowed to be used as a line break. The [icode]<p> </p>[/icode] tag pairs can not be directly inside [icode]<ul> </ul>[/icode] tag pairs. Only [icode]<li> </li>[/icode] tag pairs are allowed to be directly inside the ul or … | |
Re: [inlinecode]align= [/inlinecode] is deprecated. And the W3C clowns gave us no good way to center images in nondeprecated ways. They are thinking book and newspaper layout, where images are never centered. So I do this: [code] <style type="text/css"> .cenx {text-align: center;} .ceni {clear: both;} .bxfix {margin: none; border: none; padding: … | |
Re: The biggest problem is that too many sites design their pages to require IE. - Requiring AxctiveX - Using nonstandard proprietary IE features - Designing to the IE violations of W3C. | |
Re: NOT SECURE Google will find iut and put it on its search engione. Than anyone can find it and log in to the services on the page without knowing the user name or password. | |
Re: IE applies the width setting outside the margins, borders, and padding. The W3C standard, Firefox, and others apply the width setting inside them. | |
Re: We have LanSchool, which lets the teacher's station set the student stations to allow or disallow using web browsers at the teacher's command. | |
Re: It may be IE that is causing the trouble. Try designing it for chrome, and then adjusting to make it work for IE. One big difference: IE puts the width and height attribute outside any margins, borders, and padding. The W3C standard and other browsers puts the width and height … | |
Re: You didn't tell us what it is doing wrong. You need to put classes in the table and in the cells. Use lowercase for your classes. Use the CSS: [code] .x1 {width: 85%; border: 0.1em solid black collapse;} .y1 {border: 0.1em solid black;} .z1 {border: 0.1em solid black; width: 20%;} … | |
Normally, when I put a photo on a website, the photo stays the same aspect ratio on both widescreen and normal monitors. But I have one web page where I need to resize the photos to all be the same width. I used the CSS width attribute, with an inch … |
The End.