PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Website in browser different than in designer
Website in browser different than in designer
Débuté par Quentin, 08 nov. 2017 16:05 - 2 réponses
Posté le 08 novembre 2017 - 16:05
Hello

A few more questions / problems I have.

While showing the correct space between two TextFields in the designer, the browser (any, I've tried with IE, Edge, Chrome, FF) shows a wider spacing between the one with line break and the one above.

Designer:




Browser:





One more question: Any chance to let a HTML table automatically adjust to the width in a responsive website?

Also, could you please answer the questions in this thread? Still having those problems
https://forum.pcsoft.fr/en-US/pcsoft.us.webdev/2321-some-responsive-related-questions/read.awp

Thank you
Posté le 08 novembre 2017 - 18:43
Hi

as it looks like the only field with the problem has the extra long
caption, you can first try to reduce the size of the caption in order to
make sure that is the origin of the problem

If it is, and you cannot replace the long caption bya shorter one, then
play with the style option (vertical alignment) of the caption, and of
the edit field itself...

ANd if that doesn't work, remove the caption altogther and replace it
with a static

BEst regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 11/8/2017 à 10:05 AM, Quentin a écrit :
Hello

A few more questions / problems I have.

While showing the correct space between two TextFields in the designer,
the browser (any, I've tried with IE, Edge, Chrome, FF) shows a wider
spacing between the one with line break and the one above.

Designer:





Browser:






One more question: Any chance to let a HTML table automatically adjust
to the width in a responsive website?

Also, could you please answer the questions in this thread? Still having
those problems
https://forum.pcsoft.fr/en-US/pcsoft.us.webdev/2321-some-responsive-related-questions/read.awp


Thank you
Posté le 09 novembre 2017 - 10:37
Thx for the answer, but have you tried it out? Only the text (caption) alignment can be set which is perfectly fine. As seen on the pictures, the TEXTBOX (input area) is aligned middle. Could I fix that with CSS code?

If so, how?

Thank you