As I mentioned in the main W&K 3.0.0 thread, I had been making a number of modifications to Kareha's mode_image template and CSS to more closely resemble the current incarnation of Futaba. Many are also for trimming the script, so ultimately they're inconsequential or invisible. I feel I've made all the necessary changes in those respects, but there are still various issues in the final product that probably have more to do with wakautils and part of the main script as well.
Here's what it looks like right now: http://pyc.h8r.net/ (may contain questionable material)
template file: http://pyc.h8r.net/templates.txt
Futaba CSS: http://pyc.h8r.net/css/futaba.css
The four visible problems are:
I noticed that the do_wakabamark and do_spans functions include certain HTML tags like ul, ol, li, p, pre, code, etc. I'm not very good with Perl (yet), but I'm aware that all these are probably for proper functionality, security, or robustness and as such I should not touch them.
So the dilemma is: can I remedy these issues without tearing necessary code out of the core scripts?
Most of that sounds like CSS issues, or at least things you can fix by editing the CSS.
>>2
I'm well aware of using margin and padding elements, but I was hoping for a way to remedy the above issues without the need for CSS hackery.
Margins and paddings are different between HTML 4.0 and strict XHTML. There's already CSS hackery in futaba.css to more closely follow the original Futaba look.
>>5 wins the Most Nonsensical Post award! GJ!