Bug 90943 - Html export tool: add css functionality
Summary: Html export tool: add css functionality
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-HTMLGallery (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-08 04:33 UTC by Lucas
Modified: 2017-07-09 13:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.7.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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