Arquivos

Arquivo para a categoria ‘html’

DokuWiki – Linhas de tabelas com realce mouse hover

12/07/2010 8:45 Deixe um comentário

Edite o arquivo lib\tpl\default\design.css da sua dokuwiki, adicionado o seguinte código ao fim do arquivo:


/*----- Linhas de tabelas com realce mouse hover -----*/
tr:hover {
 background-color: #f4effd;
 cursor: default;
}

o iten background-color é responsável pela cor, que dever ser informada no modo hexadecimal.

Dica: Abra algum editor de imagens como o photoshop ou gimpp, escolha a cor e copie e cole o codigo dela.

Lista de carácteres especias em html

07/06/2010 12:49 Deixe um comentário

Lista de códigos para carácteres especias em html:
http://erikasarti.net/html/acentuacao-caracteres-especiais/

Como postar codigos fonte no wordpress.com

06/06/2010 13:48 Deixe um comentário

postando codigos fonte:
http://flaviowd.wordpress.com/2010/02/21/postando-codigo-fonte-no-wordpress-com/
coloque assin:

[sourcecode language="css"] your code here
[/sourcecode]

exemplo de css:

body * {font-family:helvetica,arial,sans-serif;font-size:12px;color:black;
background-color: transparent;
}
body {
min-width:1012px;
margin-left: 5px;
margin-top: 1px;
background-image: url(imagem/nuvem321.jpg);
}

.

Categoriasdicas, html, programação

Postando wordpress por email

15/11/2009 10:42 Deixe um comentário

http://en.support.wordpress.com/post-by-email/

Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones.

Generating a Post by Email Address

Before you can publish by email you must generate a special email address. This address is unique to you and must be kept secret.

1) Dashboard > My Blogs

dashboard-myblogs

2) Locate the blog that you wish to publish to and click on Enable.

generate-email

You now have a special email address. If you want to add the address to your addressbook you can download it as a vCard:

vcard

↑ Table of Contents ↑

Sending Emails

Once you have your Post by Email address sending an email is simple:

email

The email subject is used as your post’s title, with the body being the post contents. A few minutes after receiving your email you should receive a notification email informing you of the published post’s details.

Please remember to send the email to your secret email address, not to the example given in the image above.

↑ Table of Contents ↑

Mail Formatting

Your email can be plain text or formatted. As much formatting as possible will be retained, although the Post by Email system will strip unnecessary HTML tags so that your email is displayed correctly. Note that you will need to use an email client that supports rich text or HTML formatting in order to make use of this feature. Most website based clients (Hotmail, Gmail) do support this, as do most desktop clients (Outlook, Mail). You may need to switch your client into rich text or formatted mode.

↑ Table of Contents ↑

Attachments

Image attachments will be included in your published post as follows:

  • Single images will be displayed inline (a single image is defined as an image without an image immediately following it).
  • Multiple images will be displayed as a gallery.

Multiple galleries and single images are allowed in the same post. Note that using the shortcode will disable all galleries.

If you have purchased the Space Upgrade then the following additional attachment types will be supported:

  • Supported audio files (mp3) will be displayed using the WordPress Audio player.
  • All other files (doc, PDF, etc) will be displayed as links to the attachment.

Additionally, if you’ve purchased VideoPress Upgrade you’ll be able to send mp4, mov, wmv, avi, mpg and m4v files as attachments which will then be displayed using the WordPress Video player.

Note that all attachments are subject to space limitations.

↑ Table of Contents ↑

Shortcodes

Special shortcodes can be embedded in your email to configure various aspects of the published post:

Seguir

Obtenha todo post novo entregue na sua caixa de entrada.