You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Andreas Andreou (JIRA)" <ta...@jakarta.apache.org> on 2006/09/21 14:52:23 UTC

[jira] Commented: (TAPESTRY-1094) contrib:Table generates incorrect style tags inside headers

    [ http://issues.apache.org/jira/browse/TAPESTRY-1094?page=comments#action_12436520 ] 
            
Andreas Andreou commented on TAPESTRY-1094:
-------------------------------------------

Can you show us the template you're using?

> contrib:Table generates incorrect style tags inside headers
> -----------------------------------------------------------
>
>                 Key: TAPESTRY-1094
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1094
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 4.0.2
>            Reporter: Christos Hadjistyllis
>            Priority: Minor
>
> When you define styling for the headers (th) of your contrib:Table via CSS, the HTML that is generated has the <style> tags incorrectly indented in the <th> tags, and as a result IE 6.0 (and maybe other browsers too) does not style the header correctly. 
> Here's an example:
> <th class="TableNameColumnHeader">
>         <style>
>                      .tableHeaderImage  {
> 	                            align:center;
>                       }
>         </style>
> 	<table class="tableHeaderTable" >
> 	<tr>
> 	<td><a href="somewhere">Table Name</a></td>
> 	
> 	</tr>
> 	</table>
> </th>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org