Forum Moderators: mack

Message Too Old, No Replies

nav/td questions

nav bar and td---

         

dialectic

9:18 am on Aug 5, 2004 (gmt 0)

10+ Year Member



I have problem with the color changing on links on the main page:

the main uses main.css---
a:link, a:visited
{
color: #FF0000
}

a:hover, a:active
{
color: #4169E1;
text-decoration: none
}

the other 16 pages use script.css--
a:link, a:visited
{
color: #FF0000
}

a:hover, a:active
{
color: #4169E1;
text-decoration: none
}

how come the main page nav links color doesnt match the rest of my pages nav's?

secondly i made a table design on my pages and want to change text in individual td's but not in all my pages

i want the text to be bold in page 7 td one , so how do i do it

<table>
<tr>
<td>i want the text bold in here</td>
<td>2</td>
<td>3</td>
</tr>
</table>

dialectic

9:29 am on Aug 5, 2004 (gmt 0)

10+ Year Member



also if in porshe.html and hit the nav on the side for porshe it brings up a path to a c:/webpage/oscar

and i have a nav bar:

main
vette
lambo
porsche

why?

dialectic

9:38 am on Aug 5, 2004 (gmt 0)

10+ Year Member



ok the porsche thing is wacked

from any page it now brings up c:/webpage/porsche.html doesnt exist

but when i go into wepage--i can open porsche.html

silk

10:35 am on Aug 11, 2004 (gmt 0)

10+ Year Member



only help i give ya is the bold part.

use <strong>...</strong> between your <td> tags.

If u want to change any element's attributes at any time, just define a class in the css and use it.

e.g. say u want to change the text color to white some where...

in your css
.white{
color:#ffffff;
}

then in your write your <td> as <td class="white">

As for the other stuff, lol, i think u're using ur editor improperly. sorry d.