Results 1 to 6 of 6

Thread: html boxes

  1. #1

    html boxes

    Hi guys I am working on a new site http://gabe.mine.nu/temp

    I got a problem with the boxes. If you look up my site in netscape it look like the Menu table and the "New Webpage" table are very far away from each other but the formating is perfect.

    If you open my site in ie. opera, mozilla it will look as if both boxes are next to each other.

    what should I do?

  2. #2
    Junior Member
    Join Date
    May 2001
    Posts
    73

    Re: html boxes

    Are you using Dreamweaver or some other wysiwyg? If so, thats probably the reason. You'll need to it by hand.

  3. #3

    Re: html boxes

    doing it by hand.

  4. #4
    Moderator
    Advisor
    redhead's Avatar
    Join Date
    Jun 2001
    Location
    Copenhagen, Denmark
    Posts
    811

    Re: html boxes

    I was just wondering.. What if you were to let the second tabel have a alignment.. So the code:
    Code:
    <!-- Start Bigger Box *-->
    <table width="50%" cellspacing="2" cellpadding="2" border="0">
    woudl be something like:
    Code:
    <!-- Start Bigger Box *-->
    <table width="50%" cellspacing="2" cellpadding="2" border="0" align=left>
    To see if Netscape can handle that..

    Else you could try and change the setting for the cell holding the Box.
    ie:
    Code:
    <td valign=top>
    <!-- the table with the large one -->
    Be changed to:
    <td valign=top align=left>
    <!-- the table with the large one -->
    Apart from that I cant see why netscape wont align it right.

  5. #5
    Mentor coltrane's Avatar
    Join Date
    May 2001
    Location
    North Carolina
    Posts
    1,390

    Re: html boxes

    gmoreno

    Im going to revamp your stylesheet and see if i can discover the issue that way. It seems to be a problem with Netscape, for IE (Im at work) and Opera dont have a problem with your index page.

    Odd, but I'll figure it out.

  6. #6
    Mentor coltrane's Avatar
    Join Date
    May 2001
    Location
    North Carolina
    Posts
    1,390

    Re: html boxes

    according to my CSS bible, Netscape doesnt support CSS that well.....

    it is week in its support of some background, border and font families of the elements, in several cases not supporting them at all.
    but i think i have the remedy
    will email it to you later this morning

Similar Threads

  1. HTML Conversion
    By stryder144 in forum Linux - Software, Applications & Programming
    Replies: 3
    Last Post: 05-10-2006, 02:39 PM
  2. Disable HTML Scripts with media files
    By regix in forum Windows - General Topics
    Replies: 1
    Last Post: 01-03-2005, 10:27 PM
  3. Microsoft Word HTML conversion problem with Fedora Apache
    By starfish in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 05-09-2004, 04:33 PM
  4. vim and html
    By NGene in forum Linux - Software, Applications & Programming
    Replies: 7
    Last Post: 04-13-2002, 02:00 PM
  5. Dynamically generated static HTML.
    By Feztaa in forum Linux - General Topics
    Replies: 10
    Last Post: 03-08-2002, 01:11 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •