Do you resloved the problem.
do you got the bgcolor in the text box.....:)
Type: Posts; User: amutha; Keyword(s):
Do you resloved the problem.
do you got the bgcolor in the text box.....:)
Ok. well, if don't mine, i'll see your code. sent me the full code to my PM or post the code in this forum. :)
check the coding. display the $bgcolordisp value
for example;. give the
echo "$bgcolordisp";
if its display value then
<?php
echo "<p><b>Background Color:</b><input type='text'...
You may use this........ Example..........
<?php
$bgcolor="Blue";
?>
<?php
echo "<p><b>Background Color:</b><input type='text' name='bgcolor' size='20' maxlength='20' value='$bgcolor' /></p>";...