PDA

Click to See Complete Forum and Search --> : Mac vs. PC for websites


guppy822
03-28-2007, 10:03 PM
I have just helped my friend create her portfolio website. It looked perfect on our Macs. Her mom viewed it on a PC and said its all jumbled. What is the deal? How can I fix it? The site is www.alphakt.com. Can anyone help?!?:confused:

I haven't actually seen it bc I only own a Mac. So anyone who has a PC...describe it or maybe send me a screen shot? Any advice would be greatly appreciated!

Thanks

urstwile
03-28-2007, 10:09 PM
You could try this site (http://browsershots.org) to get a preview of what it will look like in other browsers.

chris_bcn
03-28-2007, 10:16 PM
It looks remarkably like Firefox's SERVER NOT FOUND error page

guppy822
03-28-2007, 10:17 PM
ok, i will take a look, Thanks! Any ideas why it does that?

guppy822
03-28-2007, 10:25 PM
It looks remarkably like Firefox's SERVER NOT FOUND error page

I am viewing it in Firefox on my Mac and I don't see what you mean?

Drazan
03-28-2007, 10:43 PM
http://www.alphakt.com/Profile.html has three sets of width and height tags for each element block.

Why are you using tables inside of divs when you only have one line of text. Some even have nested tables with one line of code in a span tag.

http://jadeadragon.com/shared/gd/TEMP/gdf_profile.jpg

chris_bcn
03-28-2007, 10:52 PM
odd - I get a server not found page on my PC - but it comes up on my Mac. Very odd indeed

guppy822
03-28-2007, 10:55 PM
http://www.alphakt.com/Profile.html has three sets of width and height tags for each element block.

Why are you using tables inside of divs when you only have one line of text. Some even have nested tables with one line of code in a span tag.

http://jadeadragon.com/shared/gd/TEMP/gdf_profile.jpg

i didn't realize she did that. is that the problem? i don't know what you mean by "one line of code in a span tag"...

CamDesign
03-28-2007, 11:09 PM
yeah, I got that jumbled text too. I'm on a PC using firefox.

As far as I know designing websites with a PC is usually the best way to go because most people are on PC's.

It's always good to design your site with as many browsers open to check it as possible. I always design with IE and Firefox open to check the site throughout each step.

guppy822
03-28-2007, 11:12 PM
yeah, I got that jumbled text too. I'm on a PC using firefox.

As far as I know designing websites with a PC is usually the best way to go because most people are on PC's.

It's always good to design your site with as many browsers open to check it as possible. I always design with IE and Firefox open to check the site throughout each step.

boo that sucks!!! i know i'm not an expert, but i thought it looked ok on the mac! i hate that they are so different!

Drazan
03-28-2007, 11:42 PM
view the source code of the website. There's redundant code that it causing the problem.

ecsyle
03-28-2007, 11:54 PM
So mac and pc are browsers now?

guppy822
03-29-2007, 12:15 AM
view the source code of the website. There's redundant code that it causing the problem.

I am looking at the source code. I am confused as to what I am looking for?

Benjamin
03-29-2007, 10:34 AM
Also, you can try validating (http://validator.w3.org/) the code. That may show up the problems.

guppy822
03-29-2007, 11:38 AM
Also, you can try validating (http://validator.w3.org/) the code. That may show up the problems.

i looked into that! thanks! i found two errors which i am going to look into! that is an interesting website!! thanks again!

Mynock
03-29-2007, 12:38 PM
So mac and pc are browsers now?Apparently.

colonel5
03-29-2007, 02:15 PM
view the source code of the website. There's redundant code that it causing the problem.

yes, i would fix that, move the styles to their own style sheet, and get rid of the tables