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
0
votes
0 answers

Plain text markup with programable extentions point?

I look for plain text markup what allow extension of syntax through standard way and ability to include/program own writers (or register routines to writer extension points) in order to get final document in different form with handling additional…
gavenkoa
  • 45,285
  • 19
  • 251
  • 303
0
votes
3 answers

HTML iFrame - size in markup or in CSS?

So is there any difference in this: and this: Both are supported in HTML5 and I wonder which one is…
PowerUser
  • 812
  • 1
  • 11
  • 32
0
votes
1 answer

Can you combine Rikulo UXL templates/views

I would like to know if, or how to, combine Rikulo UXL templates -- That is, provided it is possible. Just to keep things simple I took the ScrollViewDemo and LoginDemo from the UXL Overview web page as an experiment. My aim would is to see…
will
  • 4,799
  • 8
  • 54
  • 90
0
votes
0 answers

Dynamic HTML / PHP markup swapping based on screen width

I'm looking for a solution to dynamically swap out markup. I'm familiar with solutions that conditionally load and swap stylesheets, scripts, images, or blocks of HTML markup such as responsive.js, interchange.js in Foundation 5, yepnope ... tons…
0
votes
1 answer

Markup Validation error in Javascript

I am getting this error in my markup validation: Warning Line 23, Column 23: character "<" is the first character of a delimiter but occurred as data for (var i = 0; i < array.length; i++) { Is there something wrong with the "<" character in the…
MilkyTech
  • 1,919
  • 2
  • 15
  • 39
0
votes
1 answer

Attribute type not allowed on element video at this point. how to fix this error?

I'm getting an error when validating audio & video in my HTML markup using the W3C validator. Validation Output: 1 Error Error Line 28, Column 96: Attribute type not allowed on element video at this point. …
user3385102
  • 21
  • 1
  • 2
0
votes
2 answers

When would you use the html4f, html4s and html4t tags?

I know the html4f, html4s and html4t tags refer to different html 4 doctypes but I can't find reference as to when or why they would be used? Thank you
Jonathan
  • 1,833
  • 13
  • 15
0
votes
1 answer

Align controls in a webpage

I’m not too familiar with webpage design and am having a problem. I have the following datalist which is displayed ok but it is the section near the bottom that I am having with. I want the Hyperlink image to be on the same line as the “Details”…
Retrocoder
  • 4,483
  • 11
  • 46
  • 72
0
votes
1 answer

Custom xaml markup template for user control

Is it possible to customize default user control markup in xaml ? Let's say i have a user control named MyUserControl. What I would like to know - is it possible, when I type instead of just ending up…
frno
  • 1,064
  • 11
  • 24
0
votes
2 answers

Troubles with div vertical align (Twitter Bootstrap 3)

I've read many same topics but their solution haven't helped me. I've the header where first comes the logo and two buttons at right position. The problem is that those buttons are placed at top. I need to place them along horizontal line. Giving…
Kuzma
  • 679
  • 1
  • 12
  • 36
0
votes
1 answer

Apache VirtualHosts don't work no matter what

My Problem I've tried many methods, I've researched a ton of questions on StackOverflow and none of them work! Some info: I'm running Snow Leopard OS X (10.6.8) I'm using XAMPP Apache is loading the default (backup) directory. (See bottom of…
user3186208
  • 85
  • 1
  • 3
  • 10
0
votes
1 answer

how to set an a href inside another a href

i have the page "list.php" where my php script show the list of the records stored in a mysql table, when the user click on the record should go on the page "detail.php" and see all the details.
ipel
  • 1,326
  • 1
  • 18
  • 43
0
votes
2 answers

html markup in form field does not work

I am creating a site that a user can login and write or paste a text in a form field like so The text is saved in a DB (postgreSQL…
slevin
  • 4,166
  • 20
  • 69
  • 129
0
votes
2 answers

r data import custom markup

I am trying to import a series of custom data files into R. The files are organized into blocks, which are marked by XML-like markup tags. I understand that these files are not true XML-files and they contain no definition of markup language. Each…
0
votes
1 answer

What do the '_glossary' and '_contents' directives do in Sphinx?

In documentation for many packages, including Sphinx itself, I see a directive at the start of certain files of the form .. _: For example, many glossaries start with .. _glossary: What do these directives do and where are they…
orome
  • 45,163
  • 57
  • 202
  • 418