Jump to content

Ruud Hermans

Members
  • Posts

    171
  • Joined

  • Last visited

Everything posted by Ruud Hermans

  1. If you plan on working with great ammounts of data you also might like to use a databse for this. Try googling for tutorials about PHP and MySQL combined together they are very usefull for what you plan on doing.Ruud Hermans
  2. Try asking the Oracle. Ruud Hermans
  3. I think this is the most easy explanation of xmlns:xmlns explanationRuud Hermans.
  4. To center the entire table you can add the following to it's code: <TABLE ALIGN="CENTER"> If you want the text to be aligned you can do this in the following way: <TD ALIGN="CENTER">Content</CENTER> These things can also be achieved without the use of .CSS, if you prefer to use .CSS I would suggest you learn it before you start using it in case you get stucked ore something goes wrong.Ruud Hermans.
  5. Are you trying to insert a frame in a page that contains it's own frame, couse this is not possible you will need to create a new file in witch you use the frames by using the following statment: <FRAMESET> <FRAME SRC="FRAME EXAMPLE 1.html"> <FRAME SRC="FRAME EXAMPLE 2.html"></FRAMESET> If not please post your code so I ore some one else can take a look at it.Ruud Hermans.
  6. I suggest you mean that you want to create a table in a table witch is possible to do without using .CSS in plain HTML.Add the table sizes, location, etc. yourself <TABLE><TR><TD> <TABLE BORDER=3><TR><TD><TABLE><TR><TD></TD></TR></TABLE></TD></TR></TABLE> </TD></TR></TABLE> Now you can place the desired image between the <TD> tags of the table you would like them to be in.Ruud Hermans.
  7. As far as I understand it you are having trouble uploading the file to your paid account. You will need a FTP Client to do this.You can find FTP Clients at: Search for FTP Clients at www.downloads.comThey require you to fill in the following information about your FTP account: FTP adress Username Password After inserting this information (witch every FTP Client has it's own way for so if you do not know how to you need to read it's manual) you can upload your file in the desired location.Ruud Hermans.
  8. You need to set cellspacing to 0 like in the example. <TABLE CELLSPACING=0> Ruud Hermans.
  9. I'm not aware that anything like this is possible using HTML/XHTML you would need to look into a programmig language like PHP for dynamic webpages.Ruud Hermans.
×
×
  • Create New...