This is a discussion on "[SOLVED] changing links colours using html" within the Web Page Design section. This forum, and the thread "[SOLVED] changing links colours using html are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] changing links colours using html
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
[SOLVED] changing links colours using html
Good afternoon
how do i go about just using html to change the colour of links. !I am not allowed to use CSS! Can this be done? Cheers Daniel |
|
|
|
#2
|
||||
|
||||
|
Re: changing links colours using html
Hmm... why aren't you allowed to use CSS?
Anyway, I think you can do:
|
|
#3
|
|||
|
|||
|
Re: changing links colours using html
works web app doesnt let me upload it, very old crappy thing I will give it a go.
Cheers |
|
#4
|
|||
|
|||
|
Re: changing links colours using html
You can't even use the style attribute?
|
|
#5
|
||||
|
||||
|
Re: changing links colours using html
Why not add styles to the html page then?
In the <head> tags include
|
|
#6
|
|||
|
|||
|
Re: changing links colours using html
wicked it worked how about getting rid of the underline.
Cheers |
|
#7
|
|||
|
|||
|
Re: changing links colours using html
|
|
#8
|
|||
|
|||
|
Re: changing links colours using html
I control the below the header of the site, its one of 100 or so.
I have tried putting .css in to it and spoke to the people above and if they let me do it they would have to let the other 99 sites do it. They are lazy or dont trust (probably the trust thing) they dont know what they are missing. But some people still go for the old saying if it works why change it. Cheers |
|
#9
|
|||
|
|||
|
Re: changing links colours using html
I was refreshing myself the other day in the CSS beginners FAQ
as I had done a bad attempt of a website, that yourself (karinne) pointed me in the right direction. could you double check it for me and see if i am going in the right direction now http://www.webforumz.com/free-web-si...a-vfr-nc30.htm thank you for the help Daniel |
|
#10
|
||||
|
||||
|
Re: changing links colours using html
How about putting them in span classes then?
<span style="text-decoration: none; color: COLOUR HERE"><a href="#">LINK HERE</a></span> |
|
#11
|
|||
|
|||
|
Re: changing links colours using html
Quote:
I tried this and it hasnt worked. How would I put the styles in the header?? Cheers |
|
#12
|
||||
|
||||
|
Re: changing links colours using html
Are you sure that you cant put somthing like this in?
__________________
Marc Staff Manager - Webforumz.com Want to be a moderator? PM me. |
|
#13
|
|||
|
|||
|
Re: changing links colours using html
Shoot. Marc, you beat me to it!
Anyways, This is quite simple:
Cheers, SWagner
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
Last edited by Stuart; Oct 21st, 2007 at 22:15. |
|
#14
|
|||
|
|||
|
Re: changing links colours using html
Nice one guys...
|
|
#15
|
||||
|
||||
|
Re: [SOLVED] changing links colours using html
Swagner - why do you have these: "<!-- -->" In your css???
__________________
Marc Staff Manager - Webforumz.com Want to be a moderator? PM me. |
|
#16
|
|||
|
|||
|
Re: [SOLVED] changing links colours using html
Dreamweaver generates them automatically when you use the "Properties" bar to format text. I don't know why. They're not needed, are they?
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
#17
|
||||
|
||||
|
Re: [SOLVED] changing links colours using html
Nope - i dont use them anyway!!
__________________
Marc Staff Manager - Webforumz.com Want to be a moderator? PM me. |
|
#18
|
||||
|
||||
|
Re: [SOLVED] changing links colours using html
Maybe because some really old text-based browsers will not understand the style tag and show what's inside unless a comment is there?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|