Jump to content

Anders Moen

Members
  • Posts

    866
  • Joined

  • Last visited

Everything posted by Anders Moen

  1. That's because you need to hold your mouse over it 'till it comes.And if you want a linebreak you can just push enter and continue your text. I don't know if this works in all browsers, though
  2. Your visitors can right-click and choose either "open in a new tab" or "open in a new window", though.
  3. One more question:How can you make a form inside this tag?response.write(" text ")Anyone know??
  4. How can I make a form which sends an email to my mail?I found some at W3Schools, but I don't think I'm able to use a mailserver. Free host at 1asphost.com and I'm not sure if I can have a database there either.Any free hosts that have ASP?
  5. Do you mean this? <img src="url_for_image" alt="This text will appear when you take your mouse over the image" />
  6. I've been working with PHP and MySQL for a little while now, but I wanna go over to try out ASP now.But I've been searching unsuccessfully for a free ASP host. Are there any free hosts where you can ASP?If so, please give me a link to it.Anders
  7. You mean if you've made a site on your computer and saved it as .htm or .html?Then you can just double-click on it, and it should open in your newest browser. If it doesn't then, right-click, take "Open As" (or Open In), and then Internet Explorer 7 or just Internet Explorer.And be sure you've downloaded it too
  8. I won't make it the same...I'm not buying for a template.And the reason I'm looking at templates and stuff, is that I'm completely out of ideas for my site.But do you like the design itself?
  9. I don't know the answer for this, but I want the same as you.Anyway, I saw you had some errors at your site ...new code <table width="770" border="0" align="center" cellpadding="0" cellspacing="0"> <tr align="center" valign="middle"> <td height="150" colspan="2" align="center"> <?phpinclude 'db.php';$query2 = mysql_query("SELECT * FROM gallery") or die(mysql_error()); while($rows = mysql_fetch_array($query2)){?> <table width="100" border="2" cellpadding="0" cellspacing="0" bordercolor="#000000"> <tr> <td class="FF6600" align="center"><b><?php echo $rows[header]; ?></b> </td> </tr> <tr> <td> <a href="images/<?php echo $rows['id']; ?>.jpg" target="_blank" class=""><img src="images/<?php echo $rows['id']; ?>t.jpg" alt="<?php echo $rows['header']; ?>" width="100" border="3" class="links-FF6600-12" /></a> </td> </tr> <tr> <td height="35" class="grey" valign="top" align="center"><?php echo $rows[comments]; ?> </td> </tr> </table> <?php } ?> </td> </tr></table> There might be more errors there, though.You had written <? code ?>, which is gonna be <?php code ?>
  10. Hello.I'm not gonna build my own personal site all over again, because the last one was really bad.But...I need some ideas for it, and I was at 4Templates.com, and I saw this template. Should I make something similar for my site?
  11. That will help him, yes. Because just so you know; you cannot use " (doble quotes) within two doble quotes. Wrong: <?php echo "<a href="index.php">Some text</a>"; ?>Right: <?php echo "<a href=\"index.php\">Some text</a>"; ?>Right: <?php echo "<a href='index.php'>Some text</a>"; ?>
  12. It probably doesn't because you're using position: relative; which I don't think is supported in IE. Or maybe another browser?
  13. Can you add on a picture or a link to the site, so I can understand better?Can you add on a picture or a link to the site, so I can understand better?
  14. Can you post the rest of the code too? I'm looking for the same thing ^^
  15. Anders Moen

    BBCodes

    Ah, thank you :)I'll try it later, but now I have to do homework
  16. Anders Moen

    BBCodes

    I know, but I just don't have time enough to read all that stuff. I wish I had though =/We have way too much to homework and stuff...Oh well, I'll try to get some time so I can read it soon
  17. Anders Moen

    BBCodes

    It didn't help me much, because I seriously don't have time to read all this stuff, although it's the only way to learn :/
  18. GIMP is a program (like Photoshop), just that it's really bad. If you're gonna use GIMP, I would recommend to use Paint which is better than it. Yes, it is, and don't say me against!
  19. I guess you can use { border: 1px solid #006699; }1 pixel is thin, like you want it
  20. Ah, I used that code when I was a newbeginner with HTML. So, I don't remember this code, sorry.
  21. <frame src="url" cols="width goes here">or iframe if that's what you're talking about:<iframe src="url" width="width goes here"></iframe>
  22. Anders Moen

    BBCodes

    Still doesn't work :/
  23. How can I make VBScripts work in other browsers than Internet Explorer? I'm planning to use it a little, but then it has to work in other browsers than IE.Is that possible?
×
×
  • Create New...