Announcement

Collapse
No announcement yet.

Can I import CSS into BlueVoda?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can I import CSS into BlueVoda?

    I have built a web page using Dreamweaver (trial version) and would like to import it into BlueVoda. Although I can import the HTML file, there seems to be no way of importing the CSS file so that I can use BlueVoda correctly, i.e. as a WYSIWYG editor. Is it at all possible?

    Thanks

  • #2
    Re: Can I import CSS into BlueVoda?

    Place the CSS file in the "Between the head tag" of your BV page under "Page properties"
    Either by direct css link to the css file on your server or placing the whole file's content in the head area of each page.
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment


    • #3
      Re: Can I import CSS into BlueVoda?

      I guess you mean the "Page HTML" rather than "Page Properties". I included a link to my CSS file, but there seems to be a lot more other stuff that BlueVoda strips out of the HTML related to the CSS.

      Since I'm developing the web site for a university assignment (where I have to code the HTML and CSS) I guess I'll have to bite the bullet and stick with Dreamweaver, though I've used BlueVoda in the past and found it easier to use.

      Comment


      • #4
        Re: Can I import CSS into BlueVoda?

        You can lik your css file or add the entire css code in Between Head of the page HTML of each page as Chris suggested.
        Then you can add, in each element's HTML, Inside Tag, the class of the element.

        The only thing that you can't control this way is the page background color and centering, and that's because BV adds them AFTER your css reference so they are overwritten by BV's settings.
        Navaldesign
        Logger Lite: Low Cost, Customizable, multifeatured Login script
        Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
        DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
        Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

        Comment


        • #5
          Re: Can I import CSS into BlueVoda?

          I'm trying to use this CSS Image Gallery script (from DynamicDrive) on a BV page:

          (note that the page doesn't include instructions for exactly how to implement the script)

          I see (on the page linked above) that I need to pick up some CSS code and then some HTML code. But because I've never "done CSS" in BV or any other web design program, I'm confused:

          - Do I need to create a CSS file in order to use this script? If so, how do I do that?

          - Do I need to create the thumbnail of each larger image I want to display via this script?

          - If I put the CSS code in the "Between Head Tag" section of BV's "Page HTML" window (as the earlier posts here seem to indicate), in which section do I put the HTML code?

          - Do I need to create "an absolutely positioned container holding the enlarged image, anchored on the page by another container with position set to relative"?

          Hope I'm not asking too much here. Thank you.

          Comment


          • #6
            Re: Can I import CSS into BlueVoda?

            Simply copy the css code in your page HTML, Between Head section.

            Drag a HTML box in your page and paste the HTML code after you have changed the images paths to point to your own images.
            Navaldesign
            Logger Lite: Low Cost, Customizable, multifeatured Login script
            Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
            DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
            Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

            Comment


            • #7
              Re: Can I import CSS into BlueVoda?

              OK, good, but I'm still wondering if I have to create a thumbnail for each image and upload them to the site's directory (along with the .jpeg of the full-size image to be shown).

              Looking at the HTML code for the first photo in the gallery that's used as an example on dynamicdrive.com, my guess is that I not only have to create the thumbnail, but enter its width and height in the code. Here is that code for the first picture:

              <a class="thumbnail" href="#thumb"><img src="media/tree_thumb.jpg" width="100px" height="66px" border="0" /><span><img src="media/tree.jpg" />

              What do you think? Also, it doesn't seem like this code really specifies a "path" for the image (as you mentioned). That's why I assume it will work as long as the images are uploaded to the right directory in my File Manager. True?

              Comment


              • #8
                Re: Can I import CSS into BlueVoda?

                You don't need to create thumbs, the script resizes them (just as BV does, by assigning a smaller size)

                Please note that the script assumes that the images aspect ratio is 100/66 (WxH)

                The path as is is media/imagename.jpg :

                <a class="thumbnail" href="#thumb"><img src="media/tree_thumb.jpg" width="100px" height="66px" border="0" /><span><img src="media/tree.jpg" />


                If the images are in the same folder it should be simply:
                <img src="imagename.jpg" (in both locations in the same line)
                Navaldesign
                Logger Lite: Low Cost, Customizable, multifeatured Login script
                Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
                DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
                Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

                Comment


                • #9
                  Re: Can I import CSS into BlueVoda?

                  Thanks again, Naval! I've made some progress, but as you can see at this page, only the first and third of my four images in the gallery are showing. The full-size dimensions of the last three images there are 600x400, and the code looks identical for each image, so I can't imagine why the second and fourth ones won't appear:


                  But I bet you can tell me . . . :)

                  Comment


                  • #10
                    Re: Can I import CSS into BlueVoda?

                    Never mind, I just figured out what was wrong: I had uploaded the images to the wrong folder in File Manager. D'oh! Thanks again for all your help, Naval.

                    Comment


                    • #11
                      Re: Can I import CSS into BlueVoda?

                      Following with above type questions. Please help me in the how to. My website is a real estate site http://www.bahamahomes.info. I need to add/import the listing pages created through Jade Property Suite, a real estate software, to my already existing website created in BV. I successfully uploaded the files to my acct on the server.
                      But now the question is HOW do I link the "Listings" page (through the SEARCH button on my index page) to the listing page/s in my server's acct.
                      I checked the "Listings" page, page source and this is what it says:
                      after <meta.....
                      <link rel="stylesheet" type="text/css" href="jade_category.css"/>
                      <title>listings</title>
                      Will greatly appreciate your comments/help

                      Comment

                      Working...
                      X