Jump to content


Frame around web page


3 replies to this topic

#1 ahak

    Young Padawan

  • Members
  • Pip
  • 3 posts

Posted 07 January 2008 - 05:58 AM

hello guys

i am a norwegian so my english is very rusty :D

but anyway... i have seartch around here but i cant find anyting about it..

i want to make a frame around my page and add color or image backgorund outside of that.. like this page for example... this page has a gray color outside.. or this page that allso has a gray color outside bilstereoforumet

can i use html codes?... i use microsoft publisher

this is my page AHAK

you understand?..

thank you

ahak

Edited by ahak, 07 January 2008 - 06:04 AM.


#2 Lastcrime

    Impatient Jedi that likes to eat cereal

  • Members
  • PipPipPip
  • 649 posts
  • Gender:Male
  • Location:Toronto, Ontario, Canada
  • Interests:Soccer, Snowboarding, Hockey, B-ball, Skateboarding, Computers!

Posted 07 January 2008 - 05:23 PM

I understand what your saying.. what you have to do is create a .css (cascading style sheet) page and then use the
body {
	  color:grey;  <--- put the color code for grey or whatever color u want.
}

Then make a div and put your background picture or whatever else you want inside it, call it container
#container {
	  background-image:ahak.png; <---- put your image link here.
	  width: 500px;  <----width you want the image to be (how much grey you want to show).
	  height: 700px; <----same as width.
}

Hope this helps..

#3 ahak

    Young Padawan

  • Members
  • Pip
  • 3 posts

Posted 07 January 2008 - 07:06 PM

thanks... i think it gona help.. im gona try it in dreamweaver.. im going from microsoft publisher to dreamweaver in the morning.. i think its bether there :D

#4 Lastcrime

    Impatient Jedi that likes to eat cereal

  • Members
  • PipPipPip
  • 649 posts
  • Gender:Male
  • Location:Toronto, Ontario, Canada
  • Interests:Soccer, Snowboarding, Hockey, B-ball, Skateboarding, Computers!

Posted 07 January 2008 - 07:57 PM

yah dreamweaver is definately a better choice, but make sure you actually do some coding and not let dreamweaver do it for you... then you wont learn anything..





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users