
Stphnwrt
Novice
Dec 9, 2007, 12:39 AM
Post #1 of 3
(6506 views)
Shortcut
|
|
customising templates
|
Can't Post
|
|
Hi, I've been playing around with search engine here and am trying to change the look of the search form. I am trying to get an image tiled for background. I made the changes in Dreamweaver and all looked fine locally, but once the template search_form.html was uploaded the background doesn't show up. I am pretty sure the code is probably wrong but I don't know html. What am I doing wrong? Any help,please? <html> <head> <title>$_search_title$ Search Results</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css"> <!-- body { background-image: url(../../public_html/cgi-bin/backgrounds/background.gif); } --> </style></head> <body bgcolor="#FFFFFF" marginwidth="15" marginheight="15" topmargin="15" leftmargin="15"> <style> <!-- .maintext {font-family:arial,sans-serif} .f,.f:link,.f a:link {font-family:arial,sans-serif; color:#6f6f6f} //--> </style>
(This post was edited by Stphnwrt on Dec 9, 2007, 12:41 AM)
|