English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

here is my site, http://www.bingbong.es/english/englishindex.htm

i would like the left index section to have a red border, i can figure out how to do it, im using ms expression

any help appreciated

2007-12-17 04:35:46 · 2 answers · asked by Notre1Dame 2 in Computers & Internet Programming & Design

2 answers

I don't know anything about ms expression, but if can edit files, you can add a border attribute to the .style9 class. Edit your englishindex.htm file (line 27) and change this:

.style9 {
margin-left:160px;
text-align:center;
}

to

.style9 {
margin-left:160px;
text-align:center;
border: 1px solid red;
}

2007-12-17 04:45:29 · answer #1 · answered by daa 7 · 1 0

Using Internet Explorer View Source (with Notepad), I see it as:

.style18 {
margin-left: 160px;
text-align: center;
border: 6px solid #0000FF;
background-color: #FF0000;


In Notepad, change border to #FF0000 instead of #0000FF (red to blue) then Save.

2007-12-17 06:14:28 · answer #2 · answered by ROY L 6 · 0 0

fedest.com, questions and answers