|
|
Related topic(s):
Because I'm quite the ‘lazy’ man I've included some basic html coding you can use to (pre)format your text.
- The letter ‘q’ when typed resembles the cue or start of a html tag!
In the future I might add some attributes to these tags?
- The letter ‘x’ when typed resembles the end of a html tag!
- The letter ‘q’ is the letter ‘q’ and can be typed as qc
instead of the < which would appear if you type the ‘q’ in a normal fashion!
- The letter ‘x’ is the letter ‘x’ and can be typed as xc
instead of the > which would appear if you type the ‘x’ in a normal fashion!
|
|
|
|
Legend:
- Begin hyperlink = qa = <a href="#">.
Replace the # with any url you like afterwards! Use ctrl+h (replace) or ctrl+f (find) to aid you with this.
- Open link in new window. = qá = <a href="#" target="_blank">
á - ascii=alt+160 or dead key '+a when using an US-International keyboard.
- Open link in predefined name of frame (if any?) = qó = <a href="#" target="#">
ó - ascii=alt+162 or dead key '+o when using an US-International keyboard.
- End hyperlink = xa = </a>
- Begin divers (text) = qt = <div>
- Begin divers (text) = qé = <div align="center">
é - ascii=alt+130 or dead key '+e when using an US-International keyboard.
- Begin divers (text) = qú = <div class="*">
ú - ascii=alt+163 or dead key '+u when using an US-International keyboard.
- Begin divers (text) = qí = <div id="*">
í - ascii=alt+161 or dead key '+i when using an US-International keyboard.
- End divers (text) = xt = </div>
- Begin paragraph = qp = <p>
- End paragraph = xp = </p>
- Begin ordered list = qo = <ol>
- End ordered list = xo = </ol>
- Begin list = ql = <li> works only when used with <ol>!
- End list = xl = </li> works only when used with <ol>!
- Begin bold text = qs = <strong>. This used to be the <b> bold tag it has been replaced.
- End bold text = xs = </strong>. This used to be the </b> bold tag it has been replaced.
- Begin emphasize text = qe = <em>. This used to be the <i> italic tag it has been replaced.
- End emphasize text = xe = </em>. This used to be the </i> italic tag it has been replaced.
- Begin underline text = qu = <u>
- End underline text = xu = </u>
- Begin ‘quoted’ text = qk = <blockquote>
- End ‘quoted’ text = xk = </blockquote>
- Begin ‘quoted’ word = q' = ‘
- End ‘quoted’ word = x' = ’
- Begin “double” quoted word = q" = “
- End “double” quoted word = x" = ”
- Breakline = qb = <br />
- Symbol for the ( ) space-key = xn =
|
|
|
|
Symbols for intelectual property in html:
- Symbol for (®) reg = qr = ®
- Symbol for (©) copy = xr = ©
- Symbol for (™) trademark = qm = ™
|
|
|
|
Symbols with special meaning in html and who can't be displayed without this coding!:
- Symbol for the (&) ampersand = qn = &
- Symbol for the (") quote = q; = "
- Symbol for the (<) lesser than = qh = <
- Symbol for the (>) greater than = xh = >
- Symbol for (°) degree = qd = °
- Symbol for (¹) sup1 = q1 = ¹
- Symbol for (²) sup2 = q2 = ²
- Symbol for (³) sup3 = q3 = ³
- Symbol for (¼) 1/4 = x1 = ¼
- Symbol for (½) 1/2 = x2 = ½
- Symbol for (¾) 3/4 = x3 = ¾
|
|
|
|
Some other useful shortcut keys are:
- Ctrl+a which stands for select all text. Btw you can use the ‘select all’ as provided in the form!
- Ctrl+c which stands for copy selected text
- Ctrl+v which stands for paste selected text
- Ctrl+x which stands for cut selected text
|
|
|
|