PDA

View Full Version : Qt CSS help



jgrauman
26th January 2010, 22:03
Hello all,

I was wondering if someone could help me with Qt's CSS support. I've been trying to set margins for the whole document and haven't gotten it to work. I know I can add it to each individual paragraph in the <p> tag, but I'd like to set the margins document wide. I've tried various things, all along the lines of the following, and nothing has worked. Does anyone have any ideas? Thanks.

<body style="text-indent:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">

Josh