Jump to content

Html Websites


Chris Cook

Recommended Posts

Hi, i am in the middle of trying to design a site and i am wondering if someone could tell me any good webistes to get FREE or very cheep templates. Also how do you use HTML. I need some detailed help please on everything you no about it.

Cheers Chris :) :)

Link to comment
Share on other sites

I alreay have but there not that good. unsure.gif

If you dont know how to do HTML then how do you know the sites are no good that are in that other thread :)

http://www.trials-forum.co.uk/forum/index....='html'

I'd just look through there again and make sure...im sure theres someting helpfull in there :)

EDIT: i've just had a look through them and Tom's link seems to be the most useful, has a guide to lots of different things

Edited by Bondy
Link to comment
Share on other sites

Sorry to blag my way into a little off topic post but:

Is it possible to have 2 CSS styles in one page?

I'm doing links and want some links to go from 414140 to white,

and some to go from 414140 to FF1FF7, with " text-decoration: line-through; " (stiked through)

I'm not really sure how to make these work.

I thought that I could make a style1.css and a style2.css, and highlight then select the style sheet I wanted it to relate to. That didn't work.

So i'm guessing it'll all be in one sheet..

a:link {color: #414140; text-decoration: none; }

a:active {color: #414140; text-decoration: none; }

a:visited {color: #414140; text-decoration: none; }

a:hover {color: #FF1FF7; text-decoration: line-through; }

and

a:link, a:hover, a:visited {

font-size: 10pt;

font-family: Verdana, Helvetica, Arial, sans-serif;

color: #414140;

text-decoration: underline;

need to both be in the sheet but if i just plonk them in then they'll overlap and f**k up.

And ideas? Thanks. Nick

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

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