![]() |
So... What can I do about this... (html, simple)
Yea, I have some links that are in a column... one on top of the other, like a list.
Ex: Link Link Link Link So. The links of are different lengths. So It looks more like: |Home| |Board| |Contact| |Content| I tried doing: | Home | | Board | |Contact| |Content| BUt with the font I'm using, nothing lines up. is there anyway that I can make a SMALLER space? I cant change the fact that the links are on top of each other. It would ruin the whole layout. Is there a way that I can fix this? I would appreciate any ideas :) |
You can define the with of one line by a table cell or defining that with a div tag, then you align the last (|) by align="right", then all the | will align if you had the same with of the tabelcells/divs.
Or you can just place the | in a cell by it's own... You must put center on the text and not the | also, you can wrap | on both sides for all of them. |
<div align="left">|</div><div align="center">TEXT HERE</div><Div align="right">|</div>
would that do it maybe? |
I would suggest just using a table. Use CSS to turn off all borders except for the left and right ones.
|
You can yell at me now
;) code: (above link is an example, if you haven't noticed) |
Hey, thanks for the ideas! Yea, I'll just align the "|" To the right of a cell. Thanks. I didnt think about that.
|
Actually on mine... instead of the a.nav I have.
code: Changing the line height to 180% of the actual height of the <a>, it will add space between them. (Since using margins, IE didn't like it). You can just give it a fixed px value if you want. |
| All times are GMT. The time now is 10:04. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.