www.webdeveloper.com

Search:

Type: Posts; User: Zach Elfers

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,861

    Try

    Try <img style="width:100%;">
  2. Thread: Set Icon

    by Zach Elfers
    Replies
    1
    Views
    1,268

    I...

    <link rel="shortcut icon" href="icon.ico">

    I think the icon needs to be 16x16.
  3. Replies
    1
    Views
    2,073

    Displaying the logged in AIM user

    How can I display the currently logged in AIM user on a webpage? I am pretty sure that this is possible because in people's profiles it displays your screenname and profiles are made with HTML.
  4. Replies
    4
    Views
    1,343

    I added a tag and everything is fine...

    I added a <fieldset> tag and everything is fine now. I will try the divs. Khalidali, what do you mean by you didn't get any errors? You mean not through the validator?
  5. Replies
    4
    Views
    1,343

    Validation Again.

    Ok. More validation problems but this time I hardly have any and they should be easy to figure out. The site: http://members.lycos.co.uk/syst3m1337/index.php

    The validator has a problem with the...
  6. Replies
    9
    Views
    1,214

    Why can't you just type...

    Why can't you just type "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" in the location bar? Shouldn't you be able to download it that way? I have never tried this.
  7. Replies
    4
    Views
    1,214

    Well the best solution to protecting your images...

    Well the best solution to protecting your images is not putting them online. Whatever steps you take to protect your images, someone will be able to get through. The best way (and probably the...
  8. Thread: text size

    by Zach Elfers
    Replies
    14
    Views
    1,949

    Use a pixel value.

    Use a pixel value. <span style="font-size:15px">This text will not change in size even if you specify large text</span>.
  9. Replies
    2
    Views
    1,245

    Use a textarea.

    Use a textarea.

    <textarea cols="65" rows="5" name="heading" wrap="physical"></textarea>
  10. Thread: html

    by Zach Elfers
    Replies
    8
    Views
    1,221

    If the browser doesn't support iframes, you can...

    If the browser doesn't support iframes, you can insert alternate text in between the <iframe> and </iframe> tags.
  11. Replies
    6
    Views
    1,375

    Use a tag. ...

    Use a <span> tag.

    <style type="text/css">
    <!--
    h1 {properties}
    #t {properties}
    -->
    </style>
    ...
    <h1>Text<span id="t">Text</span>Text</h1>
  12. Replies
    130
    Views
    6,451

    Well Java isn't my favorite language, but I don't...

    Well Java isn't my favorite language, but I don't hate it! Microsoft is not the best!
  13. Replies
    8
    Views
    1,010

    I think in PHP it is

    I think in PHP it is <?php include("file.php"); ?> but maybe there are two ways or I am wrong.

    It is up to you I guess. It doesn't really matter. Maybe use the SSI cause then if someone is using...
  14. Thread: PHP again

    by Zach Elfers
    Replies
    3
    Views
    1,336

    Thanks.

    Thanks.
  15. Replies
    4
    Views
    1,025

    You can't have a line break in

    You can't have a line break in <input type="text">. You must use a textarea.
  16. Thread: PHP again

    by Zach Elfers
    Replies
    3
    Views
    1,336

    PHP again

    How do you redirect to a new page in PHP?

    location ("page.php"); # doesn't work
  17. Replies
    2
    Views
    1,286

    Thankyou.

    Thankyou.
  18. Replies
    2
    Views
    1,286

    PHP Trouble

    I got a site with Tripod because they are free and you can use PHP. I made a file (index.php) and tested the PHP by using pyro's script from another thread. When I went to the page, it said "Parse...
  19. Replies
    5
    Views
    1,235

    Oh. I thought that the tags were required.

    Oh. I thought that the <html> tags were required.
  20. Replies
    5
    Views
    1,235

    There aren't even any tags or or...

    There aren't even any <html> tags or <head> or <body> tags. I'll contact W3C.
  21. Hotmail. When you click on a link from your...

    Hotmail. When you click on a link from your email, Hotmail opens up a frame page. The top frame has a link to return to hotmail, and the bottom frame contains the page.
  22. Replies
    19
    Views
    1,726

    This will only work in Netscape:

    This will only work in Netscape:

    <div style="position:fixed;left:0px;bottom:0px;">
    Footer is here
    </div>

    That will position a footer on the bottom of the page. You can place tags in between...
  23. Replies
    7
    Views
    1,146

    In the section:

    In the <head> section:



    <script type="text/JavaScript">
    <!--
    function go() {
    self.location.href = document.formName.radioSet1.value + document.formName.radioSet2.value +...
  24. Replies
    5
    Views
    1,235

    Weird. Check this out.

    I have attached an file. Change this files extension to *.html and validate at www.w3.org

    It validates correctly! What is wrong with this?



    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01...
  25. *.vbs is a VBScript external extension. To get...

    *.vbs is a VBScript external extension.

    To get rid of your virus I would recommend doing a google search to find information about it. Then, if you don't get any info, go ahead and search for the...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles