spacing
-
This week has been my first intro to actually editing my website. My major problem I am facing now is that I can’t find a way to single space my info. I have a database of address and really need to know where and how to single space. I have found everything but that. Also I have seen how to link but not how to include email addresses. any help would be greatly appreciated!!
The blog I need help with is: (visible only to logged in users)
-
1) Are you talking about http://deafministriesconnection.wordpress.com/services/ ? The spacing is wrong because you have copy-pasted the content from a code-rich application that introduces lots of code that shouldn’t be there. You must paste the content via the “Paste as Plain Text” button, or switch the editor to HTML and paste the content there, then format it using the editor tools (or HTML coding).
2) You mean clickable e-mail addresses? You need to use this model in the html editor:
<a href="mailto:EMAIL ADDRESS HERE">VISIBLE TEXT HERE</a>
But this invites spammers – better not do it. -
I would never ever post a clickable email address. Eluding email address harvesting spam bots > http://onecoolsitebloggingtips.com/2007/10/18/eluding-email-address-spam-bots/
-
Thanks for the advice. I forgot about the spammers harvesting emails so plan on leaving them as they are. Will check with the webmaster about what application he used.
- The topic ‘spacing’ is closed to new replies.