Search found 12 matches

by RHenriques
Sun Oct 27, 2019 3:37 am
Forum: General Questions
Topic: Image event questions
Replies: 17
Views: 40027

Re: Image event questions

Thank you so much Pablo.
Best Regards
by RHenriques
Fri Oct 25, 2019 9:48 pm
Forum: General Questions
Topic: Image event questions
Replies: 17
Views: 40027

Re: Image event questions

Great, seems to be a good idea. However it's not a perfect solution. I still think that would be better that QnE7 could provide a way to do these links and allow them to be edited. It will not work if you have an html page inside a folder for instance (ex. /folder/somepage.html)
Best Regards
by RHenriques
Fri Oct 25, 2019 1:24 pm
Forum: General Questions
Topic: Image event questions
Replies: 17
Views: 40027

Re: Image event questions

Hi Pablo You mean a "dummy" page which will redirect to the desired local page? See from the following image if this is what you understood from what I said. https://www.dropbox.com/s/wvfyr2dp0orxkm7/Screen%20Shot%202019-10-25%20at%2014.19.43.png?dl=0 However QnE7, in this case, really all...
by RHenriques
Thu Oct 24, 2019 11:00 pm
Forum: General Questions
Topic: Image event questions
Replies: 17
Views: 40027

Re: Image event questions

Hi Pablo Strange. If I'm developing a project with pages that need to link to other pages, developed in specific software, I do not need to update them to somewhere first to structure a website. I can use relative links. It must be possible to link to local pages that are in the same folder or in fo...
by RHenriques
Wed Oct 23, 2019 9:56 pm
Forum: General Questions
Topic: Image event questions
Replies: 17
Views: 40027

Re: Image event questions

Hi Pablo

Yes. Here it goes

https://www.dropbox.com/s/hy5e33b2tcig5 ... b.zip?dl=0

Best Regards
by RHenriques
Tue Oct 22, 2019 11:00 pm
Forum: General Questions
Topic: Image event questions
Replies: 17
Views: 40027

Re: Image event questions

Hi Pablo The image is inside a layer with other elements. The image6 in the screen capture has a link but if we click in it to edit the dialogue appears blank. If we create a link in an isolated image things behave has expected. https://www.dropbox.com/s/7qgg6xc8lqn4lu4/Screen%20Shot%202019-10-22%20...
by RHenriques
Tue Oct 22, 2019 3:35 am
Forum: General Questions
Topic: Image event questions
Replies: 17
Views: 40027

Re: Image event questions

Bug??

When I click in an image to edit a previous link, the link appears blank, like no link ever was used.
I should click the image and edit it's link, as usual.
Best Regards
by RHenriques
Wed Sep 05, 2018 9:06 pm
Forum: General Questions
Topic: Transparent background to a link
Replies: 9
Views: 16234

Re: Transparent background to a link

Hi Pablo The procedure was simple. I've picked up a label from the image on the left and crated a link from it. In the link creation dialog box, I've went to link styles and created a style similar to the one in the picture - Yellow text, underline off, did not touch the background color and finally...
by RHenriques
Tue Sep 04, 2018 1:19 pm
Forum: General Questions
Topic: Transparent background to a link
Replies: 9
Views: 16234

Re: Transparent background to a link

Hi Pablo My problem is in the sequence of this forum thread. It's about the transparent background of link styles. If we create a new link style and do not touch in the background color, the link will have a gray background if we use the shadow effect. The background color edit popup does not have a...
by RHenriques
Tue Sep 04, 2018 4:23 am
Forum: General Questions
Topic: Transparent background to a link
Replies: 9
Views: 16234

Re: Transparent background to a link

Hi Pablo

When we use shadow and blur the background will be gray, no matter is we recreate them from scratch or not.
Any ideas?
Best Regards
by RHenriques
Mon Sep 03, 2018 11:51 am
Forum: General Questions
Topic: How to make an iframe fill the page dynamically
Replies: 2
Views: 6690

Re: How to make an iframe fill the page dynamically

Hi Pablo

Already tested but the problem remains the same. Used 100% width and height in the code but it's impossible to make the object flow according to page size. It will always obey to the size that is in the properties.


PS - Got it! used Type -> Do not use <div> option!
by RHenriques
Mon Sep 03, 2018 10:46 am
Forum: General Questions
Topic: How to make an iframe fill the page dynamically
Replies: 2
Views: 6690

How to make an iframe fill the page dynamically

Hi I need to have an iframe to fill all the background of a page dynamically. This would be easy by using the code: <iframe src="some_page.html" width="100%" height="100%" frameborder=”0″ /> however Q&E does not allow to use 100% option in the size. Editing HTML is ...