Starting webdesign (need some help)

Discussion in 'HTML & Website Design' started by LukeG28, Nov 5, 2009.

  1. #1
    Hi, Im looking at learning some webdesign and coding just for some basic sites not as a profession... and i was wondering if some people would be kind enough just to send me there email addresses for msn to help me out if i get stuck?

    any help would be greatly appreicited as i get stuck not and again lol thanks!
     
    LukeG28, Nov 5, 2009 IP
  2. Pwnography

    Pwnography Member

    Messages:
    58
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #2
    I can help you anytime with some questions.

    My MSN:
    My AIM: theskuzz
    My Email:
     
    Pwnography, Nov 5, 2009 IP
  3. forextrendalerts

    forextrendalerts Guest

    Messages:
    132
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you have a page that is designed to look great at a particular window size (not a good idea), but the problem is that you have no way of controlling the window size with which people will be viewing your pages. There are no sure-fire techniques, but there a few ways you can manipulate the user's screen size.

    The easiest method is to use a little JavaScript. Place this code in between the <head> and </head> tag at the top of HTML page:

    <script language="javascript" type="text/javascript">
    window.resizeTo(1024,768);
    </script>
     
    forextrendalerts, Nov 5, 2009 IP