- This topic has 1 reply, 2 voices, and was last updated 12 years ago by support-pradeep.
-
AuthorPosts
-
mcallawaMember<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 WorkbenchVersion: 10.0
Build id: 10.0-20111028Eclipse 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.frameworkAttachments:
You must be logged in to view attached files.
support-pradeepMembermcallawa,
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.
-
AuthorPosts