How do I access header tags in page wrapper

Options

I'm trying to implement some design changes to a donation form in our account. The original version of the form was built in tables but the revised version uses all CSS. Can't figure out how get access to the <head> tag in the Page Wrapper Editor so I can either link to an external style sheet or just drop the necessary definitions into the head using a <style> tag. In the published version of the existing page I can see that there actually are a bunch of styles defined in the head area, but I don't know where it gets 'em or how to change or add to them. Can someone point me in the right direction?

Tagged:

Comments

  • Good for you, CSS rules. Tables are for tabular data, not layout.

    Get to the head in a PageWrapper at...

    YOUR-PAGE > Manage Versions > Edit > 2. Meta Tags > Additional HTML Tags for HEAD Element

    From 2. Meta Tags you can also change the Declaration Type to XHTML right at the top.

    Regards, Brian

  • Brian Mucha:

    Good for you, CSS rules. Tables are for tabular data, not layout.

    Get to the head in a PageWrapper at...

    YOUR-PAGE > Manage Versions > Edit > 2. Meta Tags > Additional HTML Tags for HEAD Element

    From 2. Meta Tags you can also change the Declaration Type to XHTML right at the top.

    Regards, Brian

    Ah, THERE it is! Thanks Brian!

Categories