headings

Aligning HTML headings with hanging section numbers?

I'm currently reimplementing corporate style for our documentation (HTML + CSS + PrinceXML = PDF) and can't quite fix one thing. What I need are handing section numbers, i.e. headers themselves are left-aligned vertically with the text but section numbers are "hanging" in the left column. Probably the best example to illustrate this is ...

How to move headings aside each other?

<h5>Category</h5><h6>auto</h6> and result: Category auto how do that: Category auto Sorry if my English is not perfect, I'm not a native. Thank you for your help. ...

Why does my heading disappear in IE7 and change color in FF?

Hi All! This is probably an easy fix, but I'm stumped. Here's the URL: http://urgent.mchenry.edu First off, underneath the urgent.mchenry.edu text box in the header is an h2 w/ class="caps" and text that says "Official McHenry County College Update". However, it absolutely disappears in IE7. Gone. I tweaked the ie.css with !important...

Word Document : List of Heading with associated next paragraph (for executive summary list)

I refer to the link below which offers a very good solution [ using GetCrossReferenceItems(wdRefTypeHeading) ] to generate a list of all headings in the document. However, I would like to take this a step further and include the first paragraph following each heading in the sumamry table. The intended use is to give the reader an overv...

Forcing headings to wrap in html

I have a web page that displays a pdf document. In the header there is an image and an h1 tag that contains a name. When the name is too long, it gets cut off. How can I force it to wrap to the next line instead so that the entire name is displayed? I tried inserting a style="white-space:normal" but it doesn't help. Any suggestions? Than...

Creating angled column headings using iText

Does anyone know how to make angled column headings (e.g. at 45 degrees) in a table inside a PDF file, using the iText library? The best I can do is to use images for the column headings. Each image consists of a column heading rotated by 45 degrees, against a transparent background. For each column heading, I create a PdfPCell containi...

Bibtex: Use JabRef group to subdivide bibliography

Hi, I have created a bibliography with JabRef 2.5. and grouped the bibitems according to their entrytype (article, book,...). Now I would like to have a bibliography with "sub-headings": BIBLIOGRAPHY Journal Article (heading) here should appear all bibitems belonging to the group entrytype=Article. Book (heading) here should appear al...

JavaScript / jQuery: is it possible to change font-size to fill a set width?

Hello there :) I am writing an application, and in it, I would like to have some h1 elements with variable font size. I use the full width (1000px) of a div as a limiter, and a script that automatically sets the font of the h1-element so that it fits the width of the div without line break. This is quite easy to do with php GD, but I ...

Image Grabbing with False Referer

Hey guys, I'm struggling with grabbing an image at the moment... sounds silly, but check out this link :P http://manga.justcarl.co.uk/A/Oishii_Kankei/31/1 If you get the image URL, the image loads. Go back, it looks like it's working fine, but that's just the browser loading up the cached image. The application was working fine before...

Calculating magnetic heading using raw accelerometer and magnetometer data

I have an accelerometer and magnetometer each producing raw X, Y and Z readouts. From this I need to determine the magnetic heading of an object. I'm not that great at trig, but I've put together a formula that does respond pretty well to the rotation of the device, but also responds to movement that one would not think is relevant, suc...

CLLocation Heading Delay iOS4

After [locationManager startUpdatingHeading]; locationManager.headingFilter = kCLHeadingFilterNone; (void) locationManager:(CLLocationManager*)manager didUpdateHeading:(CLHeading*)newHeading { heading = newHeading.trueHeading; heading += -90.0 * roll; NSLog(@"heading"); } I get the heading once and then there is normally a 20 second...

I need Some CSS Ideas for Visualization for visitors

I am currently trying to improve the look of my website (beta) for book accommodations and hostels, the site is a basically a directory for hostels. Well, at front page, you will notice that all headings are almost sharing same color... However i am unhappy with that, i mean i want to colorize things a bit, but need some advices from c...

Jquery Iphone/Android scrolling Fixed header?

In the contacts on both iphone and android, when you get down to the B's, the heading "B" is fixed to the top of the scrollable windows until you scroll down to the C heading, when you get to the C heading, it replaces the B heading, so if a person in looking at one of his 200 E contacts, he knows he's in the E section. does that make se...

What is a good HTML5 Outliner?

I've been reading Dive Into HTML5, and Mark mentions that: "You can test your own pages in the HTML5 Outliner to ensure that you’re using the heading elements properly." I've tried this HTML5 Outliner and I know that it is functional from outlining other HTML5 pages I've found on the Internet. The trouble with it is that thi...

Ckeditor toolbar buttons, how do you get a button to wrap heading tags.

Hello. I was wondering if anyone knew if there was a toolbar config name you could add to ckeditor that gave you buttons to wrap content in heading tags? Just like the bold button for example, highlight the word and click 'h1' or 'h2'? I've looked in the docs but I cant seem to find a comprehensive list of all the possible toolbar but...

C# resolving Excel table column names of which some are dates.

I am trying to return the list of columns names from a DataSet in C# based on an Excel Query I have performed. I am ok doing this (well I think), see code below. However, three of my column headings are Dates and the column name is displayed as F4, F5, F6. I have looked further and found that the Type (.getType) report System.Double but ...

How to use h1 to h6 within header, section, article, etc.. in html5?

In xhtml 1.0 hn (h1 to h6) must represent document structure, like chapters in a book, and they all descend from the body. In html5 there are section, article, header, hgroup, and it seems that hn tags descend from one of these tags, and then are not relative to the body element. like <html> <body> <h1>My personal homepage</h1> <sectio...