[Israel.pm] Correction re. Offer's Presentation about Syntax Colouring
Shlomi Fish
shlomif at iglu.org.il
Thu Dec 9 09:38:56 PST 2004
In:
http://okaye.esmartweb.com/slides/syntax_highlighting/slide08.html
Offer says:
<<<
# Uses individual "font color" tags for each colored element. So it's hard to
change the look of the output:
For example this:
<font color="#a52a2a"><b>my</b></font>
Creates this:
my
# In fact, the output isn't even XHTML compliant, so if you want your slides
to be standard XHTML, you're out of luck.
>>>
Well, if you set the vim variable html_use_css to 1:
<<<
let html_use_css = 1
>>>
These two issues are resolved. see "help html" in vim.
Regards,
Shlomi Fish
--
---------------------------------------------------------------------
Shlomi Fish shlomif at iglu.org.il
Homepage: http://www.shlomifish.org/
Knuth is not God! It took him two days to build the Roman Empire.
More information about the Perl
mailing list