Link to home
Start Free TrialLog in
Avatar of Roger Alcindor
Roger Alcindor

asked on

Blue Griffon 3 problem

I am new at writing Web pages.
I have downloaded Blue Griffon 3 as a tool to make an HTML5 web page.
When I try to save the page (only one page), I get an error saying "please enter a title for the current page ?" as shown below.
I can't see how to do this !!
Any suggestions please ?

User generated image
Thanks,

Roger
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

the page needs a title
<html>
<head>
<title>This is the page Title</title>
</head>
<body>
lipsum
</body>
</html>

You have to expand that window. Guessing you are using Windows 7 ??

Test Video
Avatar of Roger Alcindor
Roger Alcindor

ASKER

Hello David,
Thanks for your prompt comment, which I fully understand. I didn't make myself very clear. I was asking specifically about how the Blue Griffon application  program, which is a WSIWG web code generator, could be used to configure the page title (without editing the code as you have indicated in your comment).
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Watched the video. The option to name the page wasn't there in Blue Griffon 3 )(when the preview-page was selected) so I un-installed it (64 bit version) and installed the 32 bit Version 3 instead and I could then name the page.

Thanks for your comments.