help with css
- Started
- Last post
- 25 Responses
- rybo
Hey.
I need some help with my indexhibit site i have no clue how to customise the css iv tried modifying it in text edit but it wouldent let me save it as a css again :S
Any other shit hot looks indexhibit sites for inspiration would be much appricated to.
Please help.
- moamoa0
hey rybo.. :)
- rybo0
hey moamoa, can you help me out dude.
MSN/AIM?
send it over on email
- ********0
hey Rybo
- moamoa0
sorry I can´t...
I have no clue about coding... never saw how a coding software looks like.
- rybo0
not willing to talk to me on a instant messenger moamoa?
- rybo0
not willing to talk to me on a instant messenger moamoa?
- mikotondria30
are you not willing to talk to him on a instant messenger moamoa?
- rybo0
Boring atm
- moamoa0
use it like here: http://www.echoaroundtown.co.uk/…
alway white as background
don´t use blue links.. put this (Built with Indexhibit) at the bottom..
and finally its good
- moamoa0
and you should make the X from BOXLIKE wider, like the E or L
- rybo0
moamoa i would if i knew how to i can set the background of the right hand side of the site as its a option on the settings on each page. i want a black background running throught the site. and i desperately want to get rid of the blue link i want:
White Text
Grey Links
Background of text white text black on rollover
- moamoa0
come on guys... help rybo.
he learned to listen to our critic...
- rybo0
as soon as i get the template of the page sorted i can get on with putting my work up :D
- rybo0
SITE : - http://www.echoaroundtown.co.uk/…
- NONEIS0
You can just change the extension (i.e. .txt) to .css, it will work fine. Let me know if you still need help.
- rybo0
cheers noneis.
Im struggling with the colour codes iv set them to the right colour but all i get is a mess.
- rybo0
if some could just correct the css to make it look sexy it would be much appricated.
- NONEIS0
You need to set a color just like you have for visited, inside each of the link selectors, i.e.
a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; color: #000;}
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color: #000;}
- such0
Well for one there were some invalid characters in the CSS, but this should work:
a:link { text-decoration: none; color: #FFF;}
a:active { text-decoration: none; color: #666;}
a:visited { text-decoration: none; color: #666;}
a:hover { text-decoration: none; color: #000; background:#FFF;}