Web site looks distorted in Firefox

Reply

Join Date: Apr 2005
Posts: 2
Reputation: bengoheen is an unknown quantity at this point 
Solved Threads: 0
bengoheen bengoheen is offline Offline
Newbie Poster

Web site looks distorted in Firefox

 
0
  #1
Apr 3rd, 2005
First off let me start by saying that my HTML is pretty basic. I am trying to design a real estate site for my wife. Her company has templates that you can use and I am trying to customize it. The page looks great in IE but when I open it in Firefox it looks horrible. Part of the code is displayed on the page and the table doesn't seem to be the same as in IE. Any help on this matter would be greatly appreciated!

-Ben


http://home.comcast.net/~staciagoheen
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 355
Reputation: DanceInstructor is an unknown quantity at this point 
Solved Threads: 14
DanceInstructor's Avatar
DanceInstructor DanceInstructor is offline Offline
Posting Whiz

Re: Web site looks distorted in Firefox

 
0
  #2
Apr 3rd, 2005
Its kind of hard to tell since there is a scripting language involved, but we definitly should not be able to see the following in your source code:
HTML and CSS Syntax (Toggle Plain Text)
  1. <% if($mc->hasVirtualTours() && $mc->hasOpenHouses())
  2. {
  3. $cellWidth = 25;
  4. }
  5. else if(!$mc->hasVirtualTours() && !$mc->hasOpenHouses())
  6. {
  7. $cellWidth = 50;
  8. }
  9. else
  10. {
  11. $cellWidth = 33;
  12. }
  13. if($mc->hasVirtualTours())
  14. { %>
More than likely you have not closed a script tag properly or have an extra ' " or something of that nature.

Does comcast support server-side scripts? That is the other possibility, that the script is not executing because the server doesn't support it.
Clear Mind Hosting and Web Design

If I've helped you please consider adding to my reputation.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 2
Reputation: bengoheen is an unknown quantity at this point 
Solved Threads: 0
bengoheen bengoheen is offline Offline
Newbie Poster

Re: Web site looks distorted in Firefox

 
0
  #3
Apr 3rd, 2005
Like I said before, my HTML skills are pretty basic and I really have no experience with javascript. I am going off a template supplied by my wife's comapny. How can I find out if Comcast supports server-side scripts? Thanks!


Originally Posted by DanceInstructor
Its kind of hard to tell since there is a scripting language involved, but we definitly should not be able to see the following in your source code:
HTML and CSS Syntax (Toggle Plain Text)
  1. <% if($mc->hasVirtualTours() && $mc->hasOpenHouses())
  2. {
  3. $cellWidth = 25;
  4. }
  5. else if(!$mc->hasVirtualTours() && !$mc->hasOpenHouses())
  6. {
  7. $cellWidth = 50;
  8. }
  9. else
  10. {
  11. $cellWidth = 33;
  12. }
  13. if($mc->hasVirtualTours())
  14. { %>
More than likely you have not closed a script tag properly or have an extra ' " or something of that nature.

Does comcast support server-side scripts? That is the other possibility, that the script is not executing because the server doesn't support it.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: Web site looks distorted in Firefox

 
0
  #4
Apr 4th, 2005
The <% %> brackets indicate ASP. Your host must support ASP processing for this code to run.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum


Views: 3377 | Replies: 3
Thread Tools Search this Thread



Tag cloud for HTML and CSS
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC