Louise
|
WebPages Looking different In BrowsersPLEASE ENTER THE FOLLOWING>>>>
Enter your myff forum url here, if the issue is on a particular part of the forum, then give a link to where the problem actually is. Do not enter your own domain name it must be the actual myff link :
If you are asking a template related question, what is the name of the template:
Please indicate keywords you have searched on:
Now ask your question in clear English without "txt" speak>>>>
_________________________________________________________________________
I have been making edits to The Webpage at The Lazy Lounge to mark Our Upcoming Birthday and have discovered that they look completely different in IE and FF
IE shows it perfectly as Intended but FF is awful as the images show, the Font is black rather trhan white and there are huge spaces where there should be none:
I have Included the coding I've used to create the webpage for you to see, How Do I get it to show in FF as it does in IE please?
IE = Perfect
FF = Awful!!!!
|
Louise
|
Please Ignore My above Post - Just fixed It - I had one of my 's In the wrong Place.
|
admin (no pm's please)
|
I'm afraid that all I was going to do was to point you to a web page validation page.
I got hit like this at the weekend, and it took me hours to solve and was down to a html typo.
There is often no reasonable alternative than to make sure a page is mostly clear of errors before trying to figure out browser anomalies, as most such issues are down to the errors.
|
Louise
|
At least it forced me to make sure My coding was Correct.
|
Louise
|
Would like to Say Thanks for suggesting a Web Page Validator, Have learned quite a bit from reading it.
Is It Normal though for Errors to turn up, which are part of the Original Template that I wouldn't be responsible for?
And Is it Possible to have a page that shows 100% no errors at all but still looks the way you'd like?
|
admin (no pm's please)
|
There are templates with errors, in fact probably most do have errors.
For example the way the quote bbcode works in phpbb2 has an error you cannot get rid of.
Mostly errors are harmless and you should never "NEED" an error to get things looking the way you want.
|
Louise
|
I cannot thank you enough for this Tip - I am in the process of Cleaning up any errors and have managed to improve both my Coding and my knowledge so much due to this - Thank you!!!!!
|
admin (no pm's please)
|
I'm really please someone is happy to be told this
It gives me a good feeling when I clear errors from a site, and I always learn a bit about the many fold web standards in the process.
Getting the Green Site Valid result is always good.
By and large people don't want to be told to make the site reasonably valid, they just want some quick fix and expect us to be smart enough to spot the one error out of 100's that is causing some strange problem. It is not a reasonable expectation
|
Nick(NR)
|
| admin (no pm's please) wrote: | It gives me a good feeling when I clear errors from a site, and I always learn a bit about the many fold web standards in the process.
Getting the Green Site Valid result is always good. |
It's just a shame people can't code such designs properly
Most of my designs lately go through clean with the odd symbol moan
|
Louise
|
The Kind Of errors I'm getting is as shown below, Body tag, span errors etc but as these aren't things that I have changed and were part of the Template as it was, I don't feel confident enough with my little Knowledge to change them . . .
Any That I know are My work, I have corrected.
|
admin (no pm's please)
|
I find that hard to read, but the body tag is down there with a self closing /> which is wrong it should be > as body is not a self closer, as there should be a following </body> later in the code.
|
Louise
|
Have corrected that - The other one I'm getting Lots, is saying that SPAN can't be used where it is But again, That's not something I've done - It's how the template was designed!
|
admin (no pm's please)
|
Quite possibly, it is a common error.
spans work with inline elements, they should not be placed around block level elements.
|
query
|
Something that will sort out most of your problems is drop the use of such ancient methods. Switch to proper valid XHTML and CSS, it'll take some learning at first but in the long run it'll save you a lot of time and make you a better web developer
|
admin (no pm's please)
|
I would agree that setting the DOCTYPE to an xhtml variant and taking a deep breath is the way to go. It may deluge you with errors at first, but the structure is more sensible and you are then moving to the future and not the past.
|
Louise
|
Thanks for the tips But I'll be honest, I don't think my knowledge is anywhere near enough to know what I'd be doing there !!! lol
|
|
|