Hi All,
This is my first post to this board. First, a quick history, then my question.
I starting working with CorelDraw Essentials in 2003. Great software, but buggy!!! The photo editing software is tops, and the fact that you can make multi page drawings in Draw and auto export as web pages or PDF files is just awesome!!!
BUT... I am sick of the bugs. Windows XP, although better than its predecessors, has a habit of freezing solid at the most inopportune times. And CorelDraw regularly screws up web links within my multi-page documents, and to try and fix them is now probably taking more time than it would take to learn new software.
I actually like the feeling of paying someone for a well made product (software in this case), but I don't want to remain in the non-free software world and continuously pay for software that freezes or is buggy. Hence, I am on this forum typing from PCLinuxOS.
OK, done with the intro and philosophical argument. So, as the title of this post suggests, how do I create a multi-part graphic with HTML buttons (for page switching) within it? I can do this with Inkscape/NVu easily when the buttons are separate from the graphic (by linking the button to an address for a different page, top of page, etc), but I cannot figure out how to embed these buttons within the graphic I want to place on the page.
If anyone can offer any help I would be much obliged. If the answer is on a previous post, please post the link and don't attack me for being stupid (or lazy).
Thanks!
Dulwithe, The Dark Shadow.
HTML Buttons within a graphic as in CorelDraw
Re: HTML Buttons within a graphic as in CorelDraw
I think you might have a slightly wrong idea about what Inkscape is for. The SVG format can do what you ask, but Inkscape is used primarily for creating static images in SVG format rather than SVG documents. And if you creating webpages, then you don't want to use SVG since IE doesn't support it without a plugin that most people won't have installed.
I would take a step back and think about what you need based on what you are trying to achieve. If you want to create a printed document then check out Scribus - it's a page layout application like Adobe InDesign or, dare I say, Microsoft Publisher. If you want to create webpages, then Nvu is a good option. Note that Scribus and Nvu 'create' the document but don't create images - Inkscape can be used to create the images used in the document - Inkscape doesn't create documents.
If you were using Corel Draw to both create the images and create the HTML, then that was a bad option. I haven't seen a single application that could do both well.
I would take a step back and think about what you need based on what you are trying to achieve. If you want to create a printed document then check out Scribus - it's a page layout application like Adobe InDesign or, dare I say, Microsoft Publisher. If you want to create webpages, then Nvu is a good option. Note that Scribus and Nvu 'create' the document but don't create images - Inkscape can be used to create the images used in the document - Inkscape doesn't create documents.
If you were using Corel Draw to both create the images and create the HTML, then that was a bad option. I haven't seen a single application that could do both well.
Re: HTML Buttons within a graphic as in CorelDraw
Hi microUgly,
Thanks for the reply. Your points are well taken. I have been playing with NVu to do just what you said - "create.html
Thanks for the reply. Your points are well taken. I have been playing with NVu to do just what you said - "create.html
- Darth_Gimp
- Posts: 165
- Joined: Sun Jun 10, 2007 12:49 pm
- Location: Canada
- Contact:
Re: HTML Buttons within a graphic as in CorelDraw
Guest wrote:I am one of the many who absolutely hate the fact that GIMP toolbars cannot be docked.
Since when?? When I use Gimp I have one main panel and my image open that's it. Everything I need is docked. I can supply an image if you like and perhaps help you set it up... but this would take this thread offtopic.
Re: HTML Buttons within a graphic as in CorelDraw
Hi Darth_Gimp,
Feel free to send me an email at dulwithe [atmarknospam] myrealbox [dotnospam] com .
I would love to figure out how to use the gimp with a nicer user interface.
BTW, do you have any ideas how to do what I want to do with open software like inkskape?
Thanks.
D.
Feel free to send me an email at dulwithe [atmarknospam] myrealbox [dotnospam] com .
I would love to figure out how to use the gimp with a nicer user interface.
BTW, do you have any ideas how to do what I want to do with open software like inkskape?
Thanks.
D.
- Darth_Gimp
- Posts: 165
- Joined: Sun Jun 10, 2007 12:49 pm
- Location: Canada
- Contact:
Re: HTML Buttons within a graphic as in CorelDraw
I responded to your question on the other thread that you asked it. As for Gimp, mine is set up this way (note, this is before I moved to Gimp 2.4).
Everything I use/need is neatly docked and ready for use.
Everything I use/need is neatly docked and ready for use.
Re: HTML Buttons within a graphic as in CorelDraw
A button within a graphic? Is this website an example of what you want. The Inkscape icon in the orange banner is more or less a "button".
Have you thought about using css as an option to place a button on top of a graphic? http://exploding-boy.com/images/EBmenus/menus.html is an example of css buttons.
Have you thought about using css as an option to place a button on top of a graphic? http://exploding-boy.com/images/EBmenus/menus.html is an example of css buttons.
Re: HTML Buttons within a graphic as in CorelDraw
Guest wrote:Anyhow, the question stands, is there a way that Inkscape can be used to create a "button" within a graphic that can be used as an HTML link to another page, site, or anchor on the same page?
I'm going to assume your still new to HTML since the answer is independent of if you're using Inkscape or any other drawing application.
Simply draw a picture you want to use as a button in inkscape and save it as PNG and covert it to a GIF or JPG if necessary. Then use the following HTML code to make it a link:
Code: Select all
<a href="page.htm"><img src="button.gif" /></a>
Also, comparing Inkscape and Gimp is like comparing apples and oranges. They are not competing applications - they work in very different ways and you should choose which to use based on how you want to work.