/    Sign up×
Community /Pin to ProfileBookmark

Beginner Q: Tables in Netscape 6.2?

Hello,

I’m a newbie fresh from the factory (in fact I started learning just this morning, so I still have that new car smell… or something like that) Anyways… I have a Q.

I typed up this little bit in Notepad (below this paragraph) and when I viewed its output in IE 6.0 it looked fine. All the images lined up nicely and made a GUI. Sadly though, I soon discovered my HTML skills weren’t as good as my graphic art ones. I ran the .html file in Netscape 6.2 and saw that nothing was there – just a blank slate. I read up a bit more in an attempt to solve my problem but could not find what I desired. So I came here. Can anyone tell me what I’m doing wrong or give any tips based on what I’ve done so far, so that I can correct any problems/bad habits early on.

Here it is:

<HTML>
<HEAD>
<TITLE>My table Adventure</TITLE>
<BODY>

<P ALIGN=”center”>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
<TR>
<TD ALIGN=”left” VALIGN=”top” COLSPAN=3><IMG SRC=”C:Documents and SettingsJorden KrawiecDesktopJohnson Onysty SiteJO_GUI_v1.jpg”></TD>
</TR>
<TD ALIGN=”left” VALIGN=”top”><IMG SRC=”C:Documents and SettingsJorden KrawiecDesktopJohnson Onysty SiteJO_GUI_v2.jpg”></TD>
<TD ALIGN=”center” VALIGN=”bottom”><IMG SRC=”C:Documents and SettingsJorden KrawiecDesktopJohnson Onysty SiteJO_GUI_v4.jpg”></TD>
<TD ALIGN=”right” VALIGN=”top”><IMG SRC=”C:Documents and SettingsJorden KrawiecDesktopJohnson Onysty SiteJO_GUI_v3.jpg”></TD>
</TR>
<TR>
</TABLE>
</P>

</HTML>
</HEAD>
</BODY>

I do realize the spacing has all went down the drain now that I’ve copied and pasted the text from Notepad, but I hope it’s still understandable.

I have another quick question to pose. I’ve been reading and I keep hearing about HTML v4.0? Should I be programming according to that version or what? I’m slightly confused.

Any help from anyone is greatly appreciated. Thanks in advance. ?

  • JDK
  • to post a comment
    HTML

    8 Comments(s)

    Copy linkTweet thisAlerts:
    @Khalid_AliAug 14.2003 — The obvious problem is that you have spaces in between file names and directory names,NS is really does not like that,try changeing that to paths and filenames wher eno spaces are presnt...
    Copy linkTweet thisAlerts:
    @JDKauthorAug 14.2003 — Ahh. Yep - you're absolutely correct. That fixed it. Thanks a bunch. I was unaware that NS disliked spaces in paths. ?
    Copy linkTweet thisAlerts:
    @DaveSWAug 14.2003 — [i]Originally posted by JDK [/i]

    [B]I have another quick question to pose. I've been reading and I keep hearing about HTML v4.0? Should I be programming according to that version or what? I'm slightly confused.[/B][/QUOTE]


    We are currently on 4.01 - if you browse http://www.w3.org/ then you will see the official standard specifications.

    You may also wish to meet the code validators,

    http://www.htmlhelp.org/tools/validator/ (enter code directly in this one)

    http://www.htmlhelp.org/tools/validator/ (have to upload)

    And if you want some nice simple tutorials www.w3schools.com are good.

    As a starter:

    - your </head> tag should be before your <body> tag.

    - you've lost a <tr> tag before the pic ending v1

    - you need to specify an alt attribute for each picture for browsers which lose the picture - e.g:

    <IMG SRC="C:Documents and SettingsJorden KrawiecDesktopJohnson Onysty SiteJO_GUI_v2.jpg" alt="this is me swimming">

    Hope this helps

    Dave
    Copy linkTweet thisAlerts:
    @DaveSWAug 14.2003 — BTW what are you coding with?
    Copy linkTweet thisAlerts:
    @JDKauthorAug 14.2003 — Most excellent. Many thanks! Those links and pointers will surely be put to good use. Currently I'm doing everything in 'Notepad'. Once I learn more I plan on using Dreamweaver MX to do my coding in.
    Copy linkTweet thisAlerts:
    @DaveSWAug 14.2003 — if you want a good free editor then html-kit from www.chami.com is really excellent - you get the best control over your code
    Copy linkTweet thisAlerts:
    @JDKauthorAug 14.2003 — I already have a copy of DW MX. I'll go grab a copy of Html-kit. In comparison which one is better when it comes to simply coding it on your own?
    Copy linkTweet thisAlerts:
    @DaveSWAug 15.2003 — once you get the hang of html-kit I prefer it to dreamweaver. It's purely code based - no wysiwyg, but it does IE preview, Gecko (moz/netscape) preview, and you work purely with the code.

    It's actually the only editor I use. It has great css support, php etc, and you can download thousands of extra plugins off the internet - stuff like the latin text - and just dump all the sample text in at the click of a button! It has flash support, (plugin) etc. If you want to learn to code cleanly and without tables you can't go far wrong with it.

    Good luck out there!
    ×

    Success!

    Help @JDK 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.1,
    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: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

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

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...