Questions tagged [markup]

Markup covers various systems for annotating text with extra information which defines its formatting or appearance. Markup languages include HTML, XML, SGML, and markdown. The markup can typically only be seen when editing a document, not when viewing it.

Markup covers various systems for annotating text with extra information which defines its formatting or appearance. Markup languages include , , , and .

The markup can typically only be seen when editing a document, not when viewing it.

1350 questions
-1
votes
1 answer

PHP Custom Markup Language Parser

I am making a website, and I would like to make a custom Markup type language in PHP. I want the tags to be surrounded with [ and ]. Now, I was thinking about this, like anyone would, and I could do something like this: function formatMarkup($markup…
Fishy
  • 1,275
  • 1
  • 12
  • 26
-1
votes
1 answer

Lightweight markup language for HTML5

I've been using template toolkit + multi-markdown + Perl scripts as glue for my website. This combination has a few problems: I still have to do ugly things like:
{link to image} text for caption with appropriate…
Sherwood Botsford
  • 1,889
  • 5
  • 20
  • 35
-1
votes
2 answers

How should I place the container?

For example, I'm making a website with width of 960px. How should I use the container of this width? Are there any rules about it? .container { width: 960px; margin: 0 auto; } What is more correct? 1)
[whole…
WhilseySoon
  • 322
  • 4
  • 14
-1
votes
2 answers

2015: Markup Language for Analyzing Java Source Code (JavaML not working)

Question: Do you know of a tool that will work without too much compatability issues that can do markup on Java Source Code and keep most of the integrity of the program intact, or do you know how to make JavaML/JavaML 2.0 work? The tool should…
Fruitdrops13
  • 21
  • 1
  • 7
-1
votes
1 answer

How to break line in PHP request to Pivotal Tracker API

Pivotal Tracker doesn't accept \r\n character in it's request, and will just be displayed in the story description. How do I add new line in the PHP string to be submitted in the API?
Bogdan
  • 165
  • 1
  • 4
  • 13
-1
votes
2 answers

RegExp - Replace some characters between markups

I coded an AJAX function to make a search engine in a database. I want to highlight in yellow the searched characters in the displayed result. The following code is working pretty well: $.ajax({ type: "GET", url: "search_db.php", data:…
pihug12
  • 317
  • 3
  • 14
-1
votes
1 answer

Is button in header valid ?

Is this possible or is it not valid?

This header is the heading of an accordion. Therefore its a button as it opens and closes the accordion but semantically its a header as its the important chapters…
Daniel Ramirez-Escudero
  • 3,877
  • 13
  • 43
  • 80
-1
votes
1 answer

Is there a way to convert html markup to StackOverflow markup sintax?

Is there a tool like pandoc cli for converting HTML markup to StackOverflow markup syntax out there? I'm frankly not feeling up to digging the SO docs over and over to apply simple structure to my SO posts. Stuff like: [link](http://link.com/),…
public override
  • 974
  • 8
  • 17
-1
votes
1 answer

RGB function in HTML ? html is scripting language how can it have a function?

I think markup languages don't have functions in them then what is rgb() ?
Rubinder
  • 47
  • 8
-1
votes
1 answer

Illegal string offset php

I have been fighting this issue and actually solved it once, but still do not understand what is the issue here. I keep on running into "Illegal string offset" . Ok yes i have an array. Yes it does have keys, that I am trying to access, and values…
user3183915
  • 87
  • 2
  • 7
-1
votes
1 answer

What is the best UI Java markup language for designing applications for Google Android?

What is the best (meaning: most popular) UI Java markup language for designing applications for Google Android? So i will say something like
Rella
  • 65,003
  • 109
  • 363
  • 636
-1
votes
2 answers

"Multiple annotations found at this line: - The markup in the document following the root element must be well- formed

Hi im just started programming and i just get this error message "Multiple annotations found at this line: - The markup in the document following the root element must be well- formed."
-1
votes
1 answer

Replace content of HTML tag text with HtmlAgilityPack

If i for example have this markup:


TEXT TEXT TEXT KEYWORD TEXT TEXT TEXT

How do i replace the KEYWORD text with some anchor element so it would turn to be:


TEXT TEXT TEXT

YanivHer
  • 123
  • 14
-1
votes
1 answer

Page Div align not showing correctly

I have a weird situation and believe that it must be easy for people to help me out on this specific issue. I have two divs on a child page that i want to show next to each other. I mean, One on left and one on right. After that, on the bottom of…
Shezi
  • 1,352
  • 4
  • 27
  • 51