<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Patrick R. Michaud wrote:
<blockquote cite="mid20051101135417.GA5226@host.pmichaud.com"
type="cite">
<pre wrap="">On Tue, Nov 01, 2005 at 12:57:36PM +0000, Ed W wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Can anyone provide a workaround for wikistyles and div syntax where I
want to have a "width=60%" type specification?
</pre>
</blockquote>
<pre wrap=""><!---->
You can create a width60 css class... in pub/css/local.css:
.width60 { width:60% }
</pre>
</blockquote>
<br>
Sure, but I was actually hoping to use it more generally in the site as
a kind of sticky note / highlight syntax and so it would be desirable
to be able to format it in different widths depending on the page. I
guess lots of .widthXX defs work though<br>
<br>
Any chance of putting it in as a feature request going forward?
Something like using 60pct would be adequate I should think?<br>
<br>
Thanks for the advice<br>
<br>
Ed W<br>
</body>
</html>