|
Rank: Member Groups: Member
Joined: 1/10/2008 Posts: 26
|
Hi,
I have noticed that the MultiPage renders a table with the padding set to 3px all around which overrides the css-style. Is there a way for me to override these settings so that I can get rid of the padding?
/Patrik
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, We are not aware of any problem like that. The padding must come from somewhere else. Try the following code:
Code: HTML/ASPX
<eo:MultiPage runat="server" id="MultiPage1">
<eo:PageView runat="server" id="PageView1">Page View 1</eo:PageView>
</eo:MultiPage>
You will see it renders a bare table with no padding/spacing. Thanks
|
|
Rank: Member Groups: Member
Joined: 1/10/2008 Posts: 26
|
Hi,
I apologise! I found a skin file that did this.
/Patrik
|
|