
03-24-2007, 07:29 PM
|
|
|
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by ksfrogman
Thanks for the response. Worked like a charm. I believe part of the problem is that the last time I actually programmed was in the days of the Digital PDP-11 and Apple II Plus, mostly in BASIC and FORTRAN. I get confused with the PHP, html, xhtml, vb code, etc. Images and quotes within the body of vBulletin text, for instance, employ the use of brackets, e.g., . I'm not sure what name is given to this latter type of code. In the Admin CP, when editting the header, it apparently uses html?
|
Never a problem...
When it comes to frontend output, HTML is what displays and holds content for every webpage. CSS changes the formating/ style while JS lends a hand with client-side interaction. VB Code is just an internal regexp system for replacing simple tags with html. And php is what runs everything behind the scenes.
|