PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Website in browser different than in designer
Website in browser different than in designer
Iniciado por Quentin, nov., 08 2017 4:05 PM - 2 respostas
Publicado em novembro, 08 2017 - 4:05 PM
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
Publicado em novembro, 08 2017 - 6:43 PM
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
Publicado em novembro, 09 2017 - 10:37 AM
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