Alignment
- Matrix Saiyan
- Joined: Tue Nov 12, 2002 9:23 pm
- Location: CA
- Contact:
Alignment
Ok for some reason when I am on my site at home it is positioned perfectly but when I am at school or my friends its all unorganized what is the problem?
Matrix Saiyan
I may have a DBZ name but that is why I am supperior to all.
I may have a DBZ name but that is why I am supperior to all.
- SSJVegita0609
- Joined: Sat Aug 03, 2002 10:52 pm
- Location: Around...
- Anime Jedi
- Joined: Sun May 19, 2002 11:16 am
- Location: Wandering Aimlessly (Canada)
- Aetherfukz
- Joined: Tue Jul 02, 2002 3:49 pm
- Location: My own private hell...
- Contact:
-
- Joined: Tue Jul 09, 2002 5:39 am
- Location: Southern California
Its cause youre using a different browser. Odds are at school youre on a Mac which is most likely using Netscape. All browsers display pages differently and support different codes or Tags. When you make a website its a good idea to test your site in multiple browsers. Netscape and IE are good starts just cause those are the most commonly used ones. A note on IE and Netscape: these two browser have a lot of mutually exclusive code. Stuff that only works on one browser and not the other for a certian function. So if you want it to look right in both, you have to put both ways of doing it in your html. A good example of this would be the ALT tag, which is supported in IE but ignored in Netscape. Meanwhile Netscape has another tag that does the same thing has the ALT tag( I think its the TS tag), but it is ignored in IE. So in your code you have to put both to have the alt message appear in both browsers. (Note, I cant remember if that example is actually true, but it should still get the point across)