Hi All

I have a simple code for a table like -
{{{<html><table>Login<tr><td align="right"><b>Username:</b></td><td
colspan="20"><span class macro='option txtUserName'> </td><tr><td
align="right"><b>Password:</b></td><td colspan="20"><span class
macro='option pasUploadPassword'> </td><tr><td
align="right"><b>Curso:</b></td><td colspan="20"><span class
macro='option txtCurso'> </td></tr> </table></html><<tiddler
RefreshTiddler with:Login>>}}}

It works perfectly when opened in the main viewer. However when opened
in the sidebar ....the input boxes donĀ“t show up. I am assuming its a
CSS coding .....have tried code like -

.rightLogin th, .rightLogin td, .rightLogin tr, .rightLogin
caption, .twtable th, .twtable td, .twtable tr, .twtable caption {
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;}

in the StyleSheet (...the problem is in rightLogin item as defined in
the pageTemplate div ( <div id='rightLogin' refresh='content'
tiddler='Login'></div>)

Can someone correct this code or indicate how to get the tables
showing up correctly in this part of the sidebar.

Thanks in Advance
Skye

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to