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
1 answer

How to rotate a whole HTML5 document?

I have an HTML5 game in a iBooks Widget. It turns out the "close widget" button doesn't obey the information in Info.plist, which means it ends up right on top of the play zone. I can either recode the whole logic, and flip every single image (not…
Kheldar
  • 5,361
  • 3
  • 34
  • 63
0
votes
1 answer

auto height on parent div of a menu div... how?

Well the basic idea is to get the wrapper automaticaly expand height depending on the height of the children. The problem though is that the menu child has a float attr, and if it's bigger than content - it's simply sticking out, this you can see by…
Anonymous
  • 4,692
  • 8
  • 61
  • 91
0
votes
1 answer

Create Code Editor Style in html

I was wondering how to create Code Editor Style in html page like this one. http://www.tonymarston.net/php-mysql/databaseobjects.html He has different colors for different variables and strings. He used
 and  to style but I am not sure…
FlyingCat
  • 14,036
  • 36
  • 119
  • 198
0
votes
0 answers

How to change jQuery markup to display html

my question is in HTML comment in this HTML code below

Uvítací text

user13746
  • 840
  • 4
  • 8
  • 22
0
votes
1 answer

Dreamweaver Server-Side Include causes invalid markup

I'm a newbie to Wed Design, using Dreamweaver CS5.5 (and infinite amounts of Googling) to try and create a small Intranet site for the small business I'm working for. I'm trying to create a 'News' page where the news page will look for a…
SuperSub
  • 87
  • 1
  • 2
  • 7
0
votes
1 answer

VB.NET MessageBox with markup in forms

I want to show a MessageBox in a VB.NET application that has special markup for its text. More specifically, I want to display an unordered list. I tried doing it by wrapping the text in HTML tags (which Java Swing supports for example, if I'm not…
MarioDS
  • 12,895
  • 15
  • 65
  • 121
0
votes
1 answer

"Liquid" tiles scroll with CSS/JS

I am tasked to implement a web page element that is a group of tiles that should scroll smoothly on touch devices, and support traditional scrolling via buttons in a web page: On tablet, when a user scrolls the portfolio tiles, they should be…
Maxim V. Pavlov
  • 10,303
  • 17
  • 74
  • 174
0
votes
1 answer

How can i format aspx-markup as html to show it on webpage

i've been using C. Coller's excellent CopyAsHtml-Visual Studio addin for copying C# code as html to a webpage. Now, i started to wonder if there exists a similar tool for converting the aspx-markup to valid html to show on page? Functionality that…
juarola
  • 689
  • 2
  • 10
  • 20
0
votes
0 answers

Video Search in GSA

Is it possible to mark up Videos displayed on Page and retrieve them Using GSA as Google Search does this. I was referring to this one in particular: https://developers.google.com/webmasters/videosearch/sitemaps
GoodSp33d
  • 6,252
  • 4
  • 35
  • 67
0
votes
4 answers

Escape special characters in XML documents

I have a set of button tags on a webpage and I want to get one particular button tag whose innerText is "Save". (It has no id to it.) So I have this code var tags = document.getElementsByTagName("button"); for (var i = 0; i < tags.length; i++) { …
Vigneshwaran
  • 3,265
  • 6
  • 23
  • 36
0
votes
1 answer

script / class to parse stackoverflow-like markup

I'm looking for a script that parses markup like the one used in wikis and in stackoverflow... I prefer something that I can easily customize for additional markup I'm using PHP, and I'm looking for a standalone class that requires no external…
skyline26
  • 1,994
  • 4
  • 23
  • 35
0
votes
2 answers

Editor for any markup language with table generation

I need some editor tools for any markup language that could provide simple table generation and text editing for my users. Something like stackoverflows markdown editor, but with table generation support. What kind of markup language and editor can…
user1324420
  • 148
  • 2
  • 2
  • 7
0
votes
1 answer

Two columns text block with an image

I need some help... How should I do the markup of a layout with two images and a block of text divided in 2 columns with different width, where the 2nd column starts lower than the first one because of one of those images? Here is a sketch of my…
Sergiu
  • 311
  • 4
  • 15
0
votes
1 answer

XHTML5 and custom namespaces not passing validation

This sample code won't pass w3c validator.
Tower
  • 98,741
  • 129
  • 357
  • 507