Have your say & ask the experts!

Format Posting Primer

24 replies [Last post]
PJPro
PJPro's picture
Offline
Joined: 21 Jan 2008
Posts: 2938

There have been one or two of these. This one goes a step further than most.

 

Dividing up text



Use <p> at the end of a line to create a new paragraph

Use <br> at the end of a line to start a new line

Use <hr> to place a line across the page e.g.





Emphasising Text



Use <b> and </b> either side of your text to make it bold

Use <i> and </i> either side of your text to make it italic

Use <strike> and </strike> either side of your text to strike it out

Use <u> and </u> either side of your text to underline it

Use <em> and </em> either side of your text to emphasise it

Use <sup> and </sup> either side of your text to make it superscript

Use <sub> and </sub> either side of your text to make it subscript

Use <code> and </code> either side of your text to change the font

Use &nbsp; between text to force a space





Quoting


Creating your own block quote

Use <blockquote> and </blockquote> either side of your text eg


Here's my quote...i don't know what to say but I'll have tothink of something to be able to demonstrate what the block quote tags can do. Effectively they place space to the left and right of the inserted text.






Lists


Ordered and unordered lists do not seem to work. Pity.




Linking



To link to another page you will need the URL of that page. This is available from the address box of your browser. Once you have this address use the following to put the link in your post


<a href="Your URL here, keeping the quotes">The text to display here</a>


For example, if you put the following in your post

<a href="http://whathifi.co.uk/forums/">This links to the forums</a>

The following will be displayed, allowing the user to follow the link to the forums page

This links to the forums




Emoticons


Use the following to place in an emoticon image.

<img src="URL to image"/>

























Emoticon Type URL Image
Smile http://community.whathifi.com/emoticons/emotion-1.gif
Grin http://community.whathifi.com/emoticons/emotion-2.gif
Surprised? http://community.whathifi.com/emoticons/emotion-3.gif
Eager? http://community.whathifi.com/emoticons/emotion-4.gif
Wink http://community.whathifi.com/emoticons/emotion-5.gif
Sad http://community.whathifi.com/emoticons/emotion-6.gif
Confused? http://community.whathifi.com/emoticons/emotion-7.gif
Bemused? http://community.whathifi.com/emoticons/emotion-8.gif
In a sweat http://community.whathifi.com/emoticons/emotion-9.gif
Embarassed http://community.whathifi.com/emoticons/emotion-10.gif



So placing this in your post


<img src="http://community.whathifi.com/emoticons/emotion-10.gif"/>


will display this in your post


 




Images



Use the following to place in an image in your post.

<img src="URL to image"/>

You can only post images which are available on line.

Find the image you want to display. Right click the image and select properties. Copy the URL and use it to define the src (source) of the image.

So placing this in your post

<img src="http://www.haymarket.com/images/brands/media/name/Stufftv_logo.gif"/>

will display this in your post



To post your own images, you'll have to host them in something like flickr. This is what I use but doubtless there are others.


EDIT FROM MODS - When posting pictures, please format them to max 400 pixels wide to avoid them busting out of the forum frame. Huge pictures will be deleted.



Errr, use the following to place in an image in your post and limit its width.

<img src="URL to image" width="400"/>







Table


More complex. A two column table is defined like this


<table>
   <tr><th>Column 1</th><th>Column 2</th></tr>
   <tr><td>Row 1 Column 1</td><td>Row 1 Column</td></tr>
   <tr><td>Row 2 Column 1</td><td>Row 2 Column </td></tr>
   <tr><td>Row 3 Column 1</td><td>Row 3 Column </td></tr>
</table>

This html will display this











Column 1 Column 2
Row 1 Column 1    Row 1 Column 2
Row 2 Column 1    Row 2 Column 2
Row 3 Column 1    Row 3 Column 2


Simply copy the HTML above into your post and modify the text for your own. Unless you know what you are doing, I suggest that you do not add additional columns.





__________________

My useful(?) What HiFi Forum threads can be found here.

Duncan2112
Duncan2112's picture
Offline
Joined: 2 Apr 2008
Posts: 330
Re: Format Posting Tutorial

You had some spare time on your hands then Wink

Joking aside; thats all very useful stuff to have as a reference.


Oooh, look what I just did!

PJPro
PJPro's picture
Offline
Joined: 21 Jan 2008
Posts: 2938
Re: Format Posting Tutorial

Yes and thanks.

Incidently, if there are any requests I'll take a look and add them to the first posting.

__________________

My useful(?) What HiFi Forum threads can be found here.

Thaiman
Thaiman's picture
Offline
Joined: 28 Jul 2007
Posts: 4228
Re: Format Posting Tutorial

With new look forum on it's way I will be glad that we can format our post in the way it should be done and PJ, that was very good of you mate.

__________________

 

