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.
 
SharperMyspace
post May 31 2008, 02:54 PM
Post #3


Senior Member
*****

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



QUOTE(fixtatik @ May 31 2008, 02:47 PM) *
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.

I have 2 php files. One inclues the first half of the site (up to the content area) and the other has everything after the content area. So when I make a page, I include the 1st part, type my content, and then include the 2nd part. I dunno if that makes sense, but it works.

In within those include files I have includes for css and stuff like that.

How can I fix my site so it looks right in FF?

grrrr I can't understand why someone would want to use FF. IE works perfectly fine for me.
 

Posts in this topic


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