cute_angel10490
04-26-2003, 01:36 AM
hi! how do you code a layout/ background you made?
Thanks
Thanks
|
View Full Version : code cute_angel10490 04-26-2003, 01:36 AM hi! how do you code a layout/ background you made? Thanks Xiphias 04-26-2003, 01:39 AM <html> <head> <title> YOUR TITLE HERE </title> </head> <body background="image.gif"> CONTENT HERE </body> </html> cute_angel10490 04-26-2003, 01:42 AM ummm...what do you use to code it? zangerbanger 04-26-2003, 02:32 AM Hm... in terms of coding layouts, there are so many ways! You could use: -plain HTML -fascinating CSS -simple TABLES -complicated FRAMES After that, you can enhance your site with: -awesome JAVASCRIPT -fancy WEB SITE GOODIES If you ask me, the best place to start is here http://www.lissaexplains.com ;) . Xiphias 04-26-2003, 03:10 AM open start > programs > accessories > notepad and put this in there: <html> <head> <title> YOUR TITLE HERE </title> </head> <body background="image.gif"> CONTENT HERE </body> </html> then save that as index.html. now you just put whatever where it says CONTENT HERE |