Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > BlueVoda Website Builder Forums > Adding Elements To Your Website

Notices

Adding Elements To Your Website Discussions, help & troubleshooting about adding templates, backgrounds, images, text, iframes, scroll bars, marquees, flash, video, music, HTML Code, shapes, lines, java scripts, and all other elements. Etc… etc…

Reply
 
Thread Tools
  #1  
Old 10-16-2009, 06:26 AM
John K.'s Avatar
First Sergeant
 
Join Date: Dec 2008
Location: Pattaya, Thailand
Posts: 75
Send a message via MSN to John K. Send a message via Skype™ to John K.
Default H-Tag Question

My smallest H-Tag (H6) is going to be 8 point Arial. Here is the code that Vasilli gave us:

<style>
h1 {font-size:18px;color:#666666;font-family:tahoma;font-style:bold;display:inline;}
h2 {font-size:14px;color:#666666;font-family:tahoma;font-style:bold;display:inline;}
h3 {font-size:11px;color:#666666;font-family:tahoma;font-style:bold;display:inline}
h4 {font-size:11px;color:#666666;font-family:tahoma;font-style:bold;display:inline}
h5 {font-size:11px;color:#666666;font-family:tahoma;font-style:bold;display:inline}
h6 {font-size:12px;color:#666666;font-family:tahoma;font-style:bold;display:inline}
</style>

(Note: from thread http://www.vodahost.com/vodatalk/sea...echniques.html)

My question is this: Will my h6 code look like this:
{font-size:08px;color:#0000FF;font-family:arial;font-style:bold;display:inline}?

Do I put just an 8, or a 08?

Thank you

EDIT: P.S. Vasilli, in the H1 and H2 code you have a semi-colon at the end, and the other H3-6 tags do not have a semi-colon. Is this OK, or an oversight? Respectfully yours, John
__________________
http://www.ProgressLanguage.com
Beginnings are fraught with many challenges. If it doesn't kill you, it will make you stronger.
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-17-2009, 06:05 AM
John K.'s Avatar
First Sergeant
 
Join Date: Dec 2008
Location: Pattaya, Thailand
Posts: 75
Send a message via MSN to John K. Send a message via Skype™ to John K.
Default Re: H-Tag Question

Hello again. I still would like to know if my single digit font size should be just a single digit, or be accompanied by a zero?

My smallest h6 tag is 8 point Arial. Do I list it as 8, or 08 in the code above. I would like to know this so I can make my template reflect this. I do not wish to have to go back in and update every page after I publish.

I checked Vasilli's thread and am not able to find in it the answer. I could not find the answer to this question elsewhere at this time.

Thank you kindly.
__________________
http://www.ProgressLanguage.com
Beginnings are fraught with many challenges. If it doesn't kill you, it will make you stronger.
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-17-2009, 08:53 AM
Special Status
 
Join Date: Nov 2007
Posts: 435
Arrow Re: H-Tag Question

First off, 8pt and 8px are two different things.

8pt for some browsers is not necessarily 8px;

Like Vasili has used px, it should cover all browsers.

As far as 8px or 08px, no difference. But to be consistent with
the rest of the above, I would use 08px. Again, just for beautification.

If you consider octal number, 7 and 07 are the same. Traditionally,
folks use 07. The same for Hex number, 8 and 08 are the same.

I hope Vasili will make his comments.
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-17-2009, 11:23 PM
Vasili's Avatar
General & Forum Moderator
 
Join Date: Mar 2006
Posts: 10,939
Arrow Re: H-Tag Question

Pica is the standard for typwriters, printers, and other typography machines to render impact impressions universally sized.
Point (pt) is the standard for size when referring specifically to fonts and other graphical elements that are generally applied to another substrate ... as in rub-down type, transfer logos, or adhesive applique.
Pixel (px) is the standard used for visual size with regard to computers, monitors, and other techologically reproduced images (digital) and lineally defined objects which is why if you look closely to rounded objects like circles and curves, the edges appear fuzzy and/or ragged (they mimic curves via shading squares). A pixel is a common unit size of the light cell in TV's and monitors, for instance, originally configured to a standard size due to the visual properties of the human eye being able to process only so much light at a time. Thus, digital cameras, editing programs, and even email handlers all use the same defining standards of Pixels to 'render' objects digitally reproducable.

Using Pixels to define styles (as in this instance, the CSS stylesheets that command specific renderings of a referred image or graphical element) assures that the reproduced visualization is universally presented across all platforms the same, as it commands by script the devices themselves.

And, the script as originally written in the referred thread is correct and functions just fine (even though it appears to be written sloppy, never had an issue about functionality or SEO). If you are using Blue Voda, please be aware that the script I presented was intended for versions prior to BV9.4.2 (note the date of the post), as they did not have the upgraded Unicode/CSS formatting that BV10 has built in. Users are reminded to note the updated instructions provided by Gen. Navaldesign to easily incorporate the same methods using the built-in features now standard in Blue Voda.

And lastly, you should not use a prefacing "0" to single digits in any code or in any instructions regarding computers or technological commands inserted to define style or formatting: they simply are not capable of discerning that you are trying to help them and will read it as a fault or error instead. It is completely different than common use as seen in 'Lines of Code' or sequencing. Eight Pixel should look like 8px and not 08px.
__________________
Choice Pro SEO
Choice Pro Webs
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-19-2009, 05:51 AM
John K.'s Avatar
First Sergeant
 
Join Date: Dec 2008
Location: Pattaya, Thailand
Posts: 75
Send a message via MSN to John K. Send a message via Skype™ to John K.
Default Re: H-Tag Question

This is a wonderful reply! I sincerely thank you both so much for this information, and especially Vasilli! You are The Man!!!
I had originally put in the 08, and I will hastily change to 8. The logic is completely sound and easy for me to understand.
Regards; John
__________________
http://www.ProgressLanguage.com
Beginnings are fraught with many challenges. If it doesn't kill you, it will make you stronger.

Last edited by John K.; 10-19-2009 at 05:59 AM. Reason: My bad! I did not read all of Vasilli's post. Sorry!
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


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 06:22 AM.


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