HTML Editor 2008: How can I set the...

User 404575 Photo


Registered User
887 posts

I'd like to set a default of valign=middle for all new tables in every document.

Is that possible?
Melissa Rhiannon
OS Windows 10
User 122279 Photo


Senior Advisor
14,450 posts

Try putting this into the head section of your document:

<style type="text/css">

tr {vertical-align:middle}

</style>

You could save it as a template so that you can use it again and again.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 404575 Photo


Registered User
887 posts

Inger wrote:
Try putting this into the head section of your document:

<style type="text/css">

tr {vertical-align:middle}

</style>

You could save it as a template so that you can use it again and again.

Not sure if it did anything. I keep getting weird results between what I see in "WYSIWYG" and what comes out when the page is actuallly uploaded.

And looking at the code, it still has valign center instead of middle in the actual table stuff.

Did I do it wrong?

Oh, and now when I preview the page in MS Internet Explorer, I see little squares on the left side of the page.

http://www.coloradoprocessservers.net/TEST/
Melissa Rhiannon
OS Windows 10

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.