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
2 answers

Add string to html element for javascript parsing?

I have a menu that is created dynamically with javascript. First it looks for for section elements with a certain attribute eg:
And adds them to the menu. It also needs to get the title that will appear on each…
lisovaccaro
  • 32,502
  • 98
  • 258
  • 410
0
votes
1 answer

Custom *ML like FBML

Can anyone tell me how can I make my own Markup Language like Facebook' FBML? I was searching on the net but all I can find is that I can make markup language using XML and DTD.
Milos Miskone Sretin
  • 1,748
  • 2
  • 25
  • 46
0
votes
1 answer

ZF1 Markup whiteline replacement

Since a couple of days I've been getting this strange error while using Zend_Markup Bbcodes. In simple words, the content which I'm trying to render will return with a lot of html elements. To be precisely, after all the < p > tags and all the 'n\'…
Willem Poortman
  • 121
  • 1
  • 13
0
votes
1 answer

markitup - live editing

I've used the markitup library for the Rich text editor for my project. However I need to make it in live editing mode which I mean, when I type a text then make a selection Bold, Italic or Strike-out it would render directly in the textarea…
quarks
  • 33,478
  • 73
  • 290
  • 513
0
votes
1 answer

Asp.net markup file

I have been given some c# code and have been asked to create a markup (.aspx) file that would go along with it. I am not asking for help to write the code, but instead, how to go about it. Here is the code: public partial class search :…
Dietfried Bello
  • 21
  • 1
  • 1
  • 4
0
votes
1 answer

iOS dynamic layout (during runtime)

I'm absolutely new to iOS development so any advice would be valuable. The question itself: I need to create an application similar to presentation (for sales people). Because 3D window is required existing applications (like Keynote) cannot be used…
Werolik
  • 923
  • 1
  • 9
  • 23
0
votes
2 answers

Php snippet compared

Is there a difference between the following codes? What exactly is the difference? $args = array( 'post_type' => $post_type, 'numberposts' => -1, 'post_status' => 'publish', 'meta_query' => array( array( 'key' =>…
Trekdrop
  • 475
  • 7
  • 27
0
votes
1 answer

I need a validator that can read all html pages and validate the markup in locally

I need a markup validator that can read all html pages and validate the markup in locally. W3C Service is good but the problem is it is very slow when have 10-20 html pages. any one know free markup validator.
Dumidu
  • 3
  • 2
  • 4
0
votes
1 answer

ExtJs wind direction chart

I want to create a wind direction chart, here is an example : http://www.windguru.com But can't find how to draw arrows on a chart in ExtJs 4. Thank you
Mehdi Benmoha
  • 3,694
  • 3
  • 23
  • 43
0
votes
3 answers

Markup Language To Pdf or Html

Is there a markup language that can be used in conjunction with a well supported .net open source project to generate PDF or HTML documents with very fine control on the output in terms of style and anchoring for both ? Documents will part be static…
user1450877
  • 421
  • 5
  • 16
0
votes
1 answer

How to get text flush to top/bottom of a table cell

I have a table cell with text in it but how can I make the text flush to the top or bottom of the cell (with no padding above it)? I've tried vertical-align, but it's still not quite to the top 'edge'. My code
calebo
  • 3,312
  • 10
  • 44
  • 66
0
votes
1 answer

Styling on my thumbnail not working properly on mobile screens

Basically this is what the thumbnail looks like when viewed in a desktop. The image is floated left. http://i255.photobucket.com/albums/hh140/testament1234/desktop_zps4ee3ead7.jpg But when viewed in a mobile device. The styling does not seem to work…
clestcruz
  • 1,081
  • 3
  • 31
  • 75
0
votes
1 answer

Fixing my logo and navigation for mobile devices

I have been researching for ways on how i can position my logo in the top for mobile device and below the logo is the navigation. This is what the logo and navigation looks like when viewed in a desktop. The logo sits in the middle of the…
clestcruz
  • 1,081
  • 3
  • 31
  • 75
0
votes
2 answers

ASP.net text-boxes are acting flaky

I have searched for days and can find no answers that solve my problem. I have a simple web-form website, on it are some text-boxes that show when the user selects the "custom search" option. When I test locally it works, but when I publish it to…
BradAtCC
  • 41
  • 1
  • 10
0
votes
1 answer

Trying to fix my navigation bar for mobile devices

I'm designing a responsive website and right now i have bit of a problem. Basically logo is set in the middle of the navigation but when i tried viewing it in mobile or set my browser for mobile it looks like…
clestcruz
  • 1,081
  • 3
  • 31
  • 75