Yes, you can customize the blog templates. They use standard HTML /CSS code.
The templates are stored in the 'blog' sub folder of the program files.
Search found 14010 matches
- Thu Apr 19, 2018 8:52 am
- Forum: Responsive Web Design
- Topic: Wrapping Text Around an Image
- Replies: 12
- Views: 167
- Thu Apr 19, 2018 8:51 am
- Forum: General Questions
- Topic: use some master page more than one in page
- Replies: 3
- Views: 80
Re: use some master page more than one in page
You can use multiple master pages (not master frames) in one page.
- Thu Apr 19, 2018 7:21 am
- Forum: Responsive Web Design
- Topic: Breakpoints????
- Replies: 1
- Views: 57
Re: Breakpoints????
The resolution of the screen may not the the same as the browser's viewport.
Also note that the browser will select a smaller breakpoint than the viewport, so it will select 485 for 720 (because 768 will not fit)
Also note that the browser will select a smaller breakpoint than the viewport, so it will select 485 for 720 (because 768 will not fit)
- Thu Apr 19, 2018 6:17 am
- Forum: Login Tools Questions
- Topic: Login script
- Replies: 22
- Views: 579
Re: Login script
If I simply upload the signup form as produced using the Signup sub-menu item under the Login menu item, then it doesn't send the full details entered, just the User name and Password. Correct, that was how it was designed . I recall we had a similar discussion two years ago, but I did not add this...
- Thu Apr 19, 2018 6:13 am
- Forum: Responsive Web Design
- Topic: Wrapping Text Around an Image
- Replies: 12
- Views: 167
Re: Wrapping Text Around an Image
I'm sorry, there are no other options to wrap text around images than the ones you mentioned.
- Thu Apr 19, 2018 6:10 am
- Forum: General Questions
- Topic: Is there a book style responsive gallery available?
- Replies: 3
- Views: 115
Re: Is there a book style responsive gallery available?
I'm sorry, there is no extension for this. This will require a third party script.
- Wed Apr 18, 2018 8:18 pm
- Forum: Off Topic Section
- Topic: Best way to use Google Analytics in WB?
- Replies: 8
- Views: 145
- Wed Apr 18, 2018 7:43 pm
- Forum: General Questions
- Topic: Problem with responsive menu
- Replies: 2
- Views: 65
Re: Problem with responsive menu
The second project is not setup correct.
The default view should be the largest view. So, please remove the 1280 breakpoint.
Also, the 'overflow' property of the header is set to hidden, this means that all objects will be clipped.
The default view should be the largest view. So, please remove the 1280 breakpoint.
Also, the 'overflow' property of the header is set to hidden, this means that all objects will be clipped.
- Wed Apr 18, 2018 7:36 pm
- Forum: Off Topic Section
- Topic: Best way to use Google Analytics in WB?
- Replies: 8
- Views: 145
Re: Best way to use Google Analytics in WB?
- you do not need to publish the master page.
- if you want to add the code to a master page then it should be in an HTML object, set to 'between head tags'
- if you want to add the code to a master page then it should be in an HTML object, set to 'between head tags'
- Wed Apr 18, 2018 3:23 pm
- Forum: General Questions
- Topic: WWB64 and extensions.
- Replies: 10
- Views: 153
Re: WWB64 and extensions.
This is most likely because there is a conflict with the 32bit version using the same system folder.
I will investigate if it's better to use separates folders to prevent confusion.
I will investigate if it's better to use separates folders to prevent confusion.
- Wed Apr 18, 2018 1:22 pm
- Forum: General Questions
- Topic: I'm back
- Replies: 5
- Views: 116
Re: I'm back
Either import the styles from another (new) project or manually verify the settings of the styles within those from a new project.
- Wed Apr 18, 2018 12:05 pm
- Forum: General Questions
- Topic: I'm back
- Replies: 5
- Views: 116
Re: I'm back
I would not make too much changes to these styles unless you know what you are doing.
For example, removing the margin or display:inline will affect the behavior of text with headings.
For example, removing the margin or display:inline will affect the behavior of text with headings.
- Wed Apr 18, 2018 11:01 am
- Forum: Responsive Web Design
- Topic: Carousel and text on slides
- Replies: 6
- Views: 123
Re: Carousel and text on slides
Regards the text taking on the opacity setting of the layer shape below it - I find the same thing happens if i use a shape. This is normal HTML behavior. If you change the opacity of the container then it will affect all child elements. If you want a semitransparent background then you should set ...
- Wed Apr 18, 2018 10:59 am
- Forum: General Questions
- Topic: I'm back
- Replies: 5
- Views: 116
Re: I'm back
For performance reasons, the application will not render text shadow. This is behavior by design, because recalculating shadows during design time would make the software extremely slow.
- Wed Apr 18, 2018 7:54 am
- Forum: Off Topic Section
- Topic: Best way to use Google Analytics in WB?
- Replies: 8
- Views: 145
Re: Best way to use Google Analytics in WB?
Master objects do not include Page HTML or Page Properties, only the object will be included.
If you want to add HTML code to a master page then you will need to use the HTML object.
If you want to add HTML code to a master page then you will need to use the HTML object.