A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hi,
I recently have implemented a new Artisteer skin and I noticed that EventDetail.aspx Page does not show the correct layout. The event Detail misses the frame with rounded corners and appears with no margins.
Apparently the following tags are missing
<div class='art-post'> <div class="art-post-tl"></div> <div class="art-post-tr"></div> <div class="art-post-bl"></div> <div class="art-post-br"></div> <div class="art-post-tc"></div> <div class="art-post-bc"></div> <div class="art-post-cl"></div> <div class="art-post-cr"></div> <div class="art-post-cc"></div> <div class="art-post-body">
Those tags are correctly set in DayView.aspx page.
Is there anything I can do by touching my CSS files ?
Thanks
Diego
Hi Diego,
This will work in the new release coming in the next few days.
Best,
Joe