So, *Chris* (or anyone else that wants to help me).
I have run into another fairly simple problem..
This time however, I think I know WHY the problem occurs, and am just wondering how to fix it. Sorry in advance, for the stupid question- I am self-taught programmer, and this is how I learn :P.
So I make a site for a friend (can be found at
http://www.photogrally.liophant.com) and on my browser (safari) it is all aligned, looks great, and Im happy.
Then i try access it through a windows using Internet Explorer.. It's dreadful. There is a square around my images on the index page (because they are links into the site).. and once I enter- EVERYTHING is either missing completely, or horribley mis-aligned.
So I go back to my mac, and try viewing it through Mozilla, this time DIFFERENT things are misaligned..etc.. (though better).
I diagnose this as a few things: 1) I'm guessing on my index, using CSS I need to specify no underline for all anchors. Okay, I got that..
The rest I am sure, is because I am using percentages/ numbers to align my images/text- which depending on the browser (and monitors screen size???) changes. As well as apparently web-standard is you your not supposed to use tables anymore? And I had to specify that it was ABSOLUTE positioning, to use Z-index
But if you don't use tables what do you use?!?
And if you want to align stuff, without using %'s to adjust margin.. then how do you do it?? [more specifically, if I have a table on the left, how do I put text NEXT to it, but not BELOW it]. I've experimented with Div's and Span's... all that fun stuff, but with no avail.
And on the subject of asking a trillion questions, firstly does this have anything to do with me having to specify that its positioned absolutely? and either way, is there any way to achieve the same result as changing the Z-index, without having to specify absolute positioning?
And lastly, is this just depending on the Browser? or is it screen size too? Because if it is just the browser then perhaps I can have some like javascript script to find out which browser the viewer has, and depending on browser point to a diff script?
Or maybe I'm going about this the wrong way.. what is the easiest way to get this viewable on other computers?
*sigh* I'm sorry for the trillion and one questions, but any and all help/advice would be great.
Thanks in advance!