MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
mcallawa
Post subject: table css style not working in tiles  PostPosted: Oct 30, 2012 - 10:38 PM
Registered Member
Registered Member


Joined: Jun 24, 2004
Posts: 24

<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
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-pradeep
Post subject:   PostPosted: Oct 31, 2012 - 11:54 AM



Joined: Sep 24, 2012
Posts: 356

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.

_________________
Pradeep
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits