Forum Replies Created

Page 112 of 129
  • Abraham Chaffin

    April 23, 2008 at 3:38 pm in reply to: Dreamweaver (page size)

    The body of the HTML document does extend infinitely in every direction. However if you want to restrict your background to one position you can have it not repeat by using styling. You can also position your background.

    Here’s some css code you might use:

    <style type="text/css">
    body {
    	background-image: url(yourbackgroundimage.jpg);
    	background-repeat: no-repeat;
    	background-position: center;
    }
    </style>
    

    If you’re looking for a page that appears to have a set width you can embed all your content into a table, div, or some other HTML container that has a set width and set the background image of that element to hold your background.

    Abraham

  • Abraham Chaffin

    April 17, 2008 at 3:43 pm in reply to: Testing it
  • Hey Ryan,

    Most the time anything you can think is possible, it’s just how to do it that’s the question =)
    So yes, this is very possible, and not all that hard really.
    The process might be a little different depending on the email program on the server. The first thing you need to do is setup your mail program to execute a script when it receives email at a certain email address. Then have that script do the function you desire.

    The exact way to do this, like I said before, is different depending on your mail program but Google “execute script with email” and the name of your mail program.

    Here’s an example for sendmail.

    Abraham

  • Abraham Chaffin

    April 10, 2008 at 11:12 pm in reply to: test
  • Abraham Chaffin

    April 10, 2008 at 11:05 pm in reply to: test
  • I checked the mechanism on that page and it did need updating. We recently updated our databases and this page got overlooked – apologies, should be fixed now.

    Abraham

  • The form you’re talking about is here:
    https://forums.creativecow.net/docs/account/email_change.php

    To use this form you should already be logged into the account you want to modify. Put your desired email address in the top field and your password in the middle field – click go. An email will be sent to you with a code. Re enter your information along with the code when you receive it and click go again. Your email address will be changed.

    If for some reason you can’t get this to work feel free to contact me directly and I will help you confirm your email address and change it.

    Abraham

  • Abraham Chaffin

    April 10, 2008 at 8:38 pm in reply to: Hiding my email address from spammers and such?

    Your registered COW email address isn’t published to the world by CreativeCOW.net. If you get spam from at that email address is must have been published either in a post by you directly or in some other way. The email address you provide to us is not displayed automatically on any of your posts or on your profile.

    If you create a service in our service directory your email address is displayed but only through a graphic image which protect it from harvesters.

    Abraham

  • Abraham Chaffin

    April 10, 2008 at 7:26 pm in reply to: How to use the forum
  • Abraham Chaffin

    April 9, 2008 at 8:02 pm in reply to: Printer Friendly font change

    Hey Craig,

    Yea this was a css glitch and should be fixed now.

    Thanks for the feedback,

    Abraham

Page 112 of 129

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy