Recent content by Gergy008

  1. G

    Why can't I paste <html>, <head> and <body> tags in Dreamweaver CS5?

    I have copied HTML from one page to another, Yet only whats under the <body> tag will be pasted, There are no other body tags and I just get a thing saying stuff about dynamically related content...
  2. G

    What is the HTML Code for changing a button's color on a mouseover?

    Thats javascript that makes it do that, Not HTML. Use this with javascript code: <img src="normal.png" onmouseover="changepic()" /> I'm not that good with javascript so I can't make the code, Sorry. IT'S A BUTTON GUYS NOT A LINK PLEASE RESPOND APPROPIATLY
  3. G

    HTML And VB.Net. Help Neede Urgently.?

    Ok for starters, HTML is client side based. All the code is turned into a page by the clients browser. Whereas the VB.Net is server side, The code is parsed on the server, Creating HTML code and then sent to the client. Because it's on the server you can do all sorts with VB.net, ASP.net and...
  4. G

    HTML And VB.Net. Help Neede Urgently.?

    Ok for starters, HTML is client side based. All the code is turned into a page by the clients browser. Whereas the VB.Net is server side, The code is parsed on the server, Creating HTML code and then sent to the client. Because it's on the server you can do all sorts with VB.net, ASP.net and...
  5. G

    how to fix the bug, headers already sent in PHP ?

    Are yo using Header() before the redirection? Show us and example of the code.
  6. G

    Can u give me the HTML code for dating site?

    Step 1: Get dreamweaver. Step 2: Learn how to use it Step 3: Learn PHP because you can't make a good dating site with html. Step 4: Never ask that question again.
Back
Top