Jump to content

Code Markups


amj

Recommended Posts

Should the code quote markups have a change of style so that ASP is marked differently to PHP, HTML, JavaScript etc?

Some code

This would make it easier to distinguish between different coding even if the code block at the top just had the relevant type of code.

Link to comment
Share on other sites

There are a few different code blocks. This is a question for the people at Invision that wrote this forum software.SQL

SELECT column FROM table WHERE column=value

HTML

<p align="center">This is HTML code.</p>

CODE

This is a regular code block

Link to comment
Share on other sites

  • 2 weeks later...

I am facing problem writing DTD file.I want to write DTD syntax of the XML tree like this example: "Marks" is a node and it has two children "Pass" and "Fail". If value of the marks is less than 60 then "Fail" and if marks is greater that 60 then "Pass".How can write this above scenarion in DTD syntax.Could anyone please help me?I will be grateful to u.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...