WebSite X5Help Center

 
John B.
John B.
User

Unwanted space or Row in page.  en

Autor: John B.
Besucht 597, Followers 2, Geteilt 0  

Page Creation displays blank space between cells. See the two pictures. In Page Creation I have two pictures in the left column. One should be right above the other. When you look at the Preview there is a space about the size of a row between the top row and second row

Gepostet am
7 ANTWORTEN - 1 KORREKT
John B.
John B.
User
Autor

Second File

Mehr lesen
Gepostet am von John B.
Anthony A.
Anthony A.
User

open your html object (top-right) check height of your html object, (for loging you don't need more than 120px in height) probably its in defult which is 350.

let me know the result.

if this post solved your issue, please mark it as solved.

Good luck

Mehr lesen
Gepostet am von Anthony A.
John B.
John B.
User
Autor

There is no "HTML Object" Selection at the Top Right of the Main Page in Page Creation / Home Page. Please look at the "PageCreation.png" above. Where should I look for HTML Object?

Mehr lesen
Gepostet am von John B.
John B.
John B.
User
Autor

There is a Log In Widget on the top right of the page. I deleted that and the extra row disappeared. Looks like a bug with your Login Widget.

Mehr lesen
Gepostet am von John B.
John B.
John B.
User
Autor

Can someone see if the height is listed in this code so I can change it?

<!-- Private Area.Login: START -->
<div id="imLogin" style="width: 100px">
<form method="post" action="imlogin.php" onsubmit="_jq(this).attr('action', x5engine.settings.currentPath + 'imlogin.php'); return (x5engine.utils.isOnline() || !x5engine.utils.showOfflineMessage(x5engine.l10n.get('blog_offline_message')));">
  <div class="imLoginBlock" style="width: 100%;">
    <label for="imUname"><span style="font-weight: normal; font-style: normal;font-family:Arial Rounded MT Bold; font-size:10pt; color: #000000">Username:</span></label><br />
    <input type="text" name="imUname" id="imUname" style="font-weight: normal; font-style: normal;border: 1px solid #ccc; font-family:Arial Rounded MT Bold; font-size:10pt; background-color: transparent; color: #000000; width: 100px"><br />
  </div>
  <div class="imLoginBlock" style="width: 100%;">
    <label for="imPwd"><span style="font-weight: normal; font-style: normal;font-family:Arial Rounded MT Bold; font-size:10pt; color: #000000">Password:</span></label><br />
    <input type="password" name="imPwd" id="imPwd" style="font-weight: normal; font-style: normal;border: 1px solid #ccc; font-family:Arial Rounded MT Bold; font-size:10pt; background-color: transparent; color: #000000; width: 100px"><br />
  </div>
  <div class="imLoginBlock" style="width: 100%; margin-top: 5px; text-align: center">
    <input type="submit" value="Log in" class="imLoginSubmit" style="font-weight: normal; font-style: normal;border: 1px solid #ccc; background-color: #806000; font-family:Arial Rounded MT Bold; font-size:10pt; color: #00BF30">
  </div>
</form>
</div>
<!-- Private Area.Login: END -->

Mehr lesen
Gepostet am von John B.
Anthony A.
Anthony A.
User

yes, that what I was telling you, html object and widget object are the same!

that is not a bug. inside your widget/html object (the one that you put for log in) set the height to 120. see the attachment.

follow the red arrows.

if this post solved your issue, please mark it as solved.

Good luck

Mehr lesen
Gepostet am von Anthony A.
John B.
John B.
User
Autor

Thank you Anthony!

Mehr lesen
Gepostet am von John B.