Restored from previous forum. Originally posted by tinman.
Originally posted by plouf
can anyone post a default CSS for (us) who do not have any idea about webcoding ?
Bah, no, read the CSS2 specification ;p
Heh, here's something which makes it look a bit like the PureBasic reference manual:
Code: Select all
PRE.code {
border: solid black;
border-width: thin;
background-color: #FFFFDF;
white-space: pre;
}
SPAN.keyword {
font-weight: bold;
color: #006666;
}
SPAN.comment {
color: #006666;
}
SPAN.const {
color: black;
}
SPAN.string {
color: black;
}
SPAN.command {
color: black;
}
Edit: forgot to say, if you have bold turned on (such as with the keywords) then your browser may make the characters wider than a normal width one, so any kind of alignment you have in your sources may not work.
--
I used to be a nihilist but I don't believe in that any more.
(Win98first ed. + all updates, PB3.51, Ed3.53)