Jump to content

I created a site...


ILikeMorrowind

Recommended Posts

great site, not too harsh on your eyes during day time (morrowindfiles.com !) and it isnt messy, ive found a ton of sites that are messy and hard to read and this one shows them how they should be...fansites, that is.

 

although, i still dont see the reason for an upcoming c/c++ programs, not many people who play morrowind have even gone through a c/c++ programming course.

Link to comment
Share on other sites

Not bad. Though maybe a bit plain looking :P maybe get some background wallpaper and use a font besides Times New Roman :P

 

BTW how did you get the links to show colour on hover every time? I use the following on my webpages:

 

<HEAD>

<STYLE>

<!--

a:link { color: ######; decoration: none }

a:hover { color: ######; decoration: none }

etc etc

-->

</STYLE>

</HEAD>

 

But whenever I click a link, it never shows the hover colour again unless I clear the cache.

Link to comment
Share on other sites

I always use this code for my sites.

 

<style>

<!--

A:link {text-decoration: none; color: #000000}

A:visited {text-decoration: none; color: #000000 }

A:active {text-decoration: none; color: #000000}

A:hover {text-decoration: underline; color: #464646}

</style>

 

probably the same one your using switch

 

one of my latest creations...

no it's not morrowind, it was supposed to be used for a clan on Medal of Honour

language is dutch so dont even bother reading...

 

there ya go

 

warning best viewed on 1024*768, otherwise try the F11

 

btw: if I dont have any problems creating some small sig banners for Mod-projects

Link to comment
Share on other sites

I always use this code for my sites.

 

<style>

<!--

A:link {text-decoration: none; color: #000000}

A:visited {text-decoration: none; color: #000000 }

A:active {text-decoration: none; color: #000000}

A:hover {text-decoration: underline; color: #464646}

</style>

Oooo hey that works! It is the same code, but with slight differences... and it seems to work every time. Thanks! :D

Link to comment
Share on other sites

  • 5 years later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...