TW Raven AC - Soundsmith SG-410 - MSB 202 - Gershman Acoustics Black Swan - Audioquest K9

 

PJPro
PJPro's picture
Offline
Joined: 21 Jan 2008
Posts: 2938
Re: Format Posting Tutorial

user=&quot;Thaiman&quot; wrote:
With new look forum on it's way I will be glad that we can format our post in the way it should be done and PJ, that was very good of you mate.

Agree. All going well, this primer should have a very short shelf life. Assuming that the software gets delivered on time. Hhhmmm. What's the chances of that then?

__________________

My useful(?) What HiFi Forum threads can be found here.

PJPro
PJPro's picture
Offline
Joined: 21 Jan 2008
Posts: 2938
Re: Format Posting Tutorial

Updated OP to include a section on posting images. Should have put it in in the first place.

__________________

My useful(?) What HiFi Forum threads can be found here.

Andrew Everard
Andrew Everard's picture
Offline
Joined: 30 May 2007
Posts: 29046
Re: Format Posting Tutorial

user=&quot;PJPro&quot; wrote:
All going well, this primer should have a very short shelf life. Assuming that the software gets delivered on time. Hhhmmm. What's the chances of that then?

I think that Hhhmmm is apposite - AFAIK the forums will stay the same when the site gets upgraded, so your solid work on this tutorial will not have been in vain, PJP.

__________________

Consulting Editor, What Hi-Fi? Sound and Vision/whathifi.com  Audio Editor, Gramophone

PJPro
PJPro's picture
Offline
Joined: 21 Jan 2008
Posts: 2938
Re: Format Posting Tutorial

user=&quot;Andrew Everard&quot; wrote:

user=&quot;PJPro&quot; wrote:
All going well, this primer should have a very short shelf life. Assuming that the software gets delivered on time. Hhhmmm. What's the chances of that then?

I think that Hhhmmm is apposite - AFAIK the forums will stay the same when the site gets upgraded, so your solid work on this tutorial will not have been in vain, PJP.


Andrew, this being the case, perhaps it would be better to get one of your "web monkeys" to do something a little more formal and stick into a page which is not a thread.

Alternatively, myself (and others) could submit updates to, say yourself, who could update the page rather than paying the web monkeys for something we can provide for ourselves.

Just an idea.

__________________

My useful(?) What HiFi Forum threads can be found here.

russ74
russ74's picture
Offline
Joined: 6 Mar 2008
Posts: 174
Re: Format Posting Tutorial

 Heres one that I've used that may be worth adding to the original post.  It allows a link to be opened in a new tab or window:

<a href="Your URL here, keeping the quotes" target="_blank">The text to display here</a>

 

laserman16
laserman16's picture
Offline
Joined: 23 Nov 2007
Posts: 2195
Re: Format Posting Tutorial

This is superb. Well done you.

chebby
chebby's picture
Offline
Joined: 2 Jun 2008
Posts: 13216
Re: Format Posting Tutorial

...

__________________

Marantz M-CR603 + AirPlay • Rega R3 loudspeakers • iPhone 5 32GB • iMac • Apple Airport Extreme 802.11n • Panasonic TX-L32D25B • Sony BDP-S390 • Ruark Audio R1 Deluxe • Humax HDR-Fox T2

PJPro
PJPro's picture
Offline
Joined: 21 Jan 2008
Posts: 2938
Re: Format Posting Tutorial

OP updated to include strike out, underlining, emphasising, sub and superscript

__________________

My useful(?) What HiFi Forum threads can be found here.

John Duncan
John Duncan's picture
Offline
Joined: 8 Jan 2008
Posts: 20437
Re: Format Posting Tutorial

What's the difference between emphasising and italics?

__________________

CA StreamMagic 6  |  CA 751BD  |  CA 651A  |  PMC DB1i

Moderator. mail: john.duncan.whf at the mail of g dot com

plastic penguin
plastic penguin's picture
Offline
Joined: 28 Apr 2008
Posts: 12964
Re: Format Posting Tutorial

user=&quot;JohnDuncan&quot; wrote:
What's the difference between emphasising and italics?

Didn't the Italics play Romania tonight?. . . .Sorry couldn't help myself

__________________

Leema Pulse MKII-S; Naim CD5i MKII; Denon TU-260L MKII; MA RS6 speakers; Pro-ject Xpression 1; loads of different cables...

 

Formerly known as plastic penguin

PJPro
PJPro's picture
Offline
Joined: 21 Jan 2008
Posts: 2938
Re: Format Posting Tutorial

Not a lot...but I like to give options.

__________________

My useful(?) What HiFi Forum threads can be found here.

fr0g
fr0g's picture
Offline
Joined: 7 Jan 2008
Posts: 2133
Re: Format Posting Tutorial

still useful Wink Pity the forums dont have a sticky function...

__________________

“Out beyond ideas of wrong and  right, there is a field.

I'll meet you there."