Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > Graphics, Images, Logos Templates & CSS > CSS Cascading Style Sheets

Notices

CSS Cascading Style Sheets All topics and discussions relating to CSS Cascading Style Sheets.

Reply
 
Thread Tools
  #1  
Old 10-08-2009, 12:46 PM
Private
 
Join Date: Oct 2009
Posts: 2
Default 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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 10-08-2009, 01:32 PM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 7,532
Default 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,
Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens.

Barnet walks
How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips -
Collectables, Collecting


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 10-08-2009, 03:21 PM
Private
 
Join Date: Oct 2009
Posts: 2
Default 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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 10-09-2009, 11:21 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,049
Default 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!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 10-13-2009, 08:05 PM
jimchicago's Avatar
Captain
 
Join Date: Aug 2006
Location: Chicago suburbs
Posts: 244
Question Re: Can I import CSS into BlueVoda?

I'm trying to use this CSS Image Gallery script (from DynamicDrive) on a BV page:
http://www.dynamicdrive.com/style/cs...gallery/#thumb
(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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 10-13-2009, 09:08 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,049
Default 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!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old 10-13-2009, 10:58 PM
jimchicago's Avatar
Captain
 
Join Date: Aug 2006
Location: Chicago suburbs
Posts: 244
Question 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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old 10-13-2009, 11:09 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,049
Default 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!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old 10-14-2009, 07:47 AM
jimchicago's Avatar
Captain
 
Join Date: Aug 2006
Location: Chicago suburbs
Posts: 244
Question 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:
http://www.joiedesfleurs.com/index3.html

But I bet you can tell me . . . :)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old 10-14-2009, 07:58 AM
jimchicago's Avatar
Captain
 
Join Date: Aug 2006
Location: Chicago suburbs
Posts: 244
Thumbs up 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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old 11-11-2009, 03:02 AM
Private
 
Join Date: Jul 2009
Posts: 3
Default 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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

« Pre-Exisitng CSS | - »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT +1. The time now is 01:26 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - All Rights Reserved

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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203