![]() |
|
| |||||||
| Notices |
| Wish List & Idea Bin Share your thoughts and ideas about how we can make VodaHost or BlueVoda better. We value your input. |
![]() |
| | Thread Tools |
|
#1
| |||
| |||
|
I would love to see a table that has a single line instead two lines, ( one for the table and one for the cell ) I have a lot of need that involve the use of thin lines for tables but cannot use BV table as it does not allow it. Please do not tell me to reduce the current width to 1 as that does not work! As I am writing this wish/request I can see a thin table used for B. voda's banner add placed on the top right of this page http://www.vodahost.com/vodatalk/newthread.php?do=newthread&f=27 In the meantime an HTML code thaqt will reduce the thickness of the lines would be a great help as I have noticed that tables and cells have a HTML coding option . Sinisa vullcanairbrush.com |
|
#2
| ||||
| ||||
|
Well, actually there is an easy way to do it. BUT, you need to do this for all cells, it is not enough doing it for the entire table: Right click each cell, select HTML, and paste the following in the Inside Tag: style="border:1px" Otherwise you need to define a css style class and then add this class assignment inside the table html Inside TAG
__________________ 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! |
|
#3
| |||
| |||
|
Thanks Naval you're always a great help, I tried that and it looks great for one cell , but when I want to create an entire table ( with multiple cells) then cell lines obviously do not appear leaving the table blank which is not what we wanted in the first place. Please check the page http://www.vullcanairbrush.com/test_1.php and on the left you will see the desired effect. On the right hand side of the above page, is the B. Voda's table with the applied code you provided ( the code was used only on three cells ). Ideally cell border would merge into the table border and adjacent cell lines would merge! Also BV tables do not seem to follow orders. I have place a yellow color for all cells as well but they do not appear in the preview or after publishing. This is a serious issue ...! Anyway if you would look at the example maybe you have a solution... Best regards Sinisa P.S I hope BV is listening because the table I have made has total of nine cells but after publishing only eight appear and never in the spot I have originally placed the table at. |
|
#4
| ||||
| ||||
|
From a research that i made, it seems that Karen is right. Since html by default places the cells one beside the other, the minimum border that you can have is 2 pixels (because each cell has a border of 1 pixel) I also researched css solutions, but there doesn't seem to be a way to have thin lines unless you accept the double lines (each cell has its own border).
__________________ 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! |
|
#5
| ||||
| ||||
|
In blue voda, of you set your table with 0 spacing and 0 padding in the PROPERTIES, you get one line only and it also borders the CELLS. So.. if you dont also add a border for the cells, you wont get DOUBLED lines Even in HARD coding html tables and you use borders, you will still get double lines if you border the cells and the table both. Doesnt matter if you use css classes to refine it or not. ITS the law of the land. You may add a layer and make a table with no borders and then add lines that are IMAGES or shapes smaller than 1px over the table, or create a transparent gif to lay over it, or vice versa but thats the only way you are going to get smaller lines. Karen
__________________ KMAC Enterprise Missouri Free Classified Ads Charming Noveltees~Sports Logos Charms ![]() ![]() I've learned that artificial intelligence is no match for natural stupidity! |
|
#6
| ||||
| ||||
|
Actually they are two lines, that's why they appear as thick. Because each cell comes beside to the next (and to the entire table border) This is way i suggested that thick lines can be obtained with double lines (cellspacing > 0)
__________________ 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! |
|
#7
| ||||
| ||||
|
Naval Yes.. but she wants THINNER lines and is complaining they are TOO thick. Karen
__________________ KMAC Enterprise Missouri Free Classified Ads Charming Noveltees~Sports Logos Charms ![]() ![]() I've learned that artificial intelligence is no match for natural stupidity! |
|
#8
| ||||
| ||||
|
BV will create 1 px borders for tables. There is no less than 1 px. BUT, setting the cellspacing to 0, will result in lines of 2 pixels (for the reasons explained above, that is, because they are 2 lines one beside the other). If you set the cellspacing to 1 or 2 pixels, the lines are thin alright, BUT they are double.
__________________ 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! |
|
#9
| ||||
| ||||
|
OY VEY.. i know this..LOL...thats why i said just use the TABLE border and no border for the cells. Karen
__________________ KMAC Enterprise Missouri Free Classified Ads Charming Noveltees~Sports Logos Charms ![]() ![]() I've learned that artificial intelligence is no match for natural stupidity! |
|
#10
| ||||
| ||||
|
But, BV doesn't allow to define the cell border separately from the table border. And, even if you use the style"border:0px" as i descibed above, unfortunately it resuls in cells without any border at all. There will only be a rectangle border.
__________________ 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! |
|
#12
| ||||
| ||||
|
There can NOT be a line thinner than 1 px, your monitor (as any monitor in the world) can not render something that is less than the physical dimensions of a pixel.
__________________ 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! |
|
#13
| |||
| |||
|
Thank you for letting me know this piece if information , I do not mean to sound controversial what I need is a thin line for table and as I said earlier 1px will do! I use a graphic program Art Explosion that allows you to control each line of the table so the question is not weather A SEPARATING LINE for table can be made to 1px but will BV be willing to do it! Sinisa P.S. It is not necessary to create an option for each cell line to be modified in BV after all anything more than that is graphic design but to make your website pleasing to an eye of beholder BV should have Thin Line Option feature. I do want to say that so far I have received much resistance for any suggestion I made. When I suggested Site search tools to be implemented as a regular feature of BV website builder , BV Programmer told me that it cannot be done. That is not most ridicilous statements one can made .This wiseguy also told me that the way my website was built I cannot even have one. This person is supposed to be an expert. As the matter of fact I do have a site serch program which you Naval help install! So much for BV expertise! I am sure that this is all a front as they are really unwilling to advance much ,otherwise thse changes would have been made a long time ago! I suggested two other ideas and even though they are legitimate they have been discarded. -Professional looking slide show with smooth transitions ( there are plenty of them that can be modified ) - Roll over text and image for the shape tool I am starting to believe that this channel is just for venting the frustrations of the some users as improvements for things that matter do not seem to show last two years I have been a member! |
|
#14
| |||||||||||
| |||||||||||
|
I will try to answer as better as i can. Quote:
Quote:
Quote:
Quote:
The second way, which BV has already included, is to use the Form Wizard search form (available for Google and Yahoo) which will allow users to search your site THROUGH Google or Yahoo. The results are ONLY for your site. Not that good as the database ones, but sufficient for most users. Quote:
Quote:
Quote:
Quote:
Quote:
BV 8 had only a fraction of the features BV 10 features. BV now has one the best form wizard. It has become Unicode, thus supporting all possible languages. It improved tables, though not yet as you desire them. It has implemented image manipulation, rotation, effects. It has implemented the Logo, the guestbook, the form validation, the RSS feed, different types of menus, Lightbox, Glass buttons, PayPal buttons and a LOT more! These features didn't get implemented just because some crazy programmer thought that it would be nice, but because users have asked for them! Don't forget that the major feature of BV is its simplicity and the short learning curve. It might not have everything, but has what MOST users would ever ask for. And, it is constantly improving......
__________________ 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! |
|
#15
| |||
| |||
|
Thank you Naval , I will try to respond best I can, 1) RE: Blue Voda Lacks thin Lines I never said I had a problem with how HTML works, all I said is there is a genuine need to have thin lines for tables. How that is accomplished and weather you use java ,xhtml , css or any other programming language it is entirely choice of a programmer!Right? Since Blue Voda lacks thin line feature for tables it is a Blue Voda Problem! The facts are it can be done and any person that needs it ,cannot have it! 2) RE: Site search As far as I know the landing page for that type of site search is google or yahoo which takes users away from your site and as you said clearly not an option for a small business!( correct me if I am wrong about the landing page ) 3) Improvements in blue Voda Actually I am right about Blue Voda not making improvements (I say that with obvoius limitations) here is why !You said that forms are new feature. Forms are basic tools yet it took Blue Voda centuries before only last year they implemented them! While some may argue that , how about spelling? That too took years before it was implemeted and that only few months back. If that is not dark ages you tell me! Spelling check is a basic tool! No comment!! Let me say just that by adding basic features and letting users know how they are "New features " instead of "corrections" is not fooling anyone! 4) RE: Slide Show This too can be done as the matter of fact the smooth transition in Java is a very small script .Instead in Blue Voda in the slide show provided pictures appear abruptly as in a cheesy movie. For anyone to tell me that can't be patched in instead the old one is simply not true! 5) Roll over text and image for the shape tool Here is another one , Blue Voda has few button imagefeatures .They all lack something or are made with intention to make you feel like there are alot of features ! For instance: a) You can rollover image but you do not have a way to add text for links so text to can rollover as well (change color) b)Button tool, The same thing, you can place any type of button but you cannot change color of the text so you are stuck ! c) Navigation tool has a button image and text rollover but no way of placing your button image.Again youre stuck... Threre are many things we can say about Blue Voda that we can say about many website builders the difference is I paid for this service and I am stuck trying to correct things! If I say I need thin lines for tables and you say, That is not our problem talk to HTML , that leaves me without an option! Another thing Blue Voda Is NOT FREE! You have to pay Voda Host because only Voda host supports Blue Voda website builder on their incrypted server . Regards Sinisa |
|
#16
| ||||||||||||
| ||||||||||||
|
I'm afraid we are talking different languages here. So i will answer you and then finish it here. Quote:
HTML is the page description language. Java, Javascript, css, php and ANY other programing language, finaly outputs pure HTML! It is not invented by BV or ANY other website builder. It is built according to international standars and you can't change them. What you ask is NOT at the moment doable simply because HTML can't do it. End. Quote:
Again, i explained why it can't be done by a medium experienced user as it requires actions that go beneath what an automated procedure can do. It COULD be doable on a dedicated server, but not on a shared hosting due to implications with database, php and so on. On shared hosting, the user would need to create the database, setup the script and more...You admitted that to install your search script you needed my help. The average user will hardly be able to do it. Quote:
Quote:
Quote:
Quote:
Quote:
a. I would LOVE you to post a link to some site that has this feature, never seen it (until today) anywhere b. Do you mean the nav bar ? the Form control buttons ? what ? The submit and reset buttons CAN be replaced by image buttons, you simply name them "submit" or "reset" and they behave as such. And you can use whatever image of your own you like (I use 3D like arrows for my customers) c. Wrong. The nav bar can accept ANY image you want, as long as you add it in the buttons library. There is a post of mine in the Tips and Trics section that explains this. In ALL cases you can create the images (normal and mouseover) WITH the text you like (same or different color for the two cases) and use a rollover as a navigation button. Quote:
Quote:
Quote:
No tool in the world (software) ever was created right from the start in its final version. I pay $$$$ each year in maintainance fees to keep my professional software updated. because almost every couple of months (even more often..) there is an update, a bug fix, a security patch and so on. Before stating that BV is not improved or enriched, please compare version 7 with the current one (3 years of distance..)
__________________ 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! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |