Thread: EBAY SHOP?
View Single Post
  #9  
Old 26-Oct-2005, 20:36
phillc phillc is offline
Registered Forum User
Big Twin
Bikes: 996 race bike
 
Posts: 1,957
Join Date: Apr 2003
Mood: Almost over it.
So in the Description field you can probably enter some basic HTML which will allow you to do the bold thing.

There's loads of HTML tutorials on the Internet but try surrounding your text with either:

<strong>
<b>

These two will just make a standard font bold. I'm sure someone will tell me one is more correct than the other. I'm old school and have always used <b>

<H1>
<H2>
<H3>
<H4>

These ones will enlarge and bold the text. 1 is biggest. 4 is smallest. (Yes, pedants there's other ways to do this and I could have used font=)

Make sure you finish whatever you typed with </whatevertag> e.g. </b>

Try writing this in Notepad:

<b>Revdecal's text here</b>

Save it as revdecal.html and open it in your browser to see what it looks like. Play around until you get the hang of the tags.

[Edited on 26-10-2005 by phillc]
Quote+Reply