Search found 7 matches

by robertz
Thu May 07, 2020 6:22 pm
Forum: Links and Navigation
Topic: CSS Menu
Replies: 18
Views: 9511

Re: CSS Menu

@piotrh

Maybe if you move just the following 4 links back to / between <head></head> tags

<link href="favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="favicon-64x64.png" rel="icon" sizes="64x64" type="image ...
by robertz
Thu Nov 14, 2019 10:31 pm
Forum: General Questions
Topic: Problems with Text
Replies: 5
Views: 2316

Re: Problems with Text

@dannac

1st video

Your page background color(black) is misleading you.

Your video shows you are trying to change text color from default black to a bright color.
But it still defaults to black text on black background because...
You must type text in the text box - highlight it - then you can ...
by robertz
Sun Feb 10, 2019 9:07 pm
Forum: Forms
Topic: Can anyone help with my form?
Replies: 2
Views: 3229

Re: Can anyone help with my form?

Your inserted code is correct.
But your page setup is incorrect, your constantly redirecting to itself.

go to Page properties > miscellaneous > Redirect > Do not redirect

<meta http-equiv="refresh" content="0; URL=./contact.php">
by robertz
Tue Jan 29, 2019 6:20 pm
Forum: General Questions
Topic: Photo Gallery - v14.3.1
Replies: 4
Views: 1919

Re: Photo Gallery - v14.3.1

@Starb7

I see a php code page at:
http://www.supake.co.uk/testing.html
by robertz
Sat Mar 03, 2018 4:36 pm
Forum: Off Topic Section
Topic: One page created with WB center-aligning text
Replies: 6
Views: 6346

Re: One page created with WB center-aligning text

@etcbbu

The external developer has told me that there is some CSS code on the WB-built page that is trumping the left-justification.

Try this:

Go to Tools > Options > HTML
Uncheck:
Generate external css...
Generate single css...

Just do this for the positions.php page and publish (selected ...
by robertz
Fri Feb 16, 2018 12:38 am
Forum: General Questions
Topic: Audio Player control buttons display problem
Replies: 9
Views: 3891

Re: Audio Player control buttons display problem

You have English and Bulgarian text, right after the head tag... both cause page errors.
You should remove the text that is colored red .
It could cause display problems on different desktop and mobile devices.

<!doctype html>
<html lang="en-us">
<head>
Bulgarian voice over ,Dubbing,VO production ...
by robertz
Fri Apr 08, 2011 12:06 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: GOEMO Translated Easy MP3 Extension **Updated 02/01/10**
Replies: 5
Views: 17997

Re: GOEMO Translated Easy MP3 Extension **Updated 02/01/10**

Greetings:
I'm having trouble with the Easy MP3 Player Translated65 Extension:
I can't seem to get it to autostart, the html code say's autoPlay=true.
I've tried it with IE, Firefox and Opera browsers. It will only start
if I hit the play button.

I'm using WB v6.5.7 legal registration and the Easy ...