facebook

table css style not working in tiles

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #331835 Reply

    mcallawa
    Member

    <table border=”1″ cellspacing=”0″ cellpadding=”3″> tag works fine, but if I try to use css style format it does not work (no border shows up).

    This table tag is part of an iteration which is inside a tile which is inside a template. Files attached.

    Using the obsolete table attributes is OK but I’d like to know why css doesn’t work.

    MyEclipse config:
    *** Date:
    Tuesday, October 30, 2012 3:30:09 PM MDT

    ** System properties:
    OS=MacOSX
    OS version=10.7.5
    Java version=1.6.0_37

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 10.0
    Build id: 10.0-20111028

    *** Eclipse details:
    MyEclipse Enterprise Workbench

    Version: 10.0
    Build id: 10.0-20111028

    Eclipse startup command=-os
    macosx
    -ws
    carbon
    -arch
    x86
    -showsplash
    -launcher
    /Applications/MyEclipse/MyEclipse 10.app/Contents/Profile/myeclipse.app/Contents/MacOS/myeclipse
    -name
    Myeclipse
    –launcher.library
    /Applications/MyEclipse/MyEclipse 10.app/Contents/Profile/myeclipse.app/Contents/MacOS//../../../../../../../../Library/Genuitec/Common/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.1.100.v20110502/eclipse_1406.so
    -startup
    /Applications/MyEclipse/MyEclipse 10.app/Contents/Profile/myeclipse.app/Contents/MacOS//../../../../../../../../Library/Genuitec/Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    –launcher.overrideVmargs
    -install
    /Applications/MyEclipse/MyEclipse 10.app/Contents/Profile
    -configuration
    /Applications/MyEclipse/MyEclipse 10.app/Contents/Profile/configuration
    -keyring
    /Users/devuser/.eclipse_keyring
    -showlocation
    -vm
    /System/Library/Frameworks/JavaVM.framework

    Attachments:
    You must be logged in to view attached files.
    #331848 Reply

    mcallawa,

    I could not replicate the issue at my end.

    1) Can you please add the following code in your page and check whether border is shown or not ?
    <style type=”text/css”>
    table {
    border: 1px solid black;
    }
    </style>
    2) If you can still replicate the issue, can you please attach the application to help us investigate further.

    Let us know how it works for you.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: table css style not working in tiles

You must be logged in to post in the forum log in