+ 2
How can I align text horizontally with listings?
Example: LINKS USERS CUSTOMERS Contact Us add business meet Dalt about us remove buz buy tickets terms of use call us origin
13 Respuestas
+ 8
<dl>
  <dt>Coffee</dt>
  <dd>black hot drink</dd>
  <dt>Milk</dt>
  <dd>white cold drink</dd>
</dl>
Description list
+ 7
Use <pre></pre> tag to make the text "preserved" (it will be kept intact) and put inside the stuff.
(<pre>LINKS							USERS						CUSTOMERS	
					Contact Us					add business 					meet Dalt
					about us						remove buz						buy tickets 
					terms of use 				call us								origin</pre>)
+ 7
<!DOCTYPE html>
<html>
    <head>
        <title>Page Title</title>
    </head>
    <body>
        <footer style="position:absolute;top:80%;"><pre>LINKS							USERS						CUSTOMERS	
					Contact Us					add business 					meet Dalt
					about us						remove buz						buy tickets 
					terms of use 				call us								origin</pre></footer>
    </body>
</html>
Like this?
+ 5
<div align="center">How about this?</div>
(left|center|right)
+ 5
My email is "alternativexxxy@gmail.com"
+ 2
I tried using Html tag (div) to align them but isn't going through. 
What's your view...... 
+ 2
display the li elements inline-block
+ 2
Valentine.... I just tried but it wasn't aligned like the example above 
This type of alignment is often use in the footer or above the footer
+ 2
Honorable..... You are very brilliant..... Pls align it like my example for me. Am kinda confused 
+ 2
Please it still not going through....... Hope u really understand what am trying to do? 
I want to fix these inside my footer tag of my website..... Something like in between the <section></section>
Can u do that for me please......... 
+ 2
<div style="width:30%"><ul><li>first list</li></div>
repeat for each column, change widthI to accommodate number of columns to equal 100%.
with text-align you can use <p> tags.
Twitter Bootstrap you can set this up using grids.
+ 2
it's probably best to post your code on here and ask for review
+ 2
I guess u have to see what am trying to do.... Contact me and I will give u the details so u intimately teach me Pls. 
daltcom99@gmail.com 
Whatsapp: +233547459841
Fb: greenwood Dalton 



