梁炳場 wrote:
In the header.jsp, I try to add something like "About Us", "Contact Us".
Make them align to the right.
But it does not work.
I spread across the header section.

I do this in the header.jsp (and use classLayout.jsp).

<tr>
<span style=" float;right; " />
<td>
     <logic:iterate ...>...
     </logic:iterate>
</td>
</span>
</tr>

How can I make it work?
Thnx

I guess you didn't cut and paste the code since your style is supposed to be "float=right;".

HTH, G.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to