Jump to content

henryc01

Members
  • Posts

    5
  • Joined

  • Last visited

henryc01's Achievements

Newbie

Newbie (1/7)

1

Reputation

  1. see this link http://www.evolt.org/node/60265 to learn step by step Login Script with remember me feature.
  2. http://www.landofcode.com/html-exercises/
  3. Using a flexible design or also known as liquid design accommodates a variety of browsers, screen resolutions, operating systems and more monitors. Just because monitors have gotten bigger on the home use front does not mean the user has their browser window maximized. If you want to create flexible designs you use percentages instead of pixels to define your web page layout. Example using div containers and the style sheet: #container{width:90%;}
  4. Hi Jonnym53! your first code is this <head><style type="text/css">p.one.all_sides{border-style:solid;border-color:green;} just replace this line into body p.one.all_sides{border-style:solid;border-color:green;} so this will be the outcome body{border-style:solid;border-color:green;}
×
×
  • Create New...