This topic is locked

Styling in ASPRunner5.net

3/18/2012 5:41:49 AM
ASPRunner.NET General questions
M
mstudio author

Hi,

How do I make the styling? there is a master page but it code in not really master page code.

I trying to center the page and IE makes a lots of problems.

I had to put body {margin-left:10px;} in comments in all the list's pages to fix the problem with IE.

Any ideas How can I work better?
By the way there is an error on the help pages, regarding the header and footer page, it is said I need to make .asp file but it work with .aspx files.
Thanks for the help

Sergey Kornilov admin 3/19/2012

You can modify include/style.css file adding new style definitions there.

M
mstudio author 3/25/2012

Thanks.
I am trying to center the page and make it 900px width to work on tablet but it is not working on IE8

I use margin:0 auto 0 auto;width:900px; on the divs I need to center but IE not center the div.

I can only center the div on Firefox, Chrome and Safari with the width I need
I have no idea how I can center the page.

You have any idea what I can do?