/    Sign up×
Community /Pin to ProfileBookmark

I am using Internet Explorer but a member of mine said that he is using Mozilla firefox and the my website he says that he sees it all messed up. I created this site using HTML.

I would like to know how can i fix this. If you have Mozilla firefox, please take a look [url]http://marlinsclubhouse.net[/url]

to post a comment
HTML

12 Comments(s)

Copy linkTweet thisAlerts:
@spufiApr 02.2004 — Stop using Front Page because it likes to insert IE only code, and if you don't know what you are doing, it creates crap in a hurry. Is there actually that much white space in your code? That's the most white space I have ever seen and it forced loading of the view source to take a long time. I did a file Save As on the source code and opened the code in my text editor. I got 22,331 lines of code. 22,331! Click on the Doctype link in my sig and read the article. Pick a Doctype and begin to try and validate your site. Validator link is also in my sig. Firefox likes valid pages. After that, go to w3schools and start to learn CSS asap. You will also want to stop using tables for your layout. [URL=http://www.matts-website.net/sandbox/index2.html]Here's[/URL] just a basic layout I did for a previous poster. This should give you an idea of what you need to work towards.
Copy linkTweet thisAlerts:
@spufiApr 02.2004 — And quit using JavaScript for the sake of using JavaScript. The following code does what?

<script language="JavaScript1.1">

<!--

jsVer = "1.1";

//-->

</script>

<script language="JavaScript1.2">

<!--

jsVer = "1.2";

//-->

</script>

<script language="JavaScript1.3">

<!-- Begin

jsver = "1.3";

//-->

</script>
Copy linkTweet thisAlerts:
@AJBurnett34authorApr 02.2004 — Thanks for the tips.

What do i use in replace of tables?

Thanks
Copy linkTweet thisAlerts:
@fredmvApr 02.2004 — [i]Originally posted by spufi [/i]

[B]The following code does what?[/B][/QUOTE]
It's an outdated way to see what version of JavaScript is at your disposal. A much more practical, as well as modern way is to use object detection.[i]Originally posted by AJBurnett34[/i]

[B]What do i use in replace of tables?[/B][/QUOTE]
CSS. Check out the links referenced by Matt previously. Moreover, make sure to take careful note of [url=http://www.hotdesign.com/seybold/]this article[/url].
Copy linkTweet thisAlerts:
@AJBurnett34authorApr 02.2004 — alright, but then how does my HTML code of my website now what color to put in?

what code do i need to put in so that the colors can come out?
Copy linkTweet thisAlerts:
@shimonApr 02.2004 — 22000+ lines of page source?!? Is this a record?
Copy linkTweet thisAlerts:
@Robert_WellockApr 02.2004 — Wow, whitespace.










Everywhere.
Copy linkTweet thisAlerts:
@AJBurnett34authorApr 02.2004 — [i]Originally posted by fredmv [/i]

CSS. Check out the links referenced by Matt previously. Moreover, make sure to take careful note of [url=http://www.hotdesign.com/seybold/]this article[/url]. [/B][/QUOTE]


CSS? How can i create a website using CSS? isnt that for color and font?

I want a table or something to replace a table, so i can put links on.
Copy linkTweet thisAlerts:
@SamApr 02.2004 — its not CSS alone, use XHTML to create a semantic layout, then css to lay it out.
Copy linkTweet thisAlerts:
@AJBurnett34authorApr 03.2004 — Can anyone tell me what this means in the page that matt gave me

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<link rel="stylesheet" title="Default" media="screen" href="default.css" type="text/css" />[/quote]


thanks
Copy linkTweet thisAlerts:
@spufiApr 03.2004 — <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

Is required for validation as it determines type of content you are sending and the charset.

<link rel="stylesheet" title="Default" media="screen" href="default.css" type="text/css" />

This links to my external style sheet where my CSS for the layout is defined. I'm basically saying it's my default style for a media type of screen, where the CSS file can be located at, and what type of content can be found within that file.

As you start to learn CSS, you will quickly see that defining your CSS externally is by far the ideal way of doing it.
Copy linkTweet thisAlerts:
@spufiApr 03.2004 — [i]Originally posted by AJBurnett34 [/i]

[B]CSS? How can i create a website using CSS? isnt that for color and font?



I want a table or something to replace a table, so i can put links on. [/B]
[/QUOTE]


CSS can do more than that. Again, go to W3schols and do the toturials on CSS. You don't need a table to define your links. A bunch of links are really a list of links. Because of this, you define them in a list tag(ordered/unordered). Check out the Taming Lists article in my sig.
×

Success!

Help @AJBurnett34 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...