I will look in to this some more tomorrow. Sorry about the wrong
URL. It should have been www. But I am guessing you figured that
On Apr 23, 3:46 pm, Matt Ryan <
matt.d.r...@gmail.com> wrote:
> I've only confirmed that this works in FF 20, but it might be worth trying:
>
> a:not([href])[id] {
> margin-top: -300px; /* or whatever your fixed header height is */
> padding-bottom: 300px;
> display: block;
>
>
>
>
>
>
>
> }
> On Tue, Apr 23, 2013 at 3:34 PM, Matt Ryan <
matt.d.r...@gmail.com> wrote:
> > The code that generates anchor links in wysiwyg content is in Loki 2. It
> > is probably doable to find the code in Loki that converts back and forth
> > between the anchor placeholders you see in WYSIWYG mode and "real" anchors
> > and to make it produce (and recognize) different patterns.
>
> > That said, I'd be a bit leery of putting any significant work into an
> > effort like that, because we currently working on a project to replace Loki
> > with TinyMCE, and Loki does not present an easy learning curve. It might be
> > better to look into modifying TinyMCE.
>
> > I wonder if there is a way could target anchor <a> elements that would
> > allow us to avoid modifying Loki to produce span tags. Logically we want to
> > target <a> elements with an id that is not empty, and no href value.
> > Perhaps a clever CSS selector, or a jQuery line that finds these and
> > transforms them so we can address them with CSS, could be an alternative
> > approach.
>
> > Matt
>