In Tro Basic HTML Fonts Images Links Marquees Backgrounds Tables FieldSet, TextArea Lists CSS Cursors Divs Page Anchors I Frame Image Maps Music Flash E mail Form Pop Ups Drop Down Menu - MySpace Edits - Center Profile Hide Extended Network Hide Details Section Hide Last Login Hide Contact Box Hide Your Friends Hide General Info. Hide Comments Hide Friends/Comments Hide Search Form Move Contact Box Remove MySpace Links Remove URL Box Resize Comment Images Reverse Com & Friends Scrollable Comments Dot Comers Grey Matter Mega Book Tag Board PHP FTP CHMOD CPanel Scripts Paint Shop Pro Animation Shop Vector Cheat Radio Blog My Space HTML Tester Help Links Color Chart Get-Hosting.net DaRicanBoi.com OrlandoSotoJr.com SoDamnCocky.com MySpace.com/S.D.C. |
To add an image background to your Site:-:] Code - <style type="text/css"><!-- body{background:url(image url);background-attachment:fixed} //--></style> The background is FIXED meanin it wont move on ur screen. To add an image background and a color background to your Site:-:] Code - <style type="text/css"><!-- body{background:#000000 url(image url);background-attachment:fixed} //--></style> Addin a color background is good so just incase the image url does not work the color will show instead. To position your background to cover the whole page add style="position:absolute;top:0px;left:0px" to an image code-:] Code - <img src="url of image" style="position:absolute;top:0px;left:0px"> This will make your own layout style, You must position your content over the image! To make a pattern background.-:] Code - <body background="url of background"> This will take that one image and make it repeat to fill up the window that is opened [pattern] |