SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: tables in HTML and compatibility both 800*600 and 1024 monitors

  1. #1
    SitePoint Addict marylin77's Avatar
    Join Date
    Aug 2003
    Location
    Spain
    Posts
    362
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    tables in HTML and compatibility with both 800*600 and 1024 monitors

    I have several days with a headeache because I do not know the reason by this code does not run properly in 1024 monitors resolution.
    I only use the basic sintax <table><tr>and<td>!!
    Code:
    <table border=0 width=100% cellpadding=0 cellspacing=0><tr><td width=58% height=132 background="themes/NukeNews/images/vwntanai.jpg"></td>
    <td  bgcolor="red" width=42% background="themes/NukeNews/images/vwntana.jpg"></td>
    
    </tr>
    </table>
    The images are both 16.0kb.
    In 800*600 monitors resolution(mine) is all right but in 1024 it does not appear properly...why?any idea?
    Regards from Spain.
    Last edited by marylin77; Sep 27, 2003 at 06:27.

  2. #2
    SitePoint Addict eskuel's Avatar
    Join Date
    Apr 2003
    Posts
    255
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Upload the html file so we can see

    Or at least tell us what it's meant to look like, and in what way is it displaying incorrectly.

  3. #3
    SitePoint Addict marylin77's Avatar
    Join Date
    Aug 2003
    Location
    Spain
    Posts
    362
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have solved my problem...it is all right now :]

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
  •