Jump to content

tiagozc

Members
  • Posts

    4
  • Joined

  • Last visited

tiagozc's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. tiagozc

    page align

    my css file is writing above, look
  2. tiagozc

    page align

    hellohow can i do to have my page align in the horizontal and vertical?i try but it doesn't workmy css:* { font-family: Verdana, Arial, Helvetica, sans-serif; }body { vertical-align: middle; text-align: center; margin: 0px; }#pagina { margin: auto; width: 778px; height: 200px; background-color: #000000;}my page:<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><link href="/estilos/pagina.css" rel="stylesheet" type="text/css" /><title>Untitled Document</title></head><body><div id = "pagina"></div></body></html>thank you
  3. hellowell, i created a xml dom with my javascript, and now, i want pass this object to a php script that will write it in a xml file so, how can i do it?is there a form to pass the object or i have to convert the object in text?thank you very much
  4. tiagozc

    XML DOM

    Hello guysIf i create a new xml dom in memory, how can i do to save this xml dom in a file?and more, if i read a xml file into a xml dom and make some changes (like add a new attribute for example), how can i save this changes in the file?thank yousorry about my english
×
×
  • Create New...