[Skyblog] Having a title displayed on two lines

Last update on September 3, 2009 11:39 AM by jak58
Published by jak58
[Skyblog] Having a title displayed on two lines




To put an title on your skyblog two lines, follow the steps below:

Consider this example:

Line 1 
Line 2



You simply type this in your article title:

[
align=center]Line 1/align [align=center]Line 2/align



The tag [align] corresponds to the alignment of text on the page.
Alignment in the code can be:
  • left (left)
  • center (centered)
  • right (right)
Best answers for « Having a title displayed on two lines » in :
Publish a PDF file on your website ShowPublish a PDF file on your Website Displaying a link to a PDF on your Website Displaying the PDF on your website Displaying a link to a PDF on your Website Proposing a PDF link on your own website is an operation that can seem...
Tips and tricks ShowTips and tricks Substitution Display Remove Miscellaneous Substitution Substitute "foo" with "bar" on each line Only the 1st occurrence sed 's / foo / bar /' For the 3rd case only sed 's/foo/bar/3' All occurrences sed...
Numbering lines ShowSed - Numbering lines Numbering lines (equat to "cat -n file.txt") sed = file.txt The problem is that the display is effected on 2 lines. To set this default: sed = file.txt | sed 'N;s/\n/\t/' Number the lines but only the...
UNIX Commands ShowTable of the main UNIX commands Unix Commands Description Options ls lists the content of a directory -a Displays all files, including hidden files -I Displays a...
Hyperlinks ShowIntroduction to anchors Hypertext links or hyperlinks (anchors) are HTML elements that, when clicked on, enable readers to visit a new address. Hyperlinked text is underlined by default. Hyperlinks are what connect web pages to one another. They...
Linux - Compiling the kernel ShowCompiling the kernel In this article, compiling the kernel under Linux is explained. The following explanations are based on version 2.4.20 of kernel, i.e. the most recent version of the kernel at the time this article was written (March 2003)....