2,255 Posted Topics

Member Avatar for Ennbay

It sounds like you are trying to upload html to a location that wants something else.

Member Avatar for Jen0608
0
123
Member Avatar for smarty9999

You have html (deprecated html at that) in the styles. You have something that can't change size in the header. On mouseover also can cause size troubles. You defined things in pixels. Those can't change size.

Member Avatar for Jen0608
0
76
Member Avatar for jbennet

I see some of the strangest icons that people think I will know what they mean (or even that they are icons): - A man 's head on the menu bar - A globe that looks like it is on roller skates - A white cross on a red background …

Member Avatar for WaltP
0
157
Member Avatar for bob on whidbey
Member Avatar for Designer_101

You need to design for all resolutions, instead of assuming a specific screen size. Many senior citizens have lower resolutions (e.g. 800 X 600) so they can see the text easier. I have several tips on making a compatible screen: 1. Don't cram too much on the page. 2. Never …

Member Avatar for ccube921
0
80
Member Avatar for Will Gresham

Easy in Word - it's a built in style. Hard in xhtml, but doable. You will have to use a different style for the odd rows and the even rows: - The odd rows have dark top borders and light bottom borders. - The even rows have dark bottom borders …

Member Avatar for MidiMagic
0
79
Member Avatar for MKala

This kind of equal column display works with table, but not with div. Table will automatically make the columns the same height. Div won't do this, because each div has absolutely no logical link to the div next to it. All of the methods used to try to make divs …

Member Avatar for MidiMagic
0
114
Member Avatar for OmniX

I don't understand exactly what you are trying to do. What you presented is an example of the typical form of a web page, not code that works.

Member Avatar for sillyboy
0
229
Member Avatar for cohen

If it is against their TOS, why do they have links to a downloader on their page?

Member Avatar for MidiMagic
0
108
Member Avatar for mike4

You can hide an image until a js programmed time to display it. But this often causes rendering problems if you choose to not render it until the time you want it to show.

Member Avatar for MidiMagic
0
60
Member Avatar for bharanidharanit

[QUOTE=bharanidharanit;759715]Yes sir, Gif and also animated gif. What size to be initialized before starting up. That is image size, canvas size etc?[/QUOTE] This is the size of the finished image you want. If you want a 2" by 2" image, then initialize it for that size.

Member Avatar for MidiMagic
0
120
Member Avatar for humbug

You have invalid code that causes FF to throw out the style it is in. Zero values in styles must NOT have units of measures. Your 0px entries cause the style it is in to be thrown away by the browser: Yes: 0 No: 0px, 0pt, 0in, 0%, 0em, etc

Member Avatar for MidiMagic
0
364
Member Avatar for kavithakesav

Note that Firefox considers 0 followed by a unit of measure (such as 0px or 0%) to be invalid, and throws away the entire style containing it. I see quite a few of those.

Member Avatar for MidiMagic
0
194
Member Avatar for daveg8
Member Avatar for MidiMagic

I can't log in using Firefox. When I click on the Member Login button, nothing happens. The windows for username and password do not appear. If I go to a forum post and try to reply, it tells me to login. If I click on the login link, it returns …

Member Avatar for MidiMagic
0
320
Member Avatar for chrisw09

It's a setting in the browser, and belongs to the user, not to the web developer. The user must set these values. AutoComplete= is a nonstandard IE extension. This is why it won't validate. Can you write empty strings into these fields with your script, before allowing the user to …

Member Avatar for MidiMagic
0
114
Member Avatar for Thinka

I still hate how I can't navigate the site while the ads are moving.

Member Avatar for Dani
0
159
Member Avatar for Chaky

I am keeping a list of all of the greedy ads that disrupt browsing. I then refuse to do business with those companies. If they get really obnoxious, I email them, telling them that their tactics are turning me away from using their product. It worked with Iams. But DirectTV …

Member Avatar for MidiMagic
0
140
Member Avatar for Tom Tolleson

I did it with notepad. I used find and replace to replace each tag with either nothing or the separators needed to import the data into the database.

Member Avatar for MidiMagic
0
83
Member Avatar for mayo_tech11

[quote]Film works[/quote] It does? Life-changing films: - A thief in the night (entire series)

Member Avatar for Obeledeveloper
0
326
Member Avatar for hugokang
Member Avatar for veledrom

Similar page result? On what? Are you referring to your search score for your website on some search engines? That just shows how well the website contents match your search string.

Member Avatar for MidiMagic
0
72
Member Avatar for MidiMagic

What changed? A web page that worked for over a year suddenly started overlapping an image on top of a table presented under it. The table used to render lower, completely below the image. I didn't change the code. The image is the lower of two .gif images, and the …

Member Avatar for jbennet
0
134
Member Avatar for lacompsr

Do this: - Take a screenshot of the finished page. - Reduce its size with a photo editor. - Use the resulting image as the thumbnail.

Member Avatar for MidiMagic
0
91
Member Avatar for denniskhor
Member Avatar for bimlaburlakoti

First of all, if the content is tabular data, use a table. It is not deprecated. The main idea is to get rid of the old usages of using tables to create borders and margins. Before CSS, table was the only way to have a border or a margin around …

Member Avatar for Agent Cosmic
0
128
Member Avatar for asp_seetha

Make the decision at print time by selecting the table, and then print only the selection.

Member Avatar for MidiMagic
0
125
Member Avatar for jelumalai

Is this an image? The best way to design a page is to create an array of objects that can expand or move apart to fill the screen horizontally. Note that if the image or page is too big for the screen resolution, scrollbars will appear, so the user can …

Member Avatar for MidiMagic
0
77
Member Avatar for Ryugen

