Jump to content

gacattac

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by gacattac

  1. It's hard to believe that, before I leaned proper html, I actually thought that that site was really great... Ugh, even thinking that makes me want to slap myself in the face.As for piczo being bad, I don't necessarily believe that. Piczo is a good site builder... It's just that people build crappy sites with it. :) If my site ends up having a lot of errors, I'm going to copy and paste all my html onto another better site builder.Piczo is pretty much for amatuers... adding HTML should not be allowed.

  2. The links didn't work on my computer.I use firefoxoops sorry, I added this post in the wrong place and I don't know how to delete a post :)

  3. That page has over 2,100 validation errors. That's the first time I've seen so many. See if you can figure out which one I am on the shoutbox. If you want a picture that changes depending if you are working on your site, then when you start working on your site replace the picture with one that says "online", and when you're done copy one that says "offline". Or else, you can have an image link go to a PHP page that you will need to set up to keep track of whether or not you are online so that it can send the correct source filename for the image. Or piczo provides something that even someone with no knowledge of how to create a decent website can use.
    haha... that's pretty mean, but funny :) . You can't expect a website made on piczo (www.piczo.com) to be completely perfect though (although I am working on one that will kick @$$)Anyways, thanks for your help. :)
  4. Use the image as a background for a container that you put the text in, such as a div, span, or a table cell. You can specify that with CSS:
    <div style="background: url(bg.jpg);">

    You will need to play around with the width, height, and positioning of the text with padding to get the text to show up where you want it.

    Thanx... I'm not sure if I'm doing it right... It's not working :)
  5. Sorry guys, the only place I have actually seen what I am talking about is on pron sites :) - but does anyone know how to do those pop-up password boxes? I would prefer the exact ones that I see on all the pron sites, but I will settle for any other kind of password protection - or any other suggestions for website security in general. Also, I know there are programs/scripts out there that scramble your source code, but all I see is the thing that does it - no one actually says how to use it - any advice on that, can anyone recommend something good?Any suggestions for either the pop-up password prompts, any other password protection, the source code scramblers, or anything else security-related for websites? This might end up being a hot thread :)Also, when using the pop-up password prompts on the pron sites, they have different passwords for different users - could I also use multiple passwords with these?Thanks for any suggestions, advice, or help...LifeInBinary.
    You can make one easily here: http://tools.dynamicdrive.com/password/ :)
  6. <table><tr><td bgcolor="green">text</td><td>text</td></tr></table>

    The first cell will be have a green background color while the second cell will have no background color.

    Thanks!
  7. I read the html tutorial on tables but there is still something that I don't know how to do...I want to make only one of the table cells have a background color and the rest to be transparent.Plz help me... thank you :)

  8. ok there is a lot of thing to cover herefirst of all you don't have a doctype (it's not obligatory but it's better to start using it) it tell the browser what type of html you are using.- you need to open a <html> tag.- when you open a tag you need to close it (there is some exception) so you didn't close the </center>, </body>, </html>.- don't use capital letters inside a html tag (it's a bad habit) you will understand more when learning xhtml.now you should take a look at the this tutorial: http://www.w3schools.com/html/default.asphere an exemple of what your code should look like:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>gacattac</title></head><body><script type="text/javascript"><!--google_ad_client = "pub-9751449157894250";google_ad_width = 728;google_ad_height = 90;google_ad_format = "728x90_as";google_ad_type = "text_image";//2007-02-27: gacattacgoogle_ad_channel = "7732427496";//--></script><script type="text/javascript"  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script><br><br><b><h1>SITE COMING SOON</h1></b><br><br><b>affiliates</b><br><a href="http://www.html-master.piczo.com">html-master</a><br><a href="http://www.entertainmenttoday.multiply.com">entertainmenttoday</a><br><br><center>Want to get more hits on your site?<br>advertise on other sites using google adwords!</center><br><script type="text/javascript"><!--google_ad_client = "pub-9751449157894250";google_ad_width = 468;google_ad_height = 60;google_ad_format = "468x60_as_rimg";google_cpa_choice = "CAAQnJT88AEaCMK4_ISyftj8KKSxynM";google_ad_channel = "8637012350";//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></center><script type="text/javascript" src="http://link.freewebs.com/JS/checkLogin.jsp"></script><script type="text/javascript" src="http://images.freewebs.com/JS/prototype.lite.js"></script><script type="text/javascript" src="http://images.freewebs.com/JS/moo.fx.js"></script><script type="text/javascript" src="http://images.freewebs.com/JS/jjax.js"></script><script type="text/javascript" src="http://images.freewebs.com/JS/fw.shoutbox.js"></script><script type="text/javascript" src="http://link.freewebs.com/Members/Comments/loadShoutBoxJS.jsp?shoutBoxOwnerID=23961391&listID=2715956&skinName=light&width=300&height=400"></script><!-- --><script type="text/javascript" src="/i.js"></script></body></html>

    * for the JavaScript you will need the advise of other peopleI hope that help you :)

    Thanks for the info, it did help a lot,,,~I only use capitals for the <BR> tags... if there are other capitals, freewebs did it automaticaly (I noticed that when I put a freewebs link). :) As for putting and closing the <html> tag, why is the important? :)
  9. What do you mean? I have some YouTube videos on myspace, but you can click on them and stuff and it doesn't link to YouTube?If somehow they are for you, you probably cannot stop it because it will programmed into the flash player.
    Myspace, multiply and some other online site builders disable the link automaticly, but I want to know how to disable it on my own. :)
  10. I have never actually tried to make a 100% html web site before... I used piczo (www.piczo.com) for all my sites :) . Now that I am trying to make a new site on freewebs.com with only html, I am having trouble placing all my stuff properly... Do I have to place stuff on my site row by row, or can I allign them some different way?This is my new freewebs site: http://www.freewebs.com/gacattac

  11. A friend asked for help to put a flash bannerhttp://www.geocities.com/bhc7447music/FINAL.swfin the Header of a New Blogger blogI know how to use Page Element or widget (HTML/Javascript or upload photo) to put images in the header.I tried to use the HTML/Javascript widget to embed the flash banner by using the script<object width="550" height="400"><param name="movie" value="http://www.geocities.com/bhc7447music/FINAL.swf"><embed'>http://www.geocities.com/bhc7447music/FINAL.swf"><embed src="http://www.geocities.com/bhc7447music/FINAL.swf" width="550" height="400"></embed></object>but all I got was a blank space.Anyone can help us?Thanks for taking the trouble if you have read our problem up to here.Peter
    I also tried the exact same code that you posred and it worked for me\
  12. Any server-side language will work. You can use ASP, PHP, Coldfusion, JSP, Python, Perl, etc.
    I'm really new to forms so I really don't know how to do that... :)
  13. Like I said, you need to 'tell' it to email you...Also like I said, I can't help you much more than that... I really hope somebody else can though.You should see "Insert: CODEBOX" in a panel to your left next time you post a topic (or reply). Click that, then copy and paste your code into that box, then insert it to your topic/reply. That's kind of the standard method on here for posting code. It's okay to not use that if you don't have a lot of code to post, like one or two lines (but most do anyway, because it lets everyone know it's code) - but if you do a whole document or something it can make the post really long. Try to do it that way next time.Hope that helps,LifeInBinary.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------┐@justsomeguy - I didn't know you could use any server side language, someone told me you had to use ASP and I just took their word on it - thanks though. |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------┘
    Thanks anyway
  14. First off, let us know exactly what you are doing and exactly what is happening. Post the code if you want to help us figure out the answer for you.Also, there is a lot more involved in that than an HTML form - not sure if you expected to just make the form and have it work, but maybe I'm telling you something you already know.You have to first make the form, then tell it what to do in ASP. I'm stuck with the same thing myself. I can make the form, but not get it to really do anything but accept information. I don't even know what to do with the submit and cancel buttons.I suggest that you post the code for someone more experienced with forms so that they will be able to help you. No one is going to know what to do without either some more specific information or the code itself. The best way to get an answer will be to post the code - as someone more experienced will look through it and point out the errors, usually even rewrite it for you :)Good luck GAC!Hope I'm at least a little bit helpful,LifeInBinary.
    Ya, I can make the form too, I just can't get it to email me the results. :) I use the following code: <html><body><form action="MAILTO:my email address...private" method="post" enctype="text/plain"><h3>This form sends an e-mail to W3Schools.</h3>Name:<br><input type="text" name="name"value="yourname" size="20"><br>Mail:<br><input type="text" name="mail"value="yourmail" size="20"><br>Comment:<br><input type="text" name="comment"value="yourcomment" size="40"><br><br><input type="submit" value="Send"><input type="reset" value="Reset"></form></body></html>
  15. I tried to put a form onto my site and get the results emailed to me, BUT IT WON'T WORK!! :) Please, if anyone can help me, reply to this post... thank you :)

×
×
  • Create New...