Tuesday 15 June 2010

forum - How do I put these lines between text? -



forum - How do I put these lines between text? -

i wanting , have not figured out yet how place these between links on navigation bar or @ to the lowest degree between pieces of text.

the circled section

http://s10.postimg.org/724qvm42h/needhelp.png

your question not clear. though, if using html , css task can like: (assuming if want set lines in menu bar)

html code: <input type="button" value="button1" id="mybutton"> <input type="button" value="button2" id="mybutton"> <input type="button" value="button2" id="mynewbutton"> css code: #mybutton { border:none; border-right: 2px solid #87240f; background-color:transparent; } #mynewbutton { border:none; background-color:transparent; }

this got:

if want set vertical line between texts :

html code: <p class="aboutus"> <b>about us</b><br> <br> neci overview<br> our history<br> accreditation<br> why take us?<br> campus tour<br> affliations<br> awards<br> community <br> news<br> </p> css: .aboutus{ font-family: 'lato', sans-serif; font-size: 14px; float: left; border-right: 1px solid; width: 140px; }

output:

forum

No comments:

Post a Comment