Page 1 of 1

Weird Font Issue

Posted: Wed Jan 15, 2025 1:57 pm
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

Re: Weird Font Issue

Posted: Wed Jan 15, 2025 2:47 pm
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;?

Re: Weird Font Issue

Posted: Wed Jan 15, 2025 3:27 pm
by Macoland
Bless you Pablo!! That solved it.