Results 1 to 6 of 6

Thread: website help!, css

  1. #1
    Turkish
    Join Date
    Dec 2003
    Location
    truro
    Posts
    507
    Thanks
    1
    Thanked
    0 times in 0 posts
    • serlex's system
      • Motherboard:
      • 775twins Version 1
      • CPU:
      • 3.2 Pentium Dual Core
      • Memory:
      • Corsair 5300 1GB
      • Storage:
      • 80 IDE
      • Graphics card(s):
      • Crapy 7900GT
      • PSU:
      • Thermaltake 480W
      • Case:
      • Plastic
      • Monitor(s):
      • 17" Flatron LG
      • Internet:
      • 8MB..but BT so 512kps

    website help!, css

    sry if its in the wrong bit of the forum!

    im a noob at websites, so go easy!

    i have a style.css file-index.html file (template)

    www.pro-gaming.designs.com

    i like to create new pages using the css file, so when i click roster in index, it appears in index with same style (font-colour)

    how do i do this?

    thanks

  2. #2
    Senior Member
    Join Date
    Oct 2004
    Location
    Essex and proud!
    Posts
    230
    Thanks
    0
    Thanked
    0 times in 0 posts
    I tried to look at your site but the link doesn't work. BTW there is a good css forum here http://www.csscreator.com/css-forum/

  3. #3
    Turkish
    Join Date
    Dec 2003
    Location
    truro
    Posts
    507
    Thanks
    1
    Thanked
    0 times in 0 posts
    • serlex's system
      • Motherboard:
      • 775twins Version 1
      • CPU:
      • 3.2 Pentium Dual Core
      • Memory:
      • Corsair 5300 1GB
      • Storage:
      • 80 IDE
      • Graphics card(s):
      • Crapy 7900GT
      • PSU:
      • Thermaltake 480W
      • Case:
      • Plastic
      • Monitor(s):
      • 17" Flatron LG
      • Internet:
      • 8MB..but BT so 512kps
    rofl sry m8,
    www.progaming-designs.com, just need to know what code goes into the blank page to link to the css file and how to link the blank page to the index.html

  4. #4
    Senior Member
    Join Date
    Oct 2004
    Location
    Essex and proud!
    Posts
    230
    Thanks
    0
    Thanked
    0 times in 0 posts
    I am not too sure what you are asking, is it that you want to create a second page to your website with the same style and design as your home page, but with some roster information on it? If so you just need to duplicate index.html, name the duplicate roster.html, edit the page appropriately, edit the navigation links and you are done.

  5. #5
    Senior Member Nemeliza's Avatar
    Join Date
    Jul 2003
    Posts
    1,719
    Thanks
    1
    Thanked
    5 times in 5 posts
    Looking at your websites source this is the piece of code that is loading the style sheet.
    Code:
    <link rel="stylesheet" href="style.css" type="text/css">
    As for linking to pages, im not exactly sure what you mean but here is some code that would create a link to your webpage.
    Code:
    <a href="http://www.progaming-designs.com/index.htm">Pro Gaming Designs</a>
    ClanTemplates...i havent been there for a good while, i made a few templates for them back in the day.

    Also i recommend you read up on some HTML and CSS...Dreamweaver etc is good, but it always helps to understand what your code is doing. www.w3schools.org is a good place to start.

  6. #6
    Web Extraordinaire
    Join Date
    Aug 2004
    Posts
    301
    Thanks
    0
    Thanked
    0 times in 0 posts
    I am not to sure what you are trying to get at either. By the sounds of it you want to link your .css to every page. This can be done by copying Nemeliza first code and adding it to each page. And like Nemeliza said you really need to understand the code before using dream weaver etc. Although dream weaver is an excellent tool it is no substitute for hard coding.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. recommend some website design software
    By petrefax in forum Software
    Replies: 24
    Last Post: 23-09-2004, 09:00 AM
  2. 100% Database driven website
    By Kezzer in forum Software
    Replies: 7
    Last Post: 18-01-2004, 02:04 PM
  3. divs and CSS
    By Kezzer in forum Software
    Replies: 11
    Last Post: 18-11-2003, 12:51 PM
  4. CSS + Other Language Questions
    By Jonny M in forum Software
    Replies: 7
    Last Post: 11-10-2003, 11:17 PM
  5. CSS Help
    By Basher in forum Software
    Replies: 19
    Last Post: 10-09-2003, 08:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •