View Full Version : HTML Code
Good day to all:
just to ask this petty question: if anybody here knows the HTML code on text spacing..?
I want to separate the word TITLE and SALES..It seem that that HTML ignore empty space using space bar., it must have particular command. What is the Html code: Just to separate two words in the same row. different columns? DO help.
TITLE (col 20) ; SALES (Col. 40)
Fanny, ang alam ko eto yung code for space:
Kung gusto mo damihan, ulit-ulitin mo lang yung html code na yan. :)
thanks Bouie.. I want to know more if there another method..to locate the text in the same row but different column. kasi napaka tedious kung isa-isahin ang   command; Is there other means of hotmail command instead of using   for space:
Title (co.20) ;SAles (COl. 40)
Sana xhtml and css can help you with your prob. Hope this helps po :)
http://www.cssplay.co.uk/menu/column.html
recoletomusic
07.10.19, 11:00 PM
Use tables. May tutorials dito: http://www.w3schools.com
I think pwede kang gumamit ng <pre> tag para yung tinype mong spaces as is na.
paano po paggamit ng <pre> tag. any example po. thanks.
ryanestandarte
08.01.10, 07:31 PM
Use tables. May tutorials dito: http://www.w3schools.com
Agree ako diyan. What I would do kung may space between sales and title is that I would leave one column blank...unless e lalagyan mo siya ng border di ba?
recoletomusic
08.04.11, 12:40 AM
For spacing, HTML will read the code rather than the ordinary space created by the space bar.
Usage:
five spaces =
More about HTML is attached. :)
bobreyes
08.05.17, 01:05 PM
the <pre> tag is for pre-formatted text .. different browsers will interpret the output of texts enclosed with this tag.
paano po paggamit ng <pre> tag. any example po. thanks.