NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: RichBowman on January 05, 2012, 01:34:16 PM

Title: Spacing between 2 Browses
Post by: RichBowman 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?
Title: Re: Spacing between 2 Browses
Post by: bruce2 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
Title: Re: Spacing between 2 Browses
Post by: RichBowman on January 06, 2012, 07:44:51 AM
2 screen shots attached.

Thank you,

[attachment deleted by admin]
Title: Re: Spacing between 2 Browses
Post by: Bruce on January 06, 2012, 09:11:06 AM
um - is it me or do both pics look the same?
Title: Re: Spacing between 2 Browses
Post by: terryd 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.
Title: Re: Spacing between 2 Browses
Post by: RichBowman on January 07, 2012, 08:19:03 AM
I couldn't have said it better. The screen shots are similar although somewhat different.
Title: Re: Spacing between 2 Browses
Post by: ccordes 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