Weird Font Issue

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Macoland
 
 
Posts: 7
Joined: Mon Oct 09, 2023 9:13 pm

Weird Font Issue

Post by Macoland »

I have an issue that is driving me crazy. I have created a list (it is in a breakpoint) and all of the items show as normal font when editing it in WB.

The problem is when I either preview or publish the last item shows as bold. I all the settings are the same and even when I look at the code, I don't see a strong tag or anything that would be making it bold. Maybe I am just missing what is going on, but any help would be appreciated.

The image below shows what I see in WB on the left and what is in a browser on the right.

Image
http://macoland.net/sell/Font.jpg

Here is the example project file:

http://macoland.net/sell/Test.wbs
User avatar
Pablo
 
Posts: 23616
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Weird Font Issue

Post by Pablo »

You have added incomplete custom code in "wb_date"

Code: Select all

style="color:#FFFFFF;font-family:Georgia;font-size:24px;"><strong><? echo $Date;?
Macoland
 
 
Posts: 7
Joined: Mon Oct 09, 2023 9:13 pm

Re: Weird Font Issue

Post by Macoland »

Bless you Pablo!! That solved it.
Post Reply