The problem is trying to make a page that exactly fills a screen. The internet specifications do not have this kind of page defined as a possibility. A web page is supposed to start at the top and grow downward as far as the content needs. Firefox follows the standards, …

Member Avatar for MidiMagic
0
116
Member Avatar for spycatcher69
Member Avatar for MidiMagic

Firefox 2 issue when posting and reading threads. Whenever I post today, I get a perpetual "loading" animation. I have to refresh the screen to see the post. I cannot edit a post, I get the perpetual "loading" animation. Using refresh brings back the original page, not the edit screen. …

Member Avatar for MidiMagic
0
216
Member Avatar for emerote

There is one big IE incompatibility that happens when you define size styles (width, height) in the same tag that has nonzero surrounding styles (margin, border, padding). It can also happen with images. FF and the other browsers that follow the W3C standard put the surrounding styles outside the size …

Member Avatar for Dot Lexine
0
78
Member Avatar for cwindham

Who does What? "Why! I Don't Know! He's on third, and I don't give a darn!" (from the Abbot & Costello radio short "Who's on First") I use XHTML 1.0 Strict with CSS1. Almost all browsers in use today can handle it. I do use tables a bit more liberally …

Member Avatar for Rhyan
0
95
Member Avatar for grvs

Why I need more than 30 minutes: If you navigate to get a link or an object, when you return, the post text is GONE from the editing box. You must post it, and then edit it after you get the item into the clipboard. With the torpidity of the …

Member Avatar for punjabivirsa3
0
171
Member Avatar for mike.mclennan
Member Avatar for araghuc
0
176
Member Avatar for Agent Cosmic

It can't be done. The web is NOT designed to fill a screen. You provide content, and it expands downward to fill whatever area is needed, running off the screen downward if necessary. Remember that different computers have different resolutions. Combine that with different browsers, and it is quite impossible …

Member Avatar for Rhyan
0
159
Member Avatar for Lardmeister

PS3 - wasn't that an IBM PC model in the late 1980s? My list: Digital camera, Apples to Apples Bible Edition, socks.

Member Avatar for WillSly
0
937
Member Avatar for colweb

The problem is that the nesting order of size styles (width, height), and surrounding styles (margin, border, padding) is different with different browsers. FF puts the surrounding styles OUTSIDE the size styles, where the W3C says they belong. IE crams the surrounding styles INSIDE the size styles. The problem you …

Member Avatar for colweb
0
203
Member Avatar for dariush29722

In order to make IE behave the same as other browsers, you can NOT have nonzero surrounding styles (margin, border, padding) and size styles (width, height) applied to the same tag.

Member Avatar for essential
0
90
Member Avatar for rulebreaker

I found two the validation service won't find: 1. You have an 0px style value in your p tag style. This is invalid in Firefox, and causes the entire p tag style to be thrown away. There may be more of these. 2. You have size styles (width, height), and …

Member Avatar for MidiMagic
0
201
Member Avatar for The Dude

[quote=Sturm;388304]Actually most scientific papers that address global warming agree that it is happening.[/quote] Actually, most "scientific papers" on the subject assume it is happening, and concentrate on predicting the resulting effects.

Member Avatar for Dave Sinkula
0
973
Member Avatar for Transylvania

This is a common problem with web pages. Different computer screens have different resolutions. One trick is to place things in such a way that the space between them expands with a larger screen. You can place the files in a folder on your hard disk, and play with it …

Member Avatar for TnWbDzgnr1996
0
60
Member Avatar for stymied2

Check for an anomaly in an image. It might have one extra vertical pixel. I went bonkers trying to eliminate such a space, and found that one of the images had an extra row of pixels, all white, at the bottom. This made the browser make that row one pixel …

Member Avatar for MidiMagic
0
332
Member Avatar for mzd12111

Input is a self-closing empty tag, not a tag pair. It has no closing tag. [code] <form> <input type="text" /> </form> [/code]

Member Avatar for MidiMagic
0
103
Member Avatar for infotechland

I would suggest that you just display the image. That's what most advertising banners are. Some of them are motion picture images (which I don't like, because they steal control, preventing me from navigating quickly until they stop moving). The motion is contained inside the .gif or .flv file itself. …

Member Avatar for MidiMagic
0
92
Member Avatar for DFC

This is a setting on the browser. When you first download a file on most browsers after installing the browser, a dialog box opens to ask what you want to do with the file. There is a checkbox saying "open all files of this type in this way" in the …

Member Avatar for DFC
0
96
Member Avatar for sneekula

1. Sign: DEMOC RAT EXTERMINATORS 2. Why is it that Democrats throw most of the stuff found along the road out of car windows? 3. A man is drowning 50 feet from shore. A Republican throws a 40 foot rope, and requires the drowning man to swim 10 feet. A …

Member Avatar for Ene Uran
0
1K
Member Avatar for Stearmandriver

This looks like a copyright infringement issue. I see logos and other things that are obviously faked versions of real copyrighted material. Someone probably reported the copyright infringement, and asked that your site be blocked, or reported your site to one of the copyright enforcement organizations. Note that ISPs can …

Member Avatar for infotechland
0
142
Member Avatar for Reliable

WRONG! Table is not blasphemous, except with some idiots who don't understand what the W3C really wants people to avoid. The things the W3C wants to remove are: 1. The use of tables to create margins, borders, and padding effects. Before CSS, table was the only way to make them. …

Member Avatar for Reliable
0
78
Member Avatar for Lost&Confused

Hiding urls is usually a sign of criminal activity or malware threats. The web is supposed to be public, not private.

Member Avatar for Lost&Confused
0
171

The End.