| Author |
MyFaces Trinidad - aligning two tr:goLink's inside tr:table
|
Karu Banach
Greenhorn
Joined: Jun 14, 2011
Posts: 1
|
|
I've got a problem with aligning two links in tr:table and css I use for them.
My code looks roughly like this:
I would like to have them both in one line like this:
Save File1 Save File2
Instead I now have them like this:
Save File1
Save File2
I tried using <tr:panelHorizontalLayout> or column groups but that messed with my css which has a solid border for <table> tag and in the rendered page I get a solid border around both links (as if there was another table inside this column) which is not exactly what I wanted.
There is nothing about it in Trinidad documentation or tag library so I don't even know if it is normal Trinidad behaviour.
I would be happy for any suggestions.
Thanks in advance.
|
 |
 |
|
|
subject: MyFaces Trinidad - aligning two tr:goLink's inside tr:table
|
|
|