Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
HTML Picture error "possible bug"
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jonny87  
View profile  
 More options Aug 10 2012, 9:04 pm
From: Jonny87 <jonpcrepa...@gmail.com>
Date: Fri, 10 Aug 2012 18:04:55 -0700 (PDT)
Local: Fri, Aug 10 2012 9:04 pm
Subject: HTML Picture error "possible bug"

Hello, first of all sorry if this has been double posted. Couldn't find my
own post to track, still new to google groups. Kindly delete the other one,
this one is more detailed. Sorry for the trouble

It all started today, after 5 days of using the BG without problems, this
is the first roadblock I've got. When I try to select a picture (left
mbutton) it kinda clones itself and isn't selected properly. I'm not sure
if this is a bug or a mess up from my side but like I said I didn't change
anything in this page and the problem just occurred.

I'll upload part of the page for testing and hopefully the problem is able
to be reproduced on other computers. I've tried removing BG and all of it's
relevenant data maybe it was a setting problem, nope nothing.

I've uploaded the html file and all the art files I'm currently using in
it. The Button hyperlinks are just for this file, they normally go to other
pages.

If anyone could help me solve this problem, I'd be very grateful.

Thanks in advance,

Jonny

  About.HTML.zip
233K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonny87  
View profile  
 More options Aug 12 2012, 9:12 am
From: Jonny87 <jonpcrepa...@gmail.com>
Date: Sun, 12 Aug 2012 06:12:00 -0700 (PDT)
Subject: Re: HTML Picture error "possible bug"

I've found it that it doesn't always happen on every page.

I've opened a page where it doesn't happen, it all worked fine....the
pictures, creating tables and writing inside them. All worked fine till I
closed down the program and this same page
is now giving same problem as before. I can't find out what's causing the
problem.

Aside from the "picture cloning" I've shown in the attached video below, at
about 14-16sec the text is in a table and yet it doesn't show the outline
to indicate that which in turn I'm unable to resize the table without
manually changing it from the source.

Also please ignore the attachment in the first post. I've uploaded a new
version of the file with the tables included, and I've also included a
screenshot of how the page looks in LibreOffice. For the record I went
ahead and ran a fresh setup of BlueGriffon on another computer (where the
software was never installed before) and same problem happened. So I'm
assuming it's a bug or I'm doing something wrong.

Once more. thanks in advance if anyone can help me solve this mystery.

Jonny

  About.HTML.zip
1726K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charles Cooke  
View profile  
 More options Aug 13 2012, 2:08 pm
From: Charles Cooke <k...@charlescooke.me.uk>
Date: Mon, 13 Aug 2012 11:08:54 -0700 (PDT)
Local: Mon, Aug 13 2012 2:08 pm
Subject: Re: HTML Picture error "possible bug"

Jonny,

I have no idea why BlueGriffon gives the strange effects that you have
noted but rather than try to find an explanation what I suspect you want is
a fix.

Your ‘buttons’ are just a list of links to somewhere. Each should consist
of an image and a hyperlink. In some cases you have an image without a link
in other cases you have a link but no image to click.

What is unconventional and technically incorrect, is that you have strung
all the images together in a paragraph. Since they are actually a list of
images and links they should be formatted as a list. This also makes fault
diagnosis much easier.

To do this simply start an unordered (ul) list and insert list items with
one image in each.  You can then link the images as necessary.

You then need to set up the css needed so that the ul is given
list-style-type: none; (in the lists section of the style properties
panel).
Each image will now start a new line. To avoid that for the li set display:
inline; (in the Position and layout section).

If you do that I think you will find your pages respond as expected.  At
least I hope so!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »