Hi. I need a bit of a hand with some HTML coding - frames, specifically. I got everything to work correctly on almost every Mac browser, but some Windows people are telling me it’s not working for them.
I’d appreciate a competent soul giving me a bit of a hand. Please message me if you are interested in helping out.
I suspect the best answer is to ditch the frames, but you presumably don’t want to do that for some reason. It’s been too long since I tinkered with HTML and frames, sorry can’t help.
Well, I couldn’t figure out any other way to make the page look less generic, since the page in the frame is all css and php, scripts for processing credit cards. And given my ineptitude with bare bones html, you can only imagine how CSS and PHP fry my brain.
I am not a Web designer or even that knowledgeable about HTML or CSS in general, but back when I was putting together a basic layout for my blog, I learned enough CSS to do it that way, and I will tell you that after a small learning curve, using CSS was a LOT easier than trying to mangle my way through tables and frames. It’s worth picking up a “CSS for Dummies” book or something. I am not a programmer and have no programming or coding background, so it’s really not something you have to have a lot of technical expertise to learn.
If you’re really doing nothing but almost pure HTML, then any Internet Explorer version greater than 6 should do just fine, and I suspect that IE 6.0 should also work. Are you doing any “styles” in your HTML code?
The big problem may be frames. Most people stopped using frames long ago, and there has been issues on how frames should be supported. Most people don’t even use tables for formatting their content, but instead use CSS. As long as you don’t do anything too strange, CSS 2.0 should work in all browsers including IE 6.0 and over.
You might look into Blogging frameworks like Blogspot and Wordpress for your webpage or if you need something more complex, Joomla or Druple where are CMS management systems.
Guanolad suggested something which led to my trying something else that worked. I had actually taken the coding from a Google page and kept stripping things out until I got what I wanted, and as a result I had very messy code. There’s a command called “tidy up” in my text editor and after I did that everything worked fine.