links within the tab to sit side by side, sorry! i don't say things well? but, like [link] [link] [link] instead of [link][link] in a blank tab of yours. if that makes sense.
oh yes! okay so if you delete the breaks after each link it will help, but then you’ll need to go into the div itself & switch the display. right now the display is display:block;
if you decide to do display:inlineblock; it will allow you still have the height & width values while also being side by side. if you switch it to display:none; all height & width values will disappear & you can sort of have it as a free link like in my theme #27. does this make sense?