Results 1 to 4 of 4

Thread: Anyone knows how to put a CSS code
      
   

  1. #1
    lvp08 is offline Private
    Join Date
    Feb 2008
    Posts
    2

    Exclamation Anyone knows how to put a CSS code

    hello,
    i donwloaded a free css code and want to know how to use it using Bluevoda. if anyone knows how to do it, please be so kind ot explain to me step by step since i am a beginner....
    thanks!!

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Anyone knows how to put a CSS code

    First of all let me make sure you are aware that for the most part when using css with bv, you will only be able to use the formatting capability of it (changing text color, size, weight, etc). The capabilities of css like position are not going to work unless you are adding specific html elements with an html box. (I hope that made sense)

    That being said you can do it two ways

    1) upload the file and add this line between the <head></head> tags
    <link href="http://yoursite.com/css_file.css" rel="stylesheet" type="text/css" />

    2) insert all the css code into an individual page. Encase it with <style>... css code ... </style> and add it between the <head></head> tags

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  3. #3
    lvp08 is offline Private
    Join Date
    Feb 2008
    Posts
    2

    Default Re: Anyone knows how to put a CSS code

    1- when you say "upload the file" do you mean to the domain folder in the Cpanel?
    2- what do you mean with "The capabilities of css like position are not going to work unless you are adding specific html elements with an html box. ".. that the position of header and buttons sre nt going to be applied?

    dont forget im a beginner. i read that doing i with CSS is easier to change things at once...thats why im trying to learn how to do it.
    thanks again.

  4. #4
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Anyone knows how to put a CSS code

    1) Yes, uploading it to the folder for your domain name.
    2) Using css with a website builder like BV isn't the same as hard coding your website. Every website is made up of html code, BV generates this code as well as the css code for each element on the page. Since most any css code you try to implement will be overridden by the code BV generates. There is positioning on every element so that will overwrite any you define. Some things like formating are not defined for every element, so when you define them it should stick.

    Basically BV isn't meant to have outside css added. It might be worth a shot, but chances are it won't work as expected

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

Thread Information

Users Browsing this Thread

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

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49