NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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?
-
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
-
2 screen shots attached.
Thank you,
[attachment deleted by admin]
-
um - is it me or do both pics look the same?
-
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.
-
I couldn't have said it better. The screen shots are similar although somewhat different.
-
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