Correct Coding For Quotes In The Header ~ at Runboard.com


Temple of Illusia
 »  Illustrated Secrets of Design .
 »  »  Correct Coding For Quotes In The Header

SupportSearch Illusia

   Runboard       

Jump to Page:  1  2  3 

 
cfm518
Citizen
Worldly Traveler

Registered: 06-2007
Province: Tennessee
Posts: 20
Karma: 0 (+0/-0)
Reply | Quote
Correct Coding For Quotes In The Header


When you make a quote in a post, it's in BB code:
[quote]text[/quote]

So if you put something like that in the HTML header, you would usually use the same tags for the elements as BB code, except you would substitute the brackets with < to start and > to end. However, I read somewhere about using <blockquote> in web pages. I thought it would have been <quote>. Which one is correct, and what's the difference between the two?



---
 We need to get back to the basics of life:
A heart that is pure and a love that is blind;
A faith that is fervently grounded in Christ,
The hope that endures for all time.
(4Him/Avalon)
All Avalon
1/17/2008, 3:27 pm PM cfm518
 
The Mooseman
Citizen
Worldly Traveler (premium)
Runboard staff member

Registered: 03-2005
Province: Looking for my brain...
Posts: 563
Karma: 7 (+7/-0)
Avatar
Reply | Quote
Re: Correct Coding For Quotes In The Header


BBCode is an abbreviation for Bulletin Board Code, the lightweight markup language used to format posts in many message boards. It is also called forum codes. The available tags are usually indicated by rectangular brackets surrounding a keyword, and they are parsed by the message board system before being translated into a markup language that web browsers understand, usually HTML or XHTML.

Do not mix BBCode with HTML, they only work in post, not in your HTML.
In your HTML you always use <nnn>

So, if you gonna quote someone on a webpage that is not a forum post, use <blockquote>Mooseman</blockquote>


---

Image
Image

1/17/2008, 3:58 pm PM The Mooseman
 
cfm518
Citizen
Worldly Traveler

Registered: 06-2007
Province: Tennessee
Posts: 20
Karma: 0 (+0/-0)
Reply | Quote
Re: Correct Coding For Quotes In The Header


Thank you. emoticon



---
 We need to get back to the basics of life:
A heart that is pure and a love that is blind;
A faith that is fervently grounded in Christ,
The hope that endures for all time.
(4Him/Avalon)
All Avalon
1/17/2008, 5:58 pm PM cfm518
 
Lesigner Girl
Minerva
Worldly Traveler (premium)
Runboard staff member

Registered: 11-2005
Province: SW MI, USA
Posts: 5123
Karma: 89 (+103/-14)
Avatar
Reply | Quote
Re: Correct Coding For Quotes In The Header


Sometimes they're the same, but sometimes they're different.

[scroll] = <marquee>
[url] = <a>
[code] = <pre>
[quote] = <blockquote>

<marquee> shouldn't be used anymore, but since javascript is disabled in Runboard's headers and footers, <marquee> will have to do.

There is no such thing as a <col> tag for defining color. The old way was to use <font color="#______">, but <font> tags should never be used anymore. Instead, use CSS (Cascading Style Sheets) to separate content from style.

[img=_____] = <img src="_____" alt="__" />
[b] = <b>, but <b> should never be used anymore.
[i] = <i>, but <i> should never be used anymore.
[u] = <u>, but <u> should never be used anymore.
[center] = <center>, but <center> should never be used anymore.

Instead of <b>, use CSS to style bold text. However, if you would strongly emphasize the word you are bolding when reading it out loud, you may use <strong> in that case.

Instead of <i>, use CSS to style italicized text. However, if you would somewhat emphasize the word you are italicizing when reading it out loud, you may use <em> in that case.

Instead of <u>... Well, you really shouldn't underline text unless it's a link, because it can confuse people. That said, when you do underline text, that should be done with CSS.

Instead of <center>, use CSS.

[big] generates something other than <big> for Runboard posts, but <big> is actual HTML to enlarge text.

[small] generates something other than <small> for Runboard posts, but <small> is actual HTML to make text smaller.

It really is better to use CSS to define font sizes instead of <big> and <small>, because the goal with good coding is to completely separate content (HTML) from style (CSS).

This may be more information than you wanted, or you may find it helpful, and I thought I'd throw it out there just in case. :)

---
Image
Customization tutorials & Q&A
1/17/2008, 7:26 pm PM Lesigner Girl Read Blog
 
Redsun9
Citizen
Worldly Traveler (premium)

Registered: 05-2006
Province: www.acmilanturkiye.com
Posts: 115
Karma: 1 (+1/-0)
Avatar
Reply | Quote
Re: Correct Coding For Quotes In The Header


what we use in our posts to size images are this code:

[img(xxx,yyy)]linktopicture[/img]

xxx= width of the image,for example 420
yyy= height of the image, for example 180

We can put some strict rules to CSS for giving some sizes to images but for to make it flexible, I think it'll be very good to have this tricky function in RB.

---
Image
www.acmilanturkiye.com
1/25/2008, 7:07 am PM Redsun9 ICQ AIM MSN Read Blog
 
Queenyforever
Citizen
Worldly Traveler (premium)

Registered: 01-2007
Posts: 273
Karma: 7 (+7/-0)
Avatar
Reply | Quote
Re: Correct Coding For Quotes In The Header


Image
OK......so after that reply, I now know that my suspicions are correct.....
LG is a freaking Android......walking computer!
Image

---
Image
Image
1/25/2008, 12:04 pm PM Queenyforever
 
Lesigner Girl
Minerva
Worldly Traveler (premium)
Runboard staff member

Registered: 11-2005
Province: SW MI, USA
Posts: 5123
Karma: 89 (+103/-14)
Avatar
Reply | Quote
Re: Correct Coding For Quotes In The Header


Nah, Queeny, I just know my code. emoticon emoticon emoticon

Redsun, another board provider I used to use had the ability to size images in posts, although I can't remember which board provider it was. emoticon I think the code was:
[img width=___ height=___]http://...[/img]

I do remember that width had to come before height, because it wouldn't work if you tried to put height first, and it wouldn't work if you only used one or the other. So basically, you had to be aware of the program's glitches in order to use its features. emoticon

---
Image
Customization tutorials & Q&A
1/25/2008, 8:53 pm PM Lesigner Girl Read Blog
 
Queenyforever
Citizen
Worldly Traveler (premium)

Registered: 01-2007
Posts: 273
Karma: 7 (+7/-0)
Avatar
Reply | Quote
Re: Correct Coding For Quotes In The Header



Nah, Queeny, I just know my code.

ImageImageImage

---
Image
Image
1/27/2008, 9:21 pm PM Queenyforever
 
Lesigner Girl
Minerva
Worldly Traveler (premium)
Runboard staff member

Registered: 11-2005
Province: SW MI, USA
Posts: 5123
Karma: 89 (+103/-14)
Avatar
Reply | Quote
Re: Correct Coding For Quotes In The Header


Ok, so I have many skills. emoticon

But I'm not a walking computer, honest I'm not. emoticon

---
Image
Customization tutorials & Q&A
1/27/2008, 10:54 pm PM Lesigner Girl Read Blog
 
Pastor Rick
Citizen
Worldly Traveler (premium)

Registered: 07-2005
Province: Texas Country
Posts: 222
Karma: 7 (+8/-1)
Avatar
Reply | Quote
Re: Correct Coding For Quotes In The Header


Lesigner Girl 7 of 9? (ducking)

---
Image
·TNZ·DE·TRD·ITB·
1/28/2008, 7:36 am PM Pastor Rick Read Blog
 


Add to this discussion

Jump to Page:  1  2  3 




Powered by AkBBS 0.9.5b  -  Link to us   -  Blogs   -  Hall of Honour   -  Chat
Click here to get your own free message board
You are not logged in (login)      Board's time is: 12/1/2008, 6:45 pm EDT