Log In · Register

 
Does my site look misaligned?
SharperMyspace
post May 31 2008, 02:21 PM
Post #1


Senior Member
*****

Group: Official Designer
Posts: 323
Joined: Dec 2007
Member No: 601,314



I use IE. My site looks great in IE, but someone told me that it was messed up in FF.

Could someone here who uses FF tell me if it is messed up? Maybe it is just that one guy's computer and not nessisarily my fault. Thanks!

The link is in my sig.
 
 
Start new topic
Replies
fixtatik
post May 31 2008, 02:47 PM
Post #2


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



haha, i just clicked your link in a different thread and was about to PM you about the misalignment.

i'd suggest instead of styling your HTML within the document itself, use an external style sheet and call it in the header. that way you'll have all the positioning and styles in one file, instead of scattered about your website.

CODE
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />

or
CODE
<style type="text/css" media="screen">
  @import "style.css";
</style>

the latter is only recognized by modern browsers, so if you're expecting your site to be visited by people with outdated browsers, use the first example.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: