Hi,
Not sure how to phrase my query but think the pictures will explain.
Using a html template and trying to implement it in ebase by building up the content using div's and html controls on top of the settings that are needed in the project properties where I have added the css, javascript and meta data content.
What I have been trying to work out is why there is a mismatch in the font style in the ebase version.
The following image is from the template .html file opened locally highlighting why is expected.
http://screencast.com/t/NfJjk7MlXYE0
The following is the xbase based project file.
http://screencast.com/t/sxwM8x7ewr
Thanks.
Implementing a html template
Moderators: Jon, Steve, Ian, Dave
-
- Ebase User
- Posts: 109
- Joined: Mon Sep 21, 2015 9:55 pm
-
- Moderator
- Posts: 1342
- Joined: Wed Sep 12, 2007 12:49 pm
The font attributes inherit downwards so they are probably specified somewhere higher on the page - possibly on the Page Control. To debug these problems, I generally use Firebug - right click on a piece of text and select Inspect Element with Firebug. It will then show you the various CSS attributes that are being applied and where they are coming from.
Another piece of information: a Panel Control with no layout is equivalent to a <div>. It's usually easier to use one of these than an HTML Control.
Another piece of information: a Panel Control with no layout is equivalent to a <div>. It's usually easier to use one of these than an HTML Control.
0 x
Who is online
Users browsing this forum: No registered users and 18 guests