change border colour of text box

G

Guest

Hi there, does anyone know how to change the colour of the border around text
boxes? I have manged to create borders within the text box but am still left
with the original border on the outside. I am using fp2003 and front page
sales theme from sharepoint
 
J

Jon Spivey

Hi,
you'd probably make a class - eg
<style type="text/css">
..txt{
border:1px solid #f00;
}
</style>
obviously changing colour to suit, and then
<input type="text" class="txt" name="whatever">
 
G

Guest

don't suppose there is a wysiwyg way of doing it. I've only just started
learning html, and fp told me what i typed was invalid. Here is the area
where i think it should go

<!--[if gte vml 1]><v:shape id="_x0000_s1026"
type="#_x0000_t202" style='position:absolute;left:279.75pt;top:441.75pt;
width:243pt;height:115.5pt;z-index:1'>
<v:textbox>
<table cellspacing="0" cellpadding="0" width="100%" height="100%">
<tr>
<td align="center"><b><font color="#000099">
 
G

Guest

Just double-click on your text box and the format text box window will
pop-up. There is a drop-down menu in the "line section" for colors. You can
also adjust the weight and style of the border.

bumblingalong said:
don't suppose there is a wysiwyg way of doing it. I've only just started
learning html, and fp told me what i typed was invalid. Here is the area
where i think it should go

<!--[if gte vml 1]><v:shape id="_x0000_s1026"
type="#_x0000_t202" style='position:absolute;left:279.75pt;top:441.75pt;
width:243pt;height:115.5pt;z-index:1'>
<v:textbox>
<table cellspacing="0" cellpadding="0" width="100%" height="100%">
<tr>
<td align="center"><b><font color="#000099">

Jon Spivey said:
Hi,
you'd probably make a class - eg
<style type="text/css">
..txt{
border:1px solid #f00;
}
</style>
obviously changing colour to suit, and then
<input type="text" class="txt" name="whatever">
 
G

Guest

double clicked, nothing happened?

dorigrace said:
Just double-click on your text box and the format text box window will
pop-up. There is a drop-down menu in the "line section" for colors. You can
also adjust the weight and style of the border.

bumblingalong said:
don't suppose there is a wysiwyg way of doing it. I've only just started
learning html, and fp told me what i typed was invalid. Here is the area
where i think it should go

<!--[if gte vml 1]><v:shape id="_x0000_s1026"
type="#_x0000_t202" style='position:absolute;left:279.75pt;top:441.75pt;
width:243pt;height:115.5pt;z-index:1'>
<v:textbox>
<table cellspacing="0" cellpadding="0" width="100%" height="100%">
<tr>
<td align="center"><b><font color="#000099">

Jon Spivey said:
Hi,
you'd probably make a class - eg
<style type="text/css">
..txt{
border:1px solid #f00;
}
</style>
obviously changing colour to suit, and then
<input type="text" class="txt" name="whatever">

--
Cheers,
Jon
Microsoft MVP

Hi there, does anyone know how to change the colour of the border around
text
boxes? I have manged to create borders within the text box but am still
left
with the original border on the outside. I am using fp2003 and front page
sales theme from sharepoint
 
G

Guest

oops sorry got it now, many thanks

dorigrace said:
Just double-click on your text box and the format text box window will
pop-up. There is a drop-down menu in the "line section" for colors. You can
also adjust the weight and style of the border.

bumblingalong said:
don't suppose there is a wysiwyg way of doing it. I've only just started
learning html, and fp told me what i typed was invalid. Here is the area
where i think it should go

<!--[if gte vml 1]><v:shape id="_x0000_s1026"
type="#_x0000_t202" style='position:absolute;left:279.75pt;top:441.75pt;
width:243pt;height:115.5pt;z-index:1'>
<v:textbox>
<table cellspacing="0" cellpadding="0" width="100%" height="100%">
<tr>
<td align="center"><b><font color="#000099">

Jon Spivey said:
Hi,
you'd probably make a class - eg
<style type="text/css">
..txt{
border:1px solid #f00;
}
</style>
obviously changing colour to suit, and then
<input type="text" class="txt" name="whatever">

--
Cheers,
Jon
Microsoft MVP

Hi there, does anyone know how to change the colour of the border around
text
boxes? I have manged to create borders within the text box but am still
left
with the original border on the outside. I am using fp2003 and front page
sales theme from sharepoint
 
G

Guest

your welcome!

bumblingalong said:
oops sorry got it now, many thanks

dorigrace said:
Just double-click on your text box and the format text box window will
pop-up. There is a drop-down menu in the "line section" for colors. You can
also adjust the weight and style of the border.

bumblingalong said:
don't suppose there is a wysiwyg way of doing it. I've only just started
learning html, and fp told me what i typed was invalid. Here is the area
where i think it should go

<!--[if gte vml 1]><v:shape id="_x0000_s1026"
type="#_x0000_t202" style='position:absolute;left:279.75pt;top:441.75pt;
width:243pt;height:115.5pt;z-index:1'>
<v:textbox>
<table cellspacing="0" cellpadding="0" width="100%" height="100%">
<tr>
<td align="center"><b><font color="#000099">

:

Hi,
you'd probably make a class - eg
<style type="text/css">
..txt{
border:1px solid #f00;
}
</style>
obviously changing colour to suit, and then
<input type="text" class="txt" name="whatever">

--
Cheers,
Jon
Microsoft MVP

Hi there, does anyone know how to change the colour of the border around
text
boxes? I have manged to create borders within the text box but am still
left
with the original border on the outside. I am using fp2003 and front page
sales theme from sharepoint
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

shared border appeared 1
Table & Cell borders and spacing 3
Shared Border 3
FP2003 upgrade problem 8
Change colour of thumbnail border 3
Shared Borders 1
border properties 3
border colour - hmmmffff 1

Top