PCs and Macs, Difference in Website Display

liunx

Guest
I'm working on a website for my school's newspaper. The site looks great on a PC (with Internet Explorer), but on a Mac it gets thrown off a bit- the main table is pushed to the side about a centimeter and a yellow bar of the same size takes its place. I have fiddled around with the code all day, but I just can't figure out why the site looks so different on Macs.<br />
<br />
Could anyone with access to both a Mac and a PC help me out?<br />
<br />
Here's the URL for the site: <!-- m --><a class="postlink" href="http://www.alternativeshift.com/terrapintimes/v18n1.html">http://www.alternativeshift.com/terrapi ... v18n1.html</a><!-- m --><br />
<br />
I'd really appreciate your help.<!--content-->well screw ppl w/ macs... j/k i dont know sorry cuz i have a PC it looks great to me!<!--content-->Check out this [link (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.alternativeshift.com%2Fterrapintimes%2Fv18n1.html&doctype=HTML+4.01+Transitional&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m -->)].<br />
<br />
The first four reports are for browser specific code, and can only be fixed by using CSS instead of your non-standard HTML.<br />
<br />
However, all of the other errors reported are typos, incorrect code, missing tags (like <tr> .. </tr>, and several </a> as well), nesting errors, and so on. Work through those first to see if that eliminates the problem.<!--content-->thats a really nice website giz, wish i'd have known about it before.<!--content-->>> thats a really nice website giz, wish i'd have known about it before. <<<br />
<br />
I've only mentioned it in about 500 of my previous posts. Easy to miss it. :D<!--content-->Nice layout, Kris. Very neat, indeed.<br />
<br />
I see what you mean about the shift. It looks to me like the menub iframe is a bit off. I wonder if aligning the TD to the right, rather than the default left would help move it over.<br />
<br />
I don't use iframes as a rule, so I don't know much about them, I'm afraid.<br />
<br />
Considering the length of the page, though, do you really need the iframes? Could you put the menus directly into the table cell and put a background colour to it? <br />
<br />
<shrug> Just a thought. <br />
<br />
Peg<!--content-->giz......validator....naaahh you've never mentioned that b4 m8 :P<!--content-->well sorry i just joined these forums like 3 daYys ago, so SORRYY!<!--content-->Just wanted to thank all of you for your comments and helpful suggestions. I think I'm just going to remove the iframes, which is tedious, but probably for the best.<!--content-->Ignore the first 4 errors in the list, but do fix the [other 16 (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.alternativeshift.com%2Fterrapintimes%2Fv18n1.html&doctype=HTML+4.01+Transitional&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m -->)]. Incorrect nesting will break the page in some browsers.<!--content-->
 
Back
Top