Jump to content

dgoosens

Members
  • Posts

    230
  • Joined

  • Last visited

Everything posted by dgoosens

  1. I am affraid I don't really understand what you mean... the % stand for the * you would use in Google
  2. it might help to wrap it with single quotes... '$5'
  3. the easiest way to get this done is to define a <div> with a set height and with then, in your css you set the margin to 'auto' thus, in your html: <html> <head></head> <body> <div id="test"> some content </div> </body> and in your css .test { height: 600px; width : 600px; margin: auto; }
  4. you should post your complete class... I can't see what you're trying to get done... by the way, it would be parent::$html (with two semi-colons)
  5. this is something you should deal with with a CSS. make a list of the items and specify in your CSS that either want them listed horizontally or vertically.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.