![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How do I define for example link inside H1 style to be of different color than other links in the same page: a href="blah">this is some color</a h1><a href="blahblah">this is different color</a></h1 I remember seeing suitable code for this a couple of years ago but wasn't able to google my way to it. |
#3
| |||
| |||
|
|
a href="blah">this is some color</a h1><a href="blahblah">this is different color</a></h1 |
#4
| ||||||
| ||||||
|
|
"Pasi Kovanen" <kovis (AT) nospam (DOT) iki.fi.invalid> wrote: a href="blah">this is some color</a> <h1><a href="blahblah">this is different color</a></h1 That's almost certainly incorrect markup. |
|
A page should contain one level one header, |
|
it should precede all other content, |
|
and it's content should relate to the page it's on, |
|
consequently it's content should not be linked. |
|
If you are attempting to boost search engine position then stop it. |
#5
| |||
| |||
|
|
"Pasi Kovanen" <kovis (AT) nospam (DOT) iki.fi.invalid> wrote: a href="blah">this is some color</a h1><a href="blahblah">this is different color</a></h1 That's almost certainly incorrect markup. A page should contain one level one header, it should precede all other content, and it's content should relate to the page it's on, consequently it's content should not be linked. |
#6
| |||
| |||
|
|
On Mon, 28 Feb 2005 16:39:54 +0200 Pasi Kovanen wrote: How do I define for example link inside H1 style to be of different color than other links in the same page: a href="blah">this is some color</a h1><a href="blahblah">this is different color</a></h1 I remember seeing suitable code for this a couple of years ago but wasn't able to google my way to it. h1 style="color:red;" a style="color:green;" |
![]() |
| Thread Tools | |
| Display Modes | |
| |