Jump to content

thejerm

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by thejerm

  1. Thanks TCH-David you and TCH Rock . Do not forget MT 3.16 comes out today.
  2. Welcome Staci!
  3. Is there a way (probably with .htaccess) to divert all my sites traffic (index pages, and individual pages, sub folders, subdomains, etc) to one page while i do some maintenance?
  4. in your css file the very first thing is >{ margin: 0px 0px 20px 0px; background-color: #D9C2AD; text-align: center; } Should that be: >body { margin: 0px 0px 20px 0px; background-color: #D9C2AD; text-align: center; } you might want to enlose your blogroll in a <div class="link-note"> or us MT-Blogroll written by http://www.movalog.com/ <-- much better than blogrolling. .... on further thought I think the problem maybe due to bad markup. if you go to w3c.org and run a validation check on your site 100+ errors.
  5. Thanks Owatagal!!!! You too Dick
  6. on my site I use a css class "floatimgleft" to float my images left and then I wrap my text around them. There are some images that I would like to be centered without text wraping (just an image centered on the page). reading css rules there is no >float: center; and when I try to sub >text-align: center; it doesnt work either. Does anyone know how to center an image on the page? ><center>...</center> is not valid xhtml
  7. Thanks owatagal problem solved. you rock!
  8. I have tried both >RewriteEngine on RewriteCond %{HTTP_HOST} ^\example\.com$ [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L] and >RewriteEngine on RewriteCond %{HTTP_HOST} ^\.example\.com$ [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L] I have no other rewrite rules in my .htaccess file. and yes the
  9. I am having the same problem the first person is having. Some parts of my site require a password and the url needs to be www.example.com not example.com. I tried the rewrite rules but they did not work for me. Doesnt anyone elese have an idea?
  10. yay it is fixed. Thanks cak so much for your help. That did the trick. Now let us all pray (even if you are not religous do it this time) that IE7 will be standard compliant and work correctly.
  11. Yea i noticed the shadow as well.. My biggest annoyance is the font size in IE. It is HUGE compared to firefox.
  12. Thanks guys for your help
  13. I have been recieving a few emails from readers of mine saying my site doesnt look right. http://www.thejerm.org I pretty much only use firefox these days a figured out that was the problem. IE renders my page differently (wrong I may add, thats why I like firefox but i cant force my reads to use it *sigh*).... could anyone give me a heads up on how to fix this problem?
  14. Thanks Raul you are the man
  15. didnt work.
  16. I wanted to add the character set tag to my site in this form ><?xml version="1.0" encoding="iso-8859-1"?> . I was told it goes before the doctype but whenever I place the code there I get this error message . Is this because I need to add/change a mime type? Yes I know I could use meta tag but someone said this way was better.
  17. I justed my stats and one thing was 77% stay less than 30sec. I am being linked from a bit of those annoying SPAMMER-BEWARE sites, i guess those are from my pre-blacklist days. I do have many "off the while" host. Previously i had never gone over 500 Unique visitors now i am at 1169 Unique visitors with half the month still. I would love if they were all actrually readers but i just have this feeling that it is something else. I also have (167.5 KB/visit)... is that a lot? Maybe I am just paranoid.
  18. First I dont think this is really a "bad thing" but ever since i moved to tch about a month ago I have noticed a HUGE increase in bandwidth to my site. I do not see any reason why it would increase this much because my content hasnt improved that much. Wondering if anyone has any idea what it could be? I do notice a bit more comment spams blocked in my MT Blacklist log. if i used mod_security would that save the bandwidth or no?
  19. Is it 'better' to send emails in dadamail through sendmail or the smtp function? If smtp do I need to use 'Use SMTP Authentication (SASL)' or 'Use POP-before-SMTP Authentication'
×
×
  • Create New...