Bug 90943

Summary: Html export tool: add css functionality
Product: [Applications] digikam Reporter: Lucas <saturnlcs>
Component: Plugin-Generic-HTMLGalleryAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In: 5.7.0

Description Lucas 2004-10-08 04:33:10 UTC
Version:            (using KDE KDE 3.3.0)
Installed from:    Debian testing/unstable Packages

I use the html export plugin fairly frequently to post
pictures to my webpage.  I'm not knocking the current
html export format, but I usually spend time post
processing the html to recognize a css format I
created.  I'd thoroughly enjoy seeing a css file
"import" function built into the "look" export section
that prompts the user to select a user-generated css
file.

A simple html tag could then be "auto generated" for
the html head section as follows:

<html>
<head>
<style type="text/css" title="currentStyle">

		@import "myStyle.css";

</style>

</head>

<body>
</body>
</html>
Comment 1 Gael Guennebaud 2005-11-29 10:25:54 UTC
*** This bug has been confirmed by popular vote. ***
Comment 2 Tom Albers 2006-05-28 17:32:56 UTC
This bug is reported against 'imagesgallery'. This plugin has been replaced by a new plugin called 'HTMLExport', which is written completely from scratch. This bug report will now be closed.
Comment 3 caulier.gilles 2017-07-09 13:20:57 UTC
This problem is not reproducible with current HTML Gallery tool implemented in
digiKam core.

Gilles Caulier