NetTalk Central

Author Topic: Spacing between 2 Browses  (Read 4465 times)

RichBowman

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
    • Email
Spacing between 2 Browses
« on: January 05, 2012, 01:34:16 PM »
I have 2 browses on a form. The spacing between them is more than I want. I used Firebug and looked at the html. The first browse spans 3 columns. If I change it to 1 column it's right. How do I implement this in the NetTalk template?

bruce2

  • Full Member
  • ***
  • Posts: 108
    • View Profile
    • Email
Re: Spacing between 2 Browses
« Reply #1 on: January 05, 2012, 08:30:05 PM »
Can you post a screen-shot? Your question can be interpreted in a number of different ways, so a useful answer is hard without a screenshot.

Che's
Bruce

RichBowman

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
    • Email
Re: Spacing between 2 Browses
« Reply #2 on: January 06, 2012, 07:44:51 AM »
2 screen shots attached.

Thank you,

[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Spacing between 2 Browses
« Reply #3 on: January 06, 2012, 09:11:06 AM »
um - is it me or do both pics look the same?

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Spacing between 2 Browses
« Reply #4 on: January 06, 2012, 11:11:23 AM »
Bruce I think he is referring to the fact that the child browse is aligned to the right of the search fields rather then next to the parent browse.
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

RichBowman

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
    • Email
Re: Spacing between 2 Browses
« Reply #5 on: January 07, 2012, 08:19:03 AM »
I couldn't have said it better. The screen shots are similar although somewhat different.

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: Spacing between 2 Browses
« Reply #6 on: January 07, 2012, 10:29:28 AM »
I think if you look at the HTML source for both of those screens, and you look past the browse content, you'll find that they are both the same; div-wise.
The child browse will be it its own div to the right of the search form. Probably float:left.
You might be able to adjust this in the css changing the position attribute.

JAT
Chris
Real programmers use copy con newapp.exe