Thanks Juan, I have fixed the situation by adding the CSS using the <link> tags on the layout markup as opposed to using @import() annotation on the layout class. I needed to add several css files in a certain order. I also wanted to add some IE specific styles using <if lt IE 8> kind of tags.
Now what am researching on is how to change the style of the grid. I am inspecting the dom elements with firebug and hope to get something. Regards. On Mon, Nov 8, 2010 at 2:56 AM, Juan E. Maya <maya.j...@gmail.com> wrote: > Well josh, it's hard to say. If u say it's a CSS problem then there's > not much tapestry could do. U might include a new CSS asset that > overrides the css causing the problem. > > On Mon, Nov 8, 2010 at 8:45 AM, Josh Kamau <joshnet2...@gmail.com> wrote: > > I realized this is being caused by css. I am using blueprint CSS for > layout > > and its really disfiguring my table. > > > > Any solution for this? > > > > regards. > > > > On Mon, Nov 8, 2010 at 2:42 AM, Josh Kamau <joshnet2...@gmail.com> > wrote: > > > >> Hi all > >> > >> I have created some page links and they are appearing with the path in > >> brackets. > >> E.g > >> > >> > >> Show all(/adressbook/showall)< > http://localhost:8080/addressbook/showall> > >> - Create New(/addressbook/createnew)< > http://localhost:8080/addressbook/> > >> > >> > >> Even the links for the grid column headers have behaved the same making > the > >> columns very long > >> > >> Where did i go wrong? > >> > >> Josh > >> > >> > >> > >> > >> > >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >