Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: elexdyer48

Search: Search took 0.00 seconds.

  1. Answers
    10
    Views
    656

    Hi, here is the example of using the height and...

    Hi, here is the example of using the height and width attributes of the IMG html tag:

    <img src="http://www.domain.com/image.jpg" width="500" height="500">

    The width and height are in pixels.
  2. Answers
    1
    Views
    565

    Have you tried accessing your account using your...

    Have you tried accessing your account using your new password with the old email address?
  3. Answers
    2
    Views
    1,671

    Yes it is a font. That's Univers Condensed Bold...

    Yes it is a font. That's Univers Condensed Bold Oblique. You can find sites where you can acquire the font by searching in Google: Google Search
  4. Answers
    10
    Views
    656

    If you want to resize a photo using html code you...

    If you want to resize a photo using html code you can use the width and height attributes of the <img> tag.

    Example: <img src="http://www.domain.com/picture.jpg" width="500" height="500" />
Results 1 to 4 of 4