ADMIN: HTML tips

greenspun.com : LUSENET : Large format photography : One Thread

Remember that when you post a message, by default the line breaks and spaces are not preserved.

If you want to have them preserved (in particular when posting tabular data) you need to enter a few HTML tags: enclose the section which you don't want reformated between the tags <pre> and </pre> If you do so, please don't forget the last tag, otherwise the following messages will be messed up.

To create a new paragraph, just use the tag <p>

Another point is that due a software problem, the last line of your message might end up truncated. I don't have a simple solution for that. I recommend you just end your message by a blank line.

-- Q.-Tuan Luong (qtl@ai.sri.com), December 21, 2000

Answers

Since I've created a non-LF thread, I'd also like to point out that I go by "Tuan", and not "Q". My full first name is Quang-Tuan, but I've spelled it Q.-Tuan to prevent people from calling me "Quang" :-)

-- Q.-Tuan Luong (qtl@ai.sri.com), December 21, 2000.

DANG!!!!!!!! I THOUGHT IT WAS QUANG. ANYWAY, MANY MANY MANY THANKS FOR ALL THE HARD WORK YOU PUT FORTH!!!!!!!! BEST HOLIDAY WISHES FOR YOU AND YOUR FAMILY AND THE ENTIRE 'LF' FAMILY THAT WE HAVE REACHING AROUND THE GLOBE! MILES DALLAS TEXAS

-- MILES FEIGENBAUM (MFA1@IX.NETCOM.COM), December 21, 2000.

Hey Miles,

There's a little key on the left side of your keyboard marked "CAPS LOCK." Get to know it. Otherwise, people will think you're yelling. Happy Holidays!

-- Todd Caudle (tcfotos@home.com), December 21, 2000.


I want to add my best wishes and thanks also for your hard work, keep it up. Merry Christmas! Pat

-- pat krentz (patwandakrentz@aol.com), December 21, 2000.

Tuan: as you are discussing procedures, what can be done so that the hyperlinks appear as such in the posting? Can straight HTML code be used in the postings, -as for example by editing the posting in the Front Page editor and copying and pasting into the response section? Best widhes for the season and thanks for your good work.

-- Julio Fernandez (gluemax@ora.auracom.com), December 21, 2000.


Indeed, all the HTML tags can be used in the postings, including hyperlinks. I don't encourage using too much HTML, since: it is easy to make a mistake, there is no preview function on the Lusenet software, and the moderators are the only people who can edit the postings. Also, I noticed that pasting stuff generated by Microsoft software sometimes causes weird problem.

-- Q.-Tuan Luong (qtl@ai.sri.com), December 21, 2000.

I would like to add my own thanks, both to you for all your hard and unselfish work and to the people who contribute. I discovered this forum by accident, about 18 months ago, and although I don't always agree with some of the opinions expressed, I am constantly amazed by the high level of both knowledge and willingness to help that many people have. Any fool knows which way to point a 35mm, but without this forum it would be very difficult to get answers to many of the problems that we LF people have.

-- Garry Edwards (bestsnapper@freenetname.co.uk), December 22, 2000.

HTML is just some mnemonic letters in brackets, called tags. The modified text is surrounded by a starting tag and an ending tag.

Italics: <i>This would be in italics.</i>
Bold: <b>This would be in bold.</b>
Underline: <u>This would be underlined.</u>
Note the mnemonics: I for Italics, B for Bold, U for Underline.

URL "anchor": <a href="http://www.blahblahblah.com">The blah blah blah site</a> This produces the link to a site. The text between the tags is blue and underlined. The full URL goes between the quote marks. If you forget the leading http:// then the servers think it's on the current site.

Paragraphs are seperated by <p> tag. You can make line breaks by inserting the <br> tag at the end of a line.



-- Brian C. Miller (brian.c.miller@gte.net), December 23, 2000.

Moderation questions? read the FAQ