Search results

  1. S

    Do you think the Simpson's are becoming 'has beens'?

    Over 20 years of this yellow cartoon family is becoming tiring. 100's of episodes, merchandise and even a movie, it's like they have nothing left to offer. They're just not as daring and extreme as Family Guy.
  2. S

    Can Australian employers do background checks on whether a job applicant is on...

    ...medication? I take anti-depressant tablets. I don't want to declare this as employers are in 'process of elimination' mode when cutting down their list of applicants. My doctor says I don't have to. I don't have any side-effects that could be an OHS issue.
  3. S

    Why are people making a big deal out of the Saints/Magpies draw?

    It just adds to the excitement. If you were at the game, to say "I was there when they drew" is pretty special. Extra time isn't the answer. Some players will be spent or injured by that time, making a bias contest. This is also a great opportunity for players who missed selection to get...
  4. S

    CSS/HTML help: Horizontal list menu problem?

    Why does my menu items have gaps between each item/border? I’ve set the outline and margin to 0px, but still the gaps appear: /*Top Navigation menu*/ ul.TopMenu {display:inline; position:absolute; Right:0px; Top:20px; border:1px solid black; margin:0px; padding:0px; } li.TopMenu {...
  5. S

    CSS/HTML <a> tag help?

    On a home page I'm designing (still on my hard drive), whenever I click on navigation links, then click 'back' button, a dotted border appears around the most recently visited link. I tried in CSS to set 'a:visited' border to none, but then realized it had something to do with focus. Any idea...
  6. S

    Is there a way to increase text height without changeing width in CSS/HTML?

    Lets say I set: Font-size:20px; But I want to make the text taller.
  7. S

    Need help with HTML/CSS heading?

    I’m creating a main heading <h1> with an image to the left of it. When I use CSS text decoration to underline the heading, the &nbsp between the image and heading is underlined. How do I prevent this? Example Code: <html> <head> <title>NBA Legends</title> <style type="text/css"> h1 {...
  8. S

    Is there problems running a webpage made in ASP.net in browsers other than IE?

    My goal is to create my own web pages and a have few affiliate ads, then later learn how to create a database like a job, real estate or dating site. Other than HTML, I was considering learning ASP.NET because it reminds of Visual Basic. I use VBA for Excel and love it. I know advanced...
  9. S

    Is there problems running a webpage made in ASP.net in browsers other than IE?

    My goal is to create my own web pages and a have few affiliate ads, then later learn how to create a database like a job, real estate or dating site. Other than HTML, I was considering learning ASP.NET because it reminds of Visual Basic. I use VBA for Excel and love it. I know advanced...
  10. S

    How do I color code HTML in Notepad ++?

    I'm just learning HTML. (Haven't even got up to CSS and Javascript yet.) I've been using NotePad, but today, I downloaded NotePad++. Let's say you right click on this very web page and select 'view source' . How do I make NotePad++ color code like that?
  11. S

    How do I color code HTML in Notepad ++?

    I'm just learning HTML. (Haven't even got up to CSS and Javascript yet.) I've been using NotePad, but today, I downloaded NotePad++. Let's say you right click on this very web page and select 'view source' . How do I make NotePad++ color code like that?
  12. S

    Need help creating my very first HTML page?

    <html> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html> As a beginner, I am trying to get the tagged script to work in Internet Explorer. I was looking at an online tutorial that shows a lot about HTML scripting, but fails to show the simple step of how to get...
  13. S

    Is there problems running a webpage made in ASP.net in browsers other than IE?

    My goal is to create my own web pages and a have few affiliate ads, then later learn how to create a database like a job, real estate or dating site. Other than HTML, I was considering learning ASP.NET because it reminds of Visual Basic. I use VBA for Excel and love it. I know advanced...
  14. S

    What company do you think will replace GM in the DJIA?

    AIG was replaced by Kraft. It seems obvous that sometime in 2009 GM will also be replaced.
Back
Top