Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
From MyBB To HTML (HQ Post)
#11
(04-06-2010, 12:33 PM)Elektrisk Wrote: There're some flaws in your tutorial...

First off, it's recommended that you use the CSS attribute:
Code:
text-decoration:line-through;

instead of <s> / <strike>, because I don't think XHTML supports <s>.

You should use <em> instead of <i> if you are going to rely on tags. But really, HTML is a MARKUP language, not a "let's decorate our text" language. There's CSS for that. Use the "font-style" property.

Instead of using <strong></strong>, one should use "font-weight:bold;" (CSS)

To embed an img, you don't use <img></img>. You use <img src="/url/to/image" alt="image description" /> The tag is self closing if you are using XHTML.

<code> isn't an HTML tag. Where did you learn HTML? The equivalent of [code] in HTML is <pre>.

<sizehere> is not an HTML tag. Please, if you are going to teach something, double check your information before teaching it. To declare a font size in HTML, you use CSS, with this attribute:
Code:
font-size:5em;

There're many different unit of measurements used in typography, such as %, em, px, and so on.

I'm sure there's more, but since you didn't put much thought into this (clearly), I don't see a reason to go on.

<strong></strong> is XHTML.
<b></b> is HTML.

Your correct.


(04-06-2010, 01:06 PM)onebot Wrote: Thanks bro, i really need it. starting my forum up again.

Cheers

(04-06-2010, 12:23 PM)MyFolder Wrote: Nice info & very usefull for new users in html.. =)

Enjoy
(04-06-2010, 09:29 AM)Whizdom™ Wrote: Great information. It would be best stored under some sort of help tab. Oui
I wish.
Reply


Messages In This Thread
From MyBB To HTML (HQ Post) - by Kaleb - 04-05-2010, 04:45 PM
RE: From MyBB To HTML (HQ Post) - by Backslash - 04-05-2010, 04:53 PM
RE: From MyBB To HTML (HQ Post) - by Kaleb - 04-05-2010, 04:53 PM
RE: From MyBB To HTML (HQ Post) - by aiir - 04-06-2010, 02:15 AM
RE: From MyBB To HTML (HQ Post) - by Kewlz - 04-06-2010, 09:27 AM
RE: From MyBB To HTML (HQ Post) - by Whizdom™ - 04-06-2010, 09:29 AM
RE: From MyBB To HTML (HQ Post) - by MyFolder - 04-06-2010, 12:23 PM
RE: From MyBB To HTML (HQ Post) - by Elektrisk - 04-06-2010, 12:33 PM
RE: From MyBB To HTML (HQ Post) - by onebot - 04-06-2010, 01:06 PM
RE: From MyBB To HTML (HQ Post) - by Kaleb - 04-12-2010, 07:46 PM
RE: From MyBB To HTML (HQ Post) - by Elektrisk - 04-12-2010, 07:53 PM
RE: From MyBB To HTML (HQ Post) - by Kaleb - 04-12-2010, 07:55 PM
RE: From MyBB To HTML (HQ Post) - by Christopher - 04-12-2010, 07:59 PM
RE: From MyBB To HTML (HQ Post) - by Kaleb - 04-12-2010, 08:05 PM
RE: From MyBB To HTML (HQ Post) - by RV™ - 04-13-2010, 06:25 AM
RE: From MyBB To HTML (HQ Post) - by MattR - 04-13-2010, 07:48 AM
RE: From MyBB To HTML (HQ Post) - by Elektrisk - 04-13-2010, 08:03 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How To Install MyBB | MyBB Installation Guide BreShiE 2 1,449 03-10-2012, 06:33 AM
Last Post: BreShiE
  MyBB question @OMNI or any other mybb Guru's 0xE9 13 31,552 07-28-2011, 01:29 PM
Last Post: Pompano
  How to Make your MYBB Central Plugin Compatible with new Mybb Billy Mays 3 2,159 07-12-2011, 06:40 PM
Last Post: Billy Mays
  [mybb]Sharing is sexy Social share buttons on every post envira 2 2,566 01-27-2011, 12:59 PM
Last Post: envira
  Changing post link properties in MyBB MarkW7 3 1,485 10-09-2010, 08:24 AM
Last Post: MarkW7

Forum Jump:


Users browsing this thread: 9 Guest(s)