Hi TwWizards
Can you help me to change an image:url('http://xx.com/xx.gif'); to
point at an embedded/attached image in a tiddler. (Tiddler name:
xx.gif)
This is what I have in my StyleSheet:
.postityellow {
border:0px solid #dd8;
padding-left:2.0em;
padding-top:1.0em;
padding-bottom:0.5em;
background-image:url('http://xx.com/Notepad.gif');
background-repeat:repeat-y;
background-attachment:scroll;
background-position:0px;
font-family:"Marker Felt", "Comic Sans MS", "Comic Sans", Sans;
font-size:16px;
line-height:20px;
}
I use it with a custom ViewTemplate (NoteViewtemplate) via Erics
taggedtemplateTweak.
<div class='viewer postityellow' macro='view text wikified'></div>
This way I get a notepad background for all tiddlers tagged with Note.
See: http://notabene.tiddlyspot.com/#testunderunderemne
I have attached Notepad.gif http://notabene.tiddlyspot.com/#Notepad.gif
Do I have to use the url (like above) of the tiddler or can I change
"background-image:url('http://xx.com/Notepad.gif');"
to :background-image:Notepad.gif;
(tried that - but it didn't work..)
YS Måns Mårtensson
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=.