Recent content by vulpix_foxfire_2000

  1. V

    VB6 Programming a HTML link generator?

    I have not programmed in over 10 years, I have VB6 at home. I want VB to make an output text file that will contain the following string + Variable + String: <a href="http://www.links.com"> + <Variable X> + </a><a href="anotherlink">Media Player</a> I could probably get that far, what I don't...
  2. V

    HTML Table Cell Center/Aligned left?

    I have this table, it is very wide, Left Justification makes the text too far away from other cells on the right. I tried centering but then the text is all aligned according to each texts centers. What I need is for them to be centered yes, but I want each first letter to be aligned together on...
  3. V

    Simply HTML question...?

    Inline frames in use here.. My first link href"Nes/nesNum.html" taget"NavPage" successfully open up in my frame, for some reason, although i wrote the same Target for the second two links, they open on their own... what am i missing? <td rowspan="1" colspan="1" width="81" height="32"> <a...
  4. V

    Simply HTML question...?

    Inline frames in use here.. My first link href"Nes/nesNum.html" taget"NavPage" successfully open up in my frame, for some reason, although i wrote the same Target for the second two links, they open on their own... what am i missing? <td rowspan="1" colspan="1" width="81" height="32"> <a...
  5. V

    Simply HTML question...?

    Inline frames in use here.. My first link href"Nes/nesNum.html" taget"NavPage" successfully open up in my frame, for some reason, although i wrote the same Target for the second two links, they open on their own... what am i missing? <td rowspan="1" colspan="1" width="81" height="32"> <a...
  6. V

    Simply HTML question...?

    Inline frames in use here.. My first link href"Nes/nesNum.html" taget"NavPage" successfully open up in my frame, for some reason, although i wrote the same Target for the second two links, they open on their own... what am i missing? <td rowspan="1" colspan="1" width="81" height="32"> <a...
  7. V

    CSS Table formatting Table Header Image?

    I am trying to make a CSS style sheet externally. inside all my table Header th, I need to have this gradient image to span the whole width of whatever table has a TH. first problem, u cannot use colspans with css......... secondly, some tables might have different numbers of columns so even...
  8. V

    Editing HTML in notepad, Access Denied?

    I always have Edited HTML in notepad R-Click EDIT. Now it's telling me access denied.... I am only user on this system and my account is the administrator account, what gives? PS: I'm virus free and spyware free also already checked that.
  9. V

    PHP offline website.....................?

    I downbloaded a full website I go to often. unfortunately it contains list boxes and other control that uses PHP. Therefore offline even though I have the complete website, the controls do not work. Is there anything I can isntall on my conputer to make my offline website work even with the PHP...
  10. V

    HTML Question, pertaining to previous question?

    <td colspan="2" width="120" bgcolor="000000" background="topleft.gif"> Now something is definitly wrong with that, it comes out wrong in validator and its screwy on firefox....
  11. V

    HTML validator Question?

    w3 HTML validator keeps giving me errors on my bgcolor tag Why is that I tried everythig i could think of # Error Line 12, Column 14: there is no attribute "bgcolor". <body bgcolor="#000000" text="#ffffff" link="#ffffff" vlink="#aaddaa"> ✉ You have used the attribute named above in your...
  12. V

    HTML question Table Cell Center Vertically?

    How you center text in a Table's Cell in HTML but vertically..... So it works in firefox
Back
Top