Hi again, is there an easy way for me to change the colour of the search bar to black from white?
Any pointers appreciated
Any pointers appreciated
I'm working on a site that has a black background, so rather than have the search box white, i'm hoping to have it black with a border round it. Does that make sense? I hope so
Sorry, but I haven't used actinic or css in a looong time! So a bit confused at the moment!
<form name="simplesearch" method="get" action="<actinic:variable name="OnlineScriptURL" value="Search Script URL" />">
<form name="simplesearch" method="get" action="<actinic:variable name="OnlineScriptURL" value="Search Script URL" />" class="searchbox">
<form name="simplesearch" method="get" action="<actinic:variable name="OnlineScriptURL" value="Search Script URL" />">
<form name="simplesearch" method="get" action="<actinic:variable name="OnlineScriptURL" value="Search Script URL" />" class="searchbox">
<actinic:variable name="OnlineScriptURL" value="Search Script URL" />
<actinic:variable name="OnlineScriptURL" value="Search Script URL" /> class="searchbox">

Unfortunately, i'm not sure if I have been coming across properly with what I need to do
I need to change the actual colour of the white box (am I using the right terminology here?) where the text is input, not the background that holds the box.

). It's for a site I am helping a friend with, and it's driving me round the bend lol as I would like to help him get the site as near to his vision of it as possible!
Comment