Latest Lists

Html Lists Bullet Knowledge Base

How do I use an image as a bullet in an html list? I've searched online, and cannot find it. I'm making a list in html for a class and do not know how to use a picture as a bullet in html code. Any advice?
What is the HTML code for bullet point list columns? I need the simplest of all HTML codes for this. Need it to look something like this : (Title of 'Bullet Item' List) * (Bullet Item) * (Bullet Item) * (Bullet Item) * (Bullet Item) * (Bullet Item) * (Bullet Item) Thanks in advance. My skills and memory are more than just a little wee bit rusty.
HTML Bullet List Align? On my HTMl page i have a bullet list which is centered but the bullets are not aligned. Is there anyway i can keep them centered but have the bullets aligned? I am using a CSS style sheet.
HTML bullet List?? How can you make a bullet list with out any bullets that would look like this: milk bananas so its without bullets..thanks =]
What's the HTML code to make a bullet point list show ticks? Instead of the black dots you normally get in bullet pointed lists, I'd like ticks. One piece of coding I have is: <ul type="square"> I've tried changing the "square" to "tick" but that doesn't work. Does anyone have the correct coding please? Many thanks, Kim.
looking for html bullet list? i would like to make a list with bullets in front
Help with HTML lists!? OK, so I have a list and the code is: <html> <body> <h4>Disc bullets list:</h4> <ul> <li>Apples</li> <li>Bananas</li> <li>Lemons</li> <li>Oranges</li> </ul> </body> </html> and it turns out to be like this: Disc bullets list: ++++Apples ++++Bananas ++++ Lemons ++++Oranges Just pretend the plus signs are just blank spaces. See how the list is a little to the right of the text Disc bullets list:? How can you make it so that the list is aligned with the title? So I want it to look like this: Disc bullets list: *Apples *Bananas *Lemons *Oranges Pretend the * is a bullet. Please explain or edit the code for me. Thanks! If I leave the <ul> out then how can I position it? If I do ul {text-indent:-20px} it will look really crappy in Firefox.
How do you change the bullet colors for an 'Unordered list?' (html)? As an assignment in my web design class, we have to make a working site in Notepad. I'm trying to change the color of the bullets in a <ul>, so the <li> part of the list; not the text that goes with it. I have this set up: <font color="ffffff"><li></font>blah blah text blah It DOES change the color, but it also moves the bullet up and AWAY from the text line, and I can't adjust them to line up. They line up again when I take the font tags out, but returns to the default color for the text. :/ Thanks for any help in advance!
Is there an easy way to convert a multi-level bullet list from WORD to HTML? I want to be able quickly update my website by essentially cutting and pasting a multi-level bullet list from a word document to an html page. If I just cut and paste into the code, I obviously just get a single level list. If I save the word document as an HTML I get a very messy code that won't reconcile with my css style well. Any suggestions. Most of my lists are unordered and three to four levels deep.
How can you make a list that lists the items with numbers and items with bullets on the html as<ol> ? I want to do this: First Row Second Row Name 1 Name 2 Name 3 Name 4 ect I want first row to be numbered 1 and row two to be numbered as 2 and the names to be bulletted. The two lists must be side by side.
How do I remove bullet points from an unordered list in html (Not CSS)? I have been using using css for so long that I have completely forgotten how to do this in just html. Please trust me when I say that this must be done in html only (it's a field entry into a web based program) Not having much luck searching google and w3schools.com doesn't appear to have this information any longer.
Bullet points don't show up on my Tumblr page (coding custom HTML)? I changed my theme background color from white to black and then changed all the text and such from black to white. The only problem now is that when I make lists with bullet points, the bullet points won't show up (probably because they are still black). I have examined the HTML though and as far as I can see I've changed everything text related to #fff. Can anyone tell me which part of html has to do with bullet points? Thanks.
What is the html code for multiple unordered lists? I want to create a set of unordered nested lists that have have circle style bullets for the first list and a url style bullet for the second list (the nested list). I can get the url nested list to look great but I can't get the the regular circle bullets to show up anymore for the first list? UL {list-style: url("http://***.gif")} for the url style bullet UL {list-style:circle} for the original circle How do I get the circle unordered list to come back? Ul If I use the standard <Ul><LI> </LI></UL> I keep getting the new url bullet and not the original circle. I want to have both in these nested lists. I have found a way to cheat but I am not sure this is the ebst way. I have changed the ordered list tag from showing numbers to showing bullets. This way I can have two different bullet styles. But I want to know how to have mulptiple unordered list bullet styles. There has got to be code for that. What if a person want multiple url bullets in a page? Is there a way to differentiate the unordered code in the css? Like do you do something like: UL1 {} UL2{} Just like H1 and H2?
Information should be laid out using sub-headings (tagged as <h3> or<h4>,bullet lists,subtitles,can u explain? my employer sent me instructions on how to write my next blog posts.. i didn't understand the line in the question field.. especially hs,h4 part ..is it HTML..can u provide me with the steps,if so? is bullet lists that used in word? what's quotes? did she mean quotes we all know..it isn't a technical term? thanks
How do I created an unbulleted HTML list? I don't want to create an ordered list. I want to create a normal list minus the bullets. I have searched and searched online for the answer to this but have yet to find one. A lot of websites use them and they look nice. Just can't find one to use as an example. They're not numbered, bulleted, or definition lists. Nor are they nested. They're just simply unbulleted lists. Any help you can provide would be greatly appreciated.
how to make list items have no bullet points or numbering in HTML? Hi all. Just a quick refresh is needed as I've forgotten how to remove the bullet point / number of a list item in HTML. Look at the code below for reference: [code] <html> <body> <div> <fieldset id = "test1"> <legend> test 3 </legend> <li type = "" value = ""> hello </li> <li> world </li> </fieldset> </div> </body> </html> [/code] I'd like to get rid of the bullet point before hello and world, having just the text, but i've forgotten how to do that. Thanks in advance.
What is an html code that changes the bullets for a list to something other than a plain little dot? I need an html code that places bullets, but makes the bullet something different than a regular dot. I already have the code for it. I'm just tired of the same bullet on my webpage, and want something else.
Square bullet points in HTML code? Hi there Anyone know how to make bullet points square rather than round in HTML code? Additional info: I've been adding round bullets in unordered lists as follows: <ul> <li> & bull ; Insert note 1 here</li> <li> & bull ; Insert note 2 here</li> <li> & bull ; Insert note 3 here</li> </ul> For some reason on the system I'm using, an ordered list <ol> automatically puts numbers beside each point, but an unordered list <ul> doesn't automatically add bullet points, hence why I've been using "& bull ;" Thanks
Bullet point lists? Just using HTML how can I make a bullet point list with an image instead of a disk/square/circle?
How to make an html list with indents, bullets but no space between previous line? I am often asked to make a specific text style that I cannot figure how to do. All I want is to create an unordered list with regular bullets and regular indent. But that space that is built into lists between the first bulleted line and the previous line will not go away. Here is what I DON'T want: This is the last line in a paragraph      * This is the first bulleted line      * second bulleted line      * third bulleted line and so on Here is a mockup of what I want: This is the last line in a paragraph       * This is the first bulleted line       * second bulleted line       * third bulleted line and so on. See how I do not want a space between the last paragraph and the first bullet? I am using inline css for an email template.
Other than bullets for unordered list in html? I was wondering if there was a way in making an unordered list but have another symbol in place other than plain bullets. If there is, can someone show me how in html code for a notepad. Thanks!
How can I make an HTML list item and its background a link? I made a list (<ul>) with css and html. It's simply a navigation bar with no bullets and a background that looks like a button. The text is clickable but the button behind the text (a background image of the list item) is not. I want to make it clickable with the same link the text has. I can use PHP if I need to.
How do I set special character for html list item? Hello, I want to create a ul, and I want the bullets style to be special character, like '>'. Is there any way defining bullet style to be special character or I have to use image?
HTML PROBLEM - how do i change the image of a bullet point? i'm a html novice and i'd like to know how i can create an unordered list using bullet points where each one has a different url image (image from the web). so for example, the first bullet point can be a picture of an apple, the next a pear etc...i've tried using a style sheet but all i can manage to do is get bullet points which each have the SAME image (e.g. they all come up as images of apples). is a style sheet even necessary for this? any one have any ideas? thanks in advance
I need help with formatting HTML lists!? I want to know how I can set a list to be in the center of a page, but all the bullets still run along the same vertical axis. It would look something like: *Blahblahblah *BlahblahblahBlahblahblahBlahblahblah *Blahblahblah (etc, except the text would be in the center. I can't use the center tag.)
how do I change the color of the bullets in an Li tag in HTML? I made a list using notepad in html, and the bullets are defaulted as black... I want to know how to change the color, I keep finding codes using CSS, am I stuck with CSS? if there is a code using html for notepad, please help!
What is the html code for a list with no bullets? Don't want dictionary, want unordered list without bullets. http://www.geocities.com/jadeaaustin/index.html
Is there a simple list with HTML codes? I don't know if there's an HTML for Dummies book out there, but I'm losing my mind! I do a search on how to write something in html and I get back a VERY techy answer. All I want to know is: When I"m making a bulleted list and I have a bullet , can I then make a secondary list with different bullets that indent further from the first set of bullet points? Something like this: * Steak * Oranges * Onions *Red ones * Cornbread * Butter *Unsalted Lets say I want another bullet under the Butter that indents further and says "unsalted" ANY help would be appreciated and please, I'm just learning, so if possible to answer in a plain and simple manner, it would be much appreciated.
How can I add a line break in an HTML list? I've got this: <ul> <li>yahoo<li> <li>yahoo<li> </ul> How can I make it look like this in the browser?: -yahoo -yahoo My main question is how can I add the line break between the bullets in there? I tried this: <ul> <li>yahoo<br><li> <li>yahoo<li> </ul> And it works in Internet Explorer, not in Firefox, so I've tried this: <ul> <li>yahoo<br><li><br> <li>yahoo<li> </ul> It works in both Internet Eplorer and Firefox, but the <br> not inside the <li> is not allowed, and so I'm stuck with the problem. Please help me. Thank you.
How to fix bullets in html web page? I have added a couple lists to my web site that uses bullets. One list has a graphic menu to the right of it. All of the bullets are in the graphic. The second list has only the first item's bullet in the menu, the other items are below the menu and look fine. I have asked for help before, and I was told to verify my code. Different validators give me different reports, some times even wrong info. Any ideas on how to fix it? The web address is: http://klevsoft.t35.com/klevsoft.html Also what validator or test do you use?
remove tab from bullets in HTML? When creating a list in HTML using <ul> how can you remove the "tabbed" space before each bullet. This is the basic list format... <ul> <li>Text 1 <li>Text 2 </ul>
Why is there a huge space between paragraph and ordered list? I'm using CSS to customize my lists with image bullets. Preceding the list is a huge, unnecessary block of SPACE that I do not know how to rid of! My CSS for the lists: ol.content, li.content { list-style: url(myurlhere); margin-top: 0px; } p { margin-bottom: 0px; } HTML for list: <ol class="content"><li>stuff here</li> <li>stuff here</li> <li>stuff here</ol> It looks like this: This is text before list EMPTY SPACE HERE, MORE THAN 5 LINES - Here's the bullet - Here's another bullet
Is there a way to indent bulleted lists with just plain html? (No CSS, etc.)? I want to be able to have a bullet underneath the original bullet that's indented. It's for a job posting on a website where you're allowed to format with simple html. I had tried using BLOCKQUOTE but then that puts a space between the top bullet and the indented bullet. Any help would be greatly appreciated. Thanks. I know that there are ways to change the type of bullet. But that's not what I need. I need to be able to indent the bullets.
Help formatting HTML list? I am new to HTML and am having a problem with the formatting. See below for my source code. After the UL the H2 heading is not formatting correctly in IE or Firefox. It is indented almost like it is a part of the list, but does not have the circle bullet like the other list items. I do not want it to be a part of the list, I want it to be a level 2 heading that is aligned to the left. I have tried using an align left tag, but the formatting does not change. I tried removing the list altogether to see if the problem was the list or the H2 heading and it appears to be the list that is causing the problem. Why is the H2 heading appearing as part of the list when I used the </ul> tag? <body> <hr style="color: blue; background-color: blue; height 4; width: 100%" /> <h1 style="text-align: center"><b><i><center>Wireless Home Networks</center></i></b></h1> <hr style="color: blue; background-color: blue; height 4; width: 100%" /> <p> <font face="Times New Roman" size="4"> A wirless home network allows households with several computers to connect those computers or other internet ready devices together <b><i>without</i></b> running a single wire through the home. Connecting multiple computers or other internet ready devices together allows them to communicate with each other. A wireless home network can let the computers and devices share: </p> <ul> <ul style= "list-style-type: circle"> <li> A high-speed internet connection</li> <li> Printers, CD burners and other hardware</li> <li> Data files, documents, and other multimedia files</li> </ul> <h2 "text-align=left"><font color=blue>Setting up a wireless home network</h2> I did try taking out the </li> and the problem still persists. Ugh! Thank you Daniel B! I added another </ul> and it corrected the problem. I have been working on this for at least an hour now. I feel silly. Thank you for your help!
how can i center my bullettin list in HTML? onece i make my html code and viewed it on my browser it turned out that the points were there, but unlike the rest of the text, just the bullet points were not in the center, instead all the way to the left. pease help :) i have already tried using the <center> tag cut it doesnt work.
How to indent bullets to the left in html? I'm putting align paragraph left and then list item, but my bullets wind up centered and ugly. Make that alihn my bullets on the left . . .
What would be a good Web site to make for a computer class? I'm in a computer class and we're learning HTML stuff and how to make a Web site. Please keep in mind that it has to include an ordered (number) list and an unordered (bullet) list, along with much, much more. What I had in mind before I got the Requirements, a book review site, but I'm not sure how it will look with 2 different types of lists.
How do I create a list in html that is all on 1 line? I want to create a navigation bar and I plan to separate the links with bullets, which is where <li> comes in. Here is the code I currently have. <ul> <li><a href="">Home</a>   </li> <li><a href="">Smallville</a>   </li> <li><a href="">Legend of the Seeker</a>   </li> <li><a href="">Heroes</a>   </li> <li><a href="">Lost</a>   </li> <li><a href="">Simpsons</a>   </li> <li><a href="">The Office</a>   </li> <li><a href="">Wipeout</a>   </li> </ul> How can I make it so the <li> doesn't automatically make the links go to the next line?
How to decrease indent of bulleted list in HTML? Is it possible to adjust (decrease) the Indent when using bullets in html. <ol> <li>1</li> <li>2</li> <li>3</li> <li>4</li> </ol> When this is written, all the bulleted text moved forward, and I need it to indent back. Can any one please guide me on this. Thanks Sandy
How do you center a horizontal ul so the bullets align?(css)? Can't seem to figure it out. Every time I center the list the bullets don't align. Here is the css and html: .list li{ text-align: center; } <ul class="list"> <li><a href="#dclippers">Dog clippers</a></li> <li><a href="#bclippers">Clipper Blades</a></li> <li><a href="#dryers">Dog Dryers</a></li> <li><a href="#tables">Grooming Tables</a></li> <li><a href="#tools">Grooming Tools</a></li> <li><a href="#shears">Shears and Scissors</a></li> <li><a href="#aclippers" >Clipper Accessories</a></li> </ul>
HTML/CSS list-style-image? I'm working on a website for class and can not for the life of me seem to get my image to show up instead of the default bullet for an undefined list! I'm using Notepad++ on Windows Ultimate. Here's the code that I have currently typed into the document: <ul style="list-style-image: url(camerabullet.jpg)"> <li>Engagement Photos</li> <li>Headshots</li> <li>Landscape Projects for private High School</li> <li>Family portraits</li> <li>Infant photography</li> <li>Many more!</li> </ul> I'd appreciate some help with this as I am a total newbie to HTML code never mind CSS!
Is there a html code for a house? To use as a bullet for a list? Does anyone know the code, if there is one?
HTML IQ TEST. I am doing an IQ survey of the knowledge of how much people know about html.? 3.What is used in a frameset to specify and individual frame? 4.What attribute is added to frame code to prevent users from resizing a frame? 5.What is the target used to cause the browser to load the new page in the same window as the document containing the link? 6.Explain what an anchor tag is and the code used to create an anchor tag. 7.List the correct code to create a link to a web site that runs live on the web. 8.If you add a caption to a table, where does the code for the caption get placed? List the code as if you were doing it. 9.List the correct code to place and image on a web page. 10.If you wanted to resize the image, using html code, what would this code look like? 11.Is it possible to make an image size using just the width and not the height? What would that code look like? 12.What does colspan and rowspan do inside a table? Know the difference between the two. 13.What tags do you need to use to create a table? 14.What is html code written with? What are the things like this called…<HTML>. 15.What are the two file extensions used to save an html document? 16.In forms, what form element is used to allow the user to enter more than one line of text? 17.The form tag should be placed in what tag, i.e. what tag does it come after? 18.What attribute indicates what type of form element to display? 19.What determines the number of characters a user is allowed to type inside a textbox, i.e. what attribute do you add? 20.What is <DT>? 21.What is <DD>? 22.What is the code to make an <UL> (unordered list) have a disk for a bullet? List the code that would make this happen. 23.What is <BLOCKQUOTE>? What does the tag do? 24.What type of list uses bullets? 25.What type of list uses numbers, letters or roman numerals? 26.Describe the difference between a non-container tag and a container tag? 27.Is the # sign before a color value optional? 28.What does the <HR> tag do? 29.What is the default font size? 30.Can you use graphics as bullets inside a list? 31.What is a nested list? 32.Are radio buttons or checkboxes harder to put into a form? 33.Why is it important to name textboxes, radio buttons, checkboxes, and textareas in a form?
help with html code...? I have a bullet list and a numbered list. However they dont exactly line up together on the page. For instance: 1 2 3 . . . how can I get them exactly enligned. I need the html code to do this. Thanks!
IMAGE UNORDER LIST HTML HELP plz & ty? i have to create this unorder list instead of bullets i need images. i got my images but whats the attribute for the <UL ?????> & do i need to make a style sheet for this. IT HAS TO BE A UL LIST, ty problem i need to do Football (img of footballteam) 34 (img of differentfootballteam) 27 Basketball (imgoffootballteam) 98 (imgofdifferentfootballteam) 55 its like a pattern...i know im a confusing person but im so tired of trying to figure this out, i need to go to bed -_-
In HTML, how would you get an unordered list to go all the way to the left? Like justifying it left.? Here is how that list would display: * list item 1 * list item 2 * list item 3 All i can do is make it align like this... I want the bullet to be aligned with the "H" on "here". Here is how that list would display: * list item 1 * list item 2 * list item 3 * represents a bullet All i can do is make it align like this... I want the bullet to be aligned with the "H" on "here". I am not allowed to use an CSS files
Need help with <li> html tag? I recently created a basic website for a lady who just started her own home salon. I am having troubles fixing a problem on one of the pages and it pertains to <li> tags. For now, the site has been uploaded to a free hosting service so you can view the page here: http://hair-by-lisa.comeze.com/Lisa's%20Salon/products.html You can see the list is just two bullet points and you might not see any problem at all. I do not notice a problem from my computer on IE or Firefox. But my boss said when he viewed it from IE on his computer the words 'ordered' and 'salon' are directly under the bullet point. From my view, those words are directly under the word 'Products' and that's where they should be. Do you know how I can make it look that way on all systems and browsers? Thanks.
how do you indent bullets (HTML/CSS) ? I have a template for a website, and it came with a bunch of css, that is kinda hard to overwrite to do bullets, here is an excerpt from the code: .main-content ul {list-style:none; margin:0.5em 0 1.0em 0;} .main-content ul li {margin:0 0 0.2em 2px; padding:0 0 0 12px; background:url(../img/bg_bullet_full_1.gif) no-repeat 0 0.5em; line-height:1.4em; font-size:120%;} .main-content ul li ul {list-style:none; margin:0.5em 100 1.0em 50;} .main-content ul li ul li ul {list-style:none; margin:100.50em 100 10.00em 100;} .main-content ol {margin:0.5em 0 1.0em 20px !important /*Non-IE6*/; margin:0.5em 0 1.0em 25px /*IE6*/;} .main-content ol li {list-style-position:outside; margin:0 0 0.2em 0; line-height:1.4em; font-size:120%;} now i have to indent the inner bullets, the "ul li ul" and "ul li ul li ul" code, but i cant understand the margin code, its like 0.2em?? can someone help me out lol
Magic word to omit the blank line before an ordered/unordered list in HTML? I want to have something like this: These are a few of my favorite things: o Chocolate o Daffodils o Children's laughter (Where "o" is really a bullet, or lower-case letters.) I want to use <ul> or <ol>, depending on the context, and <li> but I do not want want a blank line between the introduction line and the first element of the list. Is there a way to do that in either HTML or with a CSS? ============ I'd like it to be simple and elegant. Everything else I write is. Thanks, though. ========= Thanks, Pete, but - that's absolute again. If I assume everyone will be using a font 10 px high, fine; but they don't. -2px would be negligible for the folks with bad eyes who use 20 px font; -10 would have my lines overlapping for the cell phone users with 5 pc font. ========== Hi Pete, I should test things before I make assumptions. Margin -5 worked just fine, and didn't overlap when I zoomed out to a 3-point font. Thanks!
HTML unordered list help!? http://www.ivoog.com/link See the list with the 2 bullets where it says "violate any laws, third party rights, or our policies; violate our prohibited items policy;" How can I make that list to be lined up with "While using bob, you will never:" So I need the bullets to be lined up with the "W" Please edit the code for me or explain clearly. It MUST be cross-browser compatible. So it should look the same with Internet Explorer and Firefox. Please help! This is VERY annoying. Thank You! First answer to get it right gets the 10 points best answer and five stars! LOOK IN SAFARI AND INTERNET EXPLORER! IF I USE A NEGATIVE MARGIN THEY ARE BOTH DIFFERENT FROM EACH OTHER. Sorry, I meant Opera, not Safari. Sorry. If "psioniceagle" gets it right you will get 10 points and five stars!
HTML Help: bullets in a table? Is there anyway to decrease the indent of a bulleted list? This list happens to be in a table and the indent is wasting some desired space. I have two columns, each with a bulleted list and would like to just move the lists more to the left.
How do I make a website using html that has all these things? I so far got the title part down because of some turtorials i found on youtube but other then that Im lost anyone willing to help? Title . Colored background (not the default). A "mailto" link to receive mail from people. A working link to some other site. Header text of at two different sizes (h1, h2, etc.) (50 points each) Bold face text and italicized text. (50 points each) Centered text A horizontal line across the page, otherwise known as a “Horizontal Rule.” Two lists: one ordered (using numbers) and one unordered (a bullet point list). (50 points for each) A picture of yourself, family pet, or other photo unique to you Im using notepad
html, xhtml & css? The _____ tags must be at the start and end of an ordered list. <ol> and </ol> <ul> and </ul> <li> and </li> <dl> and </dl> Question 2 If a type attribute is not specified for an unordered list, the list uses the _____ bullet. square disc circle triangle Question 3 Numbered lists are also called _____ lists. browser ordered manager explorer Question 4 The <area> element is similar to the <img> element in that both require the ____ attribute in order to provide alternate text for image maps that are not displayed. temp other alt alternate Question 5 Bulleted lists are also called _____ lists. intranet extranet unordered newsnet Question 6 A column in a table is represented by the ____ element. <td> <tc> <th> <tr> Question 7 The _____ tag is used to create anchors for links to another page in the same Web site, to a Web page in an external Web site, within the same Web page, and for e-mail links. <a> <ol> <ul> <an> Question 8 The _____ tags must be at the start and end of an unordered list. <li> and </li> <ol> and </ol> <ul> and </ul> <dl> and </dl> Question 9 Which of the following attributes of the <a> element specifies the link target’s URL? src href name http-equiv Question 10 The _____ tags are used to define a list item in an ordered or unordered list. <li> and </li> <ol> and </ol> <ul> and </ul> <dl> and </d>
rich text from sharepoint list to word document shows html tags? how to get rid of html tags and fomat it properly, such as bullets, underline and bold
Bullet point list of bible contradictions? A Christians asked me to post up bullet points of contradictions from the bible, so if anyone is offended by this amount of writing, blame them. (source: http://www.skepticsannotatedbible.com/contra/by_name.html) How many men did the chief of David's captains kill? Was Abraham justified by faith or by works? How many sons did Abraham have? Was Abiathar the father or the son of Ahimelech? Who was Abijam's mother? How were Abijam and Asa related? How long was the ark of the covenant at Abinadab's house? How old was Abram when Ishmael was born? How many sons did Absalom have? When did Absalom rebel against David? The two contradictory creation accounts. Who was Achan's father? How many of Adin's offspring returned from Babylon? How many of Adonikam's offspring returned from Babylon? How should adultery be punished? Is it wrong to commit adultery? Was Haman an Agagite? Was Ahaz buried with his fathers? When did Ahaziah begin to reign? How old was Ahaziah when he began to reign? Did the city of Ai exist after Joshua destroyed it? What tribe was Aijalon from? Does God want some to go to hell? Did Jesus tell his disciples everything? Was David alone when asking for the holy bread at Nob? Who was Amasa's father? How should the Ammonites be treated? Who was Anah? How long does God's anger last? From what were the animals created? Should you answer a fool according to his folly? What were the names of the apostles? Where did Jesus first appear to the eleven disciples after the resurrection? How many of Arah's offspring returned from Babylon? What was in the ark of the covenant? Was Asa perfect? Did Asa remove the high places? How many of Asaph's offspring returned from Babylon? When did Jesus ascend into heaven? Did Peter ask Jesus where he was going? On what did Jesus ride into Jerusalem? Is the day of the Lord at hand? How many of Azgad's offspring returned from Babylon? When did Baasha die? How many languages were there before the Tower of Babel was built? How many of Bani's offspring returned from Babylon? In whose name is baptism to be performed? Did Jesus baptize anyone? Did Jesus tell his apostles to go barefoot and without a staff? Who was to blame for original sin? Who was Bashemath's father? What was the volume of the molten sea in Solomon's temple? How many of Bebai's offspring returned from Babylon? Who named Beersheba? Where did Joseph and Mary live before the birth of Jesus? Should we believe everything? How many believers were there at the time of the ascension? How old was Benjamin when his clan migrated to Egypt? Who were the sons of Benjamin? Were Naaman and Ard the sons or the grandsons of Benjamin? Who asked Jesus for the best seats in heaven? When did Jacob rename Luz to Bethel? How many of Bethlehem and Netophah's offspring returned from Babylon? Where did Jesus cure the blind man? How many of Bezai's offspring returned from Babylon? How many of Bigvai's offspring returned from Babylon? Who makes people deaf and blind? How many blind men were healed near Jericho? Does the blood of animal sacrifices take away sin? Should every man bear his own burden? Who buried Jesus? On what day did the temple burn? Did God command the Israelites to make him burnt offerings? Who appeared to Moses in the burning bush? What became of Cain? Was Jesus taken to Caiaphas or Annas first? Will those who call on the Lord be delivered? Can God do anything? How long was the Egyptian Captivity? Is casting out devils a sign of a true Christian? Did God kill all the Egyptian cattle in the sixth plague? Is it OK to have a census? Did the Centurion ask Jesus directly to help his servant? What did the Centurion call Jesus when he died? How high was the chapiter? How many men did David kill? Is childbearing sinful? Is it a a good thing to be childish? How did Jesus respond when questioned by the high priest? Is circumcision required? To whom were the cities of Exhtaol and Zoreah given? Did the cock crow before or after Peter's denial? What color was Jesus' robe? Did Jesus forewarn the apostles of his death and resurrection? Is God the author of confusion? Is it OK to covet? Did Jesus say before the cock crow or before the cock crow twice? Did Jesus ask God to save him from crucifixion? Is it OK to curse people? Will God curse the earth? Are those who obey the law cursed? When did the Temple curtain rip? Who carried Jesus' cross? Generations from David to the Babylonian Captivity How did David kill Goliath? The sons of David born in Hebron Did David sin? Which sons of David born in Jerusalem? From This is directed towards people who are well versed in the bible, hence understand why these questions lead to contradicting answers. You may continue, even though it cut off, you've got 439 to go, and your first answers isn't so good, its already contradicted what the bible says. I've read a Good News bible 5 times, KJV 12 times, every apocryphic book at least once and the Quran 3 times. Sorry to disappoint you, I know of all these contradictions, I had to copy paste because there were just oh so many! Gina just contradicted Craig B for me, I didn't even need to argue to win that one! I have to repost this!
CSS/html help RE: html bullets still visible-project due friday morning? Hi, I'm hoping we can chat...I need just a tiny bit of help. Chatting will be easier. I'm building a little bs website for a school project. So yes, i'm a beginer but not a total rock, hehe, at least i hope not. I've gotten all my images up, most of it looks perfect except for some pesky BULLETS. thats really all i need help with, how to get rid of them. I've done text-indent: -9999px; and list-style-type: none; to no avail. They're still sprinkled about my page. I need it compatible in both firefox and explorer. Can you help me out, please/thanks! not allowed to use <br/>... please hit me up on chat http://www.leslie317.com/peskybullets.gif wait 3 secs and you should be able to compare explorer and fire fox. Thanks for you help so far but I'm not allowed to use <br/> 's and i've tried the list-style-type: none; #sidebar { width: 350px; height: 600px; display: block; float: left; list-style-type: none; text-align: left; text-indent: -9999px; } #sidebar ul li a { width: 350px; display: block; float: left; list-style-type: none; padding: 5px 0 0 0; } I.M. me, i don't think i'm allowed to edit my question twice. not allowed to use <br/>... please hit me up on chat http://www.leslie317.com/peskybullets.gif wait 3 secs and you should be able to compare explorer and fire fox. Thanks for you help so far but I'm not allowed to use <br/> 's and i've tried the list-style-type: none; #sidebar { width: 350px; height: 600px; display: block; float: left; list-style-type: none; text-align: left; text-indent: -9999px; } #sidebar ul li a { width: 350px; display: block; float: left; list-style-type: none; padding: 5px 0 0 0; } I.M. me, i don't think i'm allowed to edit my question twice. lpj_317 at yahoo
In HTML...? I've tried over and over again with different possibilities as to how to get bullet points/ordered list to align right. This is what I've written: (copy and paste into your answer where you'd put the align right HTML tag) <ol type="I"> <li><a href="mailto:komputax@yahoo.co.uk">Send me an e-mail</a></li> </ol type="I"> Cheers
Need help with basic HTML coding? Well i'm trying to work out the code of a bullet pointed list I know a number list (argh so close). Can someone put an example what you would do for a list of: Arsenal, Man U, Chelsea
How to keep web bullets from hiding behind graphics? I am working on a web page and decided to add some bullets. The bulleted list is next to a graphic menu. The bullets next to the menu do not show, while the items below the menu have bullets. How do I fix it? The web address is http://klevsoft.t35.com/klevsoft.html Thanks.
How do you make the following with html codes in notepad? A table looking like this (with borders)http://s490.photobucket.com/albums/rr267/random_name_11_random/?action=view&current=q1.jpg A bullets and numbers list, a page with a column that links to other pages
CSS TEMPLATE WON'T WORK IN HTML? My domain: http://www.esthevision.cz/ This is the cause of my problem. The template is supposed to look somewhat like this: PINK STRIPE http://themebot.com/website-templates/html-templates I created an extra copy of it called Natvrdo, since I modified the logo. Okay, I have this in my HTML (Natvrdo being the CSS style sheet) This is what I have in my index.html: <<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-... <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs"> <head><link rel ="stylesheet" type="text/css" href="Natvrdo.css"/> <title>Esthevision.cz</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="description" content=""/> <meta name="keywords" content=""/> <meta name="expires" content="never"/> <meta name="distribution" content="global"/> <meta name="rating" content="general"/> <meta http-equiv="Cache-control" content="no-cache"/> <meta http-equiv="msthemecompatible" content="yes"/> <meta http-equiv="ImageToolBar" content="no"/> </html> </head> <body> <h1>Ester Vision</h1> </body> <p>Kosmetika Pro Vás</p> <h2>Menu</h2> <ul id="Nabídka Služeb" #navigation { margin: 0 10em 0 0; } #navigation li { display: inline; padding: 0 5em 0 5em; }> <li><a href = "PÉČE O OBLIČEJ">PÉČE O OBLIČEJ</a></li> <li><a href = "#c1">PÉČE O TĚLO</a></li> <li><a href = "#c1">BEAUTY SHOP</a></li> <li><a href = "#c1">NAPSALI O NÁS</a></li> <li><a href = "#c1">DALŠÍ</a></li> <li><a href = "#c1">FOTOGALERIE</a></li> <li><a href = "#c1">KONTAKT</a></li> </ul> This is PINK CSS by itself, and I have all the pictures and files uploaded in the index. body { margin: 0; padding: 0; background: #7F6D79 url(../images/b1r.jpg) repeat-x; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #E3F3F5;} select, input, textarea { background-color: #A29390; border: 1px solid #5B3D3F; color: #5B3D3F; width: 280px; font-family: arial, tahoma, verdana, helvetica, sans serif; font-size: 9pt;} h1, h2, h3 { font-weight: normal; margin: 20px 0 10px; } margin-top: 0; font-weight: normal; } h1 { font-size: 32px; margin-bottom: 0px; margin-top: 10px; } font-size: 197%; color: #E788C2;} h2 { font-size: 28px; } font-size: 136%; color: #A8B4BE} h3 { font-size: 16px; } font-size: 100%; color: #381616; font-weight: bold;} h4 { font-size: 20px; } font-size: 105%; color: #A8B4BE; }p ul { list-style-image: url(images/bullet.jpg); } abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; } del { text-decoration: line-through; color: #999999; } ins { text-decoration: none; color: #009977; } ol { margin-bottom: 1.6em; line-height: 180%;} p {} blockquote { color: #EBE3EA;} ul {} ol {} a:link { text-decoration: none; color: #AAD0D0; } a: visited { text-decoration: none; color: #B5D5D0; } a:hover, a:active { color: #93BFBF;text-decoration: underline; } text-decoration: none;} small {} #header { width: 700px; height: 77px; margin: 0 auto;} /* Logo */ #logo { float: left; background: url(../images/aha.jpg) no-repeat;} #logo h1, #logo h2 { margin: 0;} #logo h1 { padding-left: 38px; font-size: 300%;} #logo h2 { padding-left: 35px;} #logo a { text-decoration: none; color: #7F7772;} #motif { float: right; width: 100px; padding-top: 20px; padding-left: 10px;} #menu { width: 700px; height: 50px; margin: 0 auto;} #menu ul { margin: 0; padding: 15px 0 0 0; list-style: none;} #menu li { display: inline;} #menu a { display: block; float: left; padding: 0 15px 0 15px; background: url(../images/menn.jpg) no-repeat left center; text-align: center; text-decoration: none; font-size: 154%; color: #D3B1B1;} #menu a:hover { color: #FFFFFF; background: url(../images/menn.jpg) repeat-x;} #menu .active a { color: #E47FB9; } #page { clear: both; width: 720px; margin: 0 auto 20px auto; padding: 120px 0 0 0; background: url(../images/top.jpg) no-repeat;} #content { float: right; width: 510px; padding: 10px 10px 20px 10px; background: #867480 url(../images/content.jpg) no-repeat} #content a { color: #C5C3C7;} .title { font-weight: normal; border-bottom-width: 0; font-size: 24px; text-decoration: none; } padding-bottom: 5px;.titles a:link, .titles a:visited, .titles a:active { text-decoration: none; font-size: 24px; font-weight: normal; border-bottom-width: 0; } #content ul { list-style: circle; font-size: 85%;} .list { margin-left: 0; padding-left: 0; list-style: none;} .list li { padding-left: 10px; } #sidebar { float: left; vertical-align: top width: 151px; padding: 22px 10px 30px 10px; background: #867480 url(../images/sidebar.jpg) no-repeat} #sidebar ul { margin: 0; padding: 0; list-style: none;} #sidebar li {} #sidebar li ul {} #sidebar li li { padding: 5px 0;} #sidebar h2 { font-size: 114%; font-weight: bold; color: #B5D5D0} #sidebar h3 { margin: 0;} #sidebar p { margin: 0; line-height: normal;} #sidebar a { text-decoration: none; } #sidebar a:hover { color: # Now can someone PLEASE tell me why it won't work? I've done all the steps and as you can see, the background and letters and it's colors partially show. ANd if it is emty (the template, can someone fill it in with headers and banners and logos and tabs and what not? I could modify or change it afterwards. I'm pretty much stuck here. SO Please and Thank You Very Much? Oh yeah, the tabs, the clickable links and the pictures should be or at least try to same as the pink stripe design. SO why won't the links I made won't show as tabs? Someone please work (do) it for me. The first answers: Thanks for help, but it is just so complicated for me, could you just show me the "re=done" version, because I really am stuck on "this here is wrong, put this here and that in there" CAN SOMEONE PLEASE REWRITE THE WHOLE THING FOR ME CORRECTLZ PLEASE? I am sitting on the PC for two days, looking at various tutorials and still not achieving anything. I did what Mr. TOP Contributor said and still it does not look like the Pink Stripe Layout. Grah. I hate when my relatives ask me to make their webpages with beauty products when I barely know HTML and CSS. So, please, anyone, if you are willing to rewrite the ENTIRE THING so it IS AT LEAST COMPLETELY SAME AS THE PINK STRIDE WEBBIE, please do so. I'm going insane now.
Help with paragraph in HTML? I have a bunch of text and a list of text with bullets. I use something like this for every bullet: <p><li>example text</li></p> The problem is that the bullets are too far away from each other. What can I do to make them closer? Thanks!
Have YOU got the hang of html for Salon's comment section? HELP! HELP! No computer whiz here. How 'bout a tad of rescue! It's a pushover, I'm sure, but can't crack it. These options are available for writing text: <i>, <b>, <blockquote>, <ul>, <li>, <a>. If you go to the site, click on an article, and at the end of the article click "post a comment," when the text field opens you will see listed the above html resources. While I have mastered several of these through experimentation, others I have not. For instance, I have learned that <i> before and after a word or sentence will give you italics. Likewise, <b> produces bold, <li> will give you indention and bullets. I would have thought that <ul> would underline, but not so. Here are my issues: (1) NOW, my biggest problem is how to produce a block of quote which is indented, and then return to the standard margin setting to resume. My guess would have been that by bracketing the quote with <blockquote> before and after, the desired result would be obtained. Not so. The indention occurs, but when the quote is concluded and closed with <blockquote> the standard margin set is not resumed. What am I doing wrong? (2) How are <ul> and <a> used? (3) Also, after bulletting, everything thereafter remains indented. How may I restore the standard margin setting after bulletting? Merely concluding with <li> does not accomplish this. (4) Lastly, if one wishes to employ, say, a couple of these choices at once, what is the appropriate order for the code? Let us use as an example, putting a blockquote in bold, or italics. How would the code read? Many thanks, Bernie, for being a lifesaver.
How can I hide bullet points in Dreamweaver CS4? Hello, I currently have this code </table> <img src="html/images/070207_twitter_logo_small.gif" width="18" height="24" alt="twitter" style="position:absolute; left:600px; top: 445px;"/> <table width="309" border="0" align="center" cellpadding="0" cellspacing="4" position="absolute"> <font face="Arial Black, Gadget, sans-serif"></font> <tr> <td width="301"><div id="twitter_div"> <table width="550" border="0" align="center" cellpadding="0" cellspacing="4" style="position:absolute; left:605px; top: 427px;"/> <tr> <td width="550"><div id="S"> <h2 style="display: none;" >Twitter</h2> <ul id="twitter_update_list"> </ul> </div> <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/mackenziepricee.json?callback=twitterCallback2&count=1"></script>  </td> </tr> </table> <p> </p> <p> </p> And it is showing up a bullet point and I can not work out where it is, and how to get rid of it. Any help? Mackenzie. Thanks for trying to help :) It got rid of the bullet point, but also the tweet I posted.
Help with HTML? I'm working on a school assignment, and I have to use a picture in place of bullet points and have a picture at the top of the page. This is the code I have for each, respectively. <p> <ul style="list-style: square url(flask.jpg) inside"> <li>Conceptual Chemistry: An introductory course, requiring basic math but no algebra</li> <li>Chemistry I: An introductory course, requiring solid algebra skills</li> <li>Advanced Placement Chemistry: An advanced course requiring a grade of A or B in Chemistry I</li> </ul> </p> and <p style="text-align: center"> <img src="dube.jpg" alt="Mr. Dube's Chemistry Class at Robert Service High School"/> </p> When I open my document up with I.E. and Mozilla, the pictures don't show up. Any Ideas why?? This is my first time ever coding with HTML so please be detailed in your answer. -Thanks Other than that, is the coding correct? how can I fix the Directory error?
help me with html? Im trying to fix my myspace by making a list of bands i like.....i dont have a problem making the list with the bullets....i put <font colo=whatever> and the color i choose doesnt come out, ive tried about everything.....help.....if you want more info, IM me krispiemeow its AIM and yahoo messenger.
Style sheet or HTML question? Okay...I have my blog (which I love) and it looks very professional. However, I would like to make it a little more easy to navigate by using buttons at the top of the page where the links are listed. The links (which are set to open in a new window) are in a list form with bullets; however, I would like them to be more like buttons across the top. Here is my blog: http://splendidwicks.blogspot.com/ Here is an example of links in the form of buttons: http://hiphophunger.blogspot.com/ I would like to do something similar; however, with a different font and border color. I'm not sure if it is a style sheet issue, or if there is some code that I can add to the links list that will allow my links to appear in the form of a button. Any assistance you could provide would be greatly appreciated!! Thanks! I'll try some of that. I think I can find the position by looking at the source code of the other page. I'll give it a try.
How do you insert distance between bullets in css? I want to add distance between the bulleted items in a list (without adding distance between each individual line). I suppose I could create a bunch of small, invisible divs, but there must be another way. Using paragraph tags puts way too much space in for what I need. Sorry if this sounds stupid, but I'm not much of an expert in html/css.
HTML,CSS,PHP question !? hi all beautiful readers of my question , please see the following code , the second line is the subject of my question i think : $ghtml = "<p align=\"center\"><b>$groupm</b></p>\n"; $ghtml .= "<p align=\"center\"><ul style=\"list-style-image: url(imgbullet.gif)\">"; while (($row = mysql_fetch_array($result))) { $name = $row['Name']; $id = $row['ID']; $ghtml .= "<li><a href=\"sgroup.php?id=$id\">$name</a></li>"; } $groups_html .= "</ul></p>"; return $groups_html; in the second line i added the style tag refering to an image to be displayed instead of simple bullets , but nothing appears , first tell me is the syntax is correct when i ve combined css and html and my php code , then tell me how can i solve this problem , i ll be thankful pals
Question about bulleting in Html (Dreamweaver Especially)? My question has to do with making a n Unordered list in Dreamweaver. I know how to make the list but my actual question is this: I can change the color of the text and the bullets but i am unable to change just the color of the bullets, how can i do this in CSS Also, how can I set all my bullets to a certain image
NEED Answers for web design test? 1. The _____ is usually the first element of a Web page that you see. a. background c. title b. header d. body ABCD 2. A(n) _____ image is not part of the HTML file. a. linked c. indexed b. embedded d. inline ABCD 3. On the Web, _____ are the primary way to navigate between Web pages and among Web sites. a. indices c. links b. icons d. images ABCD 4. When you first start Notepad, the default document is named _____. a. Untitled c. Main b. New d. Default ABCD 5. The _____ tags indicate the start and end of an HTML document. a. <head> and </head> c. <body> and </body> b. <page> and </page> d. <html> and </html> ABCD 6. The _____ tags indicate the boundaries of a Web page. a. <html> and </html> c. <head> and </head> b. <page> and </page> d. <body> and </body> ABCD 7. When the browser finds a(n)_____ tag in an HTML file, it starts a new line and inserts a blank line above the new paragraph. a. <br/> c. <li> b. <p> d. <n> ABCD 8. Bulleted lists are also called _____ lists. a. intranet c. unordered b. extranet d. newsnet ABCD 9. Numbered lists are also called _____ lists. a. browser c. manager b. ordered d. explorer ABCD 10. The _____ tags must be at the start and end of an ordered list. a. <ol> and </ol> c. <li> and </li> b. <ul> and </ul> d. <dl> and </dl> ABCD 11. The _____ tags are used to define a list item in an ordered or unordered list. a. <li> and </li> c. <ul> and </ul> b. <ol> and </ol> d. <dl> and </dl> ABCD 12. If a type attribute is not specified for an unordered list, the list uses the _____ bullet. a. square c. circle b. disc d. triangle ABCD 13. HTML files must end with an extension of ____. a. .htm c. .http b. .html d. Either A or B ABCD 14. The technique used to compress ____ files is patented, which means that companies making products that use the format must obtain a license. a. JPEG c. PNG b. GIF d. TIFF ABCD 15. When creating a ____ image, you can specify the image quality to reach a balance between image quality and file size. a. JPEG c. PNG b. GIF d. TIFF ABCD 16. Moving the mouse pointer over a link generally causes the mouse pointer to change to a _____. a. key c. hourglass b. wristwatch d. pointing hand ABCD 17. When text identifies a link, it often appears as _____ text. a. bold c. indexed b. embedded d. underlined ABCD 18. With Internet Explorer, the default color for a normal link that has not been clicked is _____. a. red c. green b. purple d. blue ABCD 19. With Internet Explorer, the default color for a visited link is _____. a. red c. green b. purple d. blue ABCD 20. With Internet Explorer, the default color for an active link _____. a. is red c. has no color b. is purple d. varies in color ABCD 21. If an image has a border but is not used as a link, the border displays in _____. a. green c. red b. blue d. black ABCD 22. An easy way to provide contact information is to include a(n) _____ link on a Web site’s home page, as well as on other pages in the Web sites. a. connection c. e-mail b. user d. index ABCD 23. If a logo image uses photo elements, it is added as a _____ image, which supports more colors and resolutions than other types of images. a. JPEG c. GIF b. PNG d. TIFF ABCD 24. With the <font> tag, the color attribute accepts a _____ color code or color name. a. four-digit c. six-digit b. five-digit d. eight-digit ABCD 25. With the <font> tag, the size attribute accepts actual font size values from 1 to _____. a. 5 c. 10 b. 7 d. 12 ABCD 26. The ____ tag increases the font size in comparison to the surrounding text. a. <large> </large> c. <incr> </incr> b. <more> </more> d. <big> </big> ABCD 27. The ____ tag displays text below normal text. a. <below> </below> c. <sub> </sub> b. <under> </under> d. <down> </down> ABCD 28. The ____ tag displays text above normal text. a. <above> </above> c. <sup> </sup> b. <up> </up> d. <on> </on> ABCD 29. To end right-aligned text wrap, enter the ____ tag where the text should stop wrapping to the right. a. <br clear=“right” /> c. <br nowrap=“right” /> b. <br stop=“right” /> d. <br end=“right” /> ABCD 30. The three values for vertical alignment of text with an image are ____. a. above, middle, or below c. top, center, or bottom b. up, middle, or down d. top, middle, or bottom ABCD 31. To create a(n) ____ version of an image, the image can be resized to a smaller size in a paint or image-editing project and then saved with a different file name. a. thumbnail c. indexed b. pixelated d. master ABCD 32. To create a link to
Help with CSS please!? This is from my stylesheet: ul {color:#000; list-style-position: inside; list-style-image: url(Graphics\bullet.gif);} This is my HTML: <ul> <li>The language or languages involved</li> <li>The required standard (Gold or Silver)</li> <li>The complexity of the text</li> <li>The nature of the vocabulary involved</li> <li>The deadline</li> </ul> Why is list-style-image not working?
Help with WebPage Studyguide!!! PLEASE..? 1. You use the ____ attribute within the < ul > or < ol > tags to change the default bullet or number type. A) type B) change C) list D) category 2. An unordered list can use one of three different bullet options; the default is _____. A) circle B) square C) disc D) all of the answers 3. The tags _____ indicate the start and end of an HTML document. A) title and /title B) html and /html C) head and /head D) body and /body 4. The Internet links together millions of computers used by _____. A) individuals B) the government C) businesses D) all of the answers 5. Using the _____ attribute of the < body > tag, you can change the background color of the Web page. A) bg B) class C) bgcolor D) color 6. The home page of a Web site is generally called _____. A) home.html or home.htm B) start.html or start.htm C) homepage.html or homepage.htm D) index.html or index.htm 7. Each item in a list must have the _____. A) item tag and the start and the /item tag at the end B) ul tag at the start and the /ul tag at the end C) li tag at the start and the /li tag at the end D) ol tag and the start and the /ol tag at the end 8. The largest heading style or size is indicated by the _____ tags. A) /h largest B) h major and /h major C) h1 and /h1 D) h6 and /h6 9. The _____ of a Web page contains the information that is displayed in the browser window. A) heading B) body C) background D) title 10. You use the _____ tags to indicate the start and end of a paragraph. A) ul and /ul B) li and /li C) p and /p D) title and /title
Help with WebPage Test!!! PLEASE..? 1. Using the _____ attribute of the < body > tag, you can change the background color of the Web page. A) bgcolor B) class C) color D) bg 2. The Internet links together millions of computers used by _____. A) the government B) businesses C) individuals D) all of the answers 3. An unordered list can use one of three different bullet options; the default is _____. A) square B) circle C) disc D) all of the answers 4. The _____ of a Web page contains the information that is displayed in the browser window. A) heading B) background C) title D) body 5. You use the ____ attribute within the < ul > or < ol > tags to change the default bullet or number type. A) category B) list C) type D) change 6. The home page of a Web site is generally called _____. A) start.html or start.htm B) homepage.html or homepage.htm C) index.html or index.htm D) home.html or home.htm 7. The largest heading style or size is indicated by the _____ tags. A) h6 and /h6 B) h1 and /h1 C) h major and /h major D) /h largest 8. Each item in a list must have the _____. A) item tag and the start and the /item tag at the end B) li tag at the start and the /li tag at the end C) ol tag and the start and the /ol tag at the end D) ul tag at the start and the /ul tag at the end 9. You use the _____ tags to indicate the start and end of a paragraph. A) ul and /ul B) p and /p C) title and /title D) li and /li 10. The tags _____ indicate the start and end of an HTML document. A) html and /html B) head and /head C) body and /body D) title and /title
How Many of these Moderators are on the Purdue Cytometry Mail List? Author Topic mlinde Member United States 17 Posts Posted - February 03 2006 : 6:21:13 PM -------------------------------------------------------------------------------- I'm looking into flow cytometer analysis programs for the PC and I was wondering whether anyone had any insight into which programs were the most useful and worthwhile. From what I have seen, Flow-Jo and FCSexpress are the more commonly used PC programs. Does anyone have any experience with either of these programs? The other option would be to purchase another Macintosh and use CellQuest. Advice, comments, suggestions? rakeshverma Member United States 93 Posts Posted - February 04 2006 : 10:46:54 PM -------------------------------------------------------------------------------- I have used CellQuest. Its a good option. Antonio68 Member Germany 20 Posts Posted - May 01 2006 : 11:48:43 AM -------------------------------------------------------------------------------- You can use Summit from Dako is free and gives you the possibility to do offline compensation. However, the best flow cytometry software is FlowJo. There is a PC (Java based) and a Mac version. The Mac version for the moment is quite better. lovesthelab Senior Member United States 1028 Posts Posted - July 06 2006 : 4:59:46 PM -------------------------------------------------------------------------------- I'm not a PC person, but am an ardent flow person. My flow friends with PCs swear by WinMidi, which is free. If you Google for free flow cytometry software, you'll come to 2 sites, one at UMass, one at Scripps. Lots of free analysis software for the PC, maybe because BD relied on Macs for so long. mlinde Member United States WI 17 Posts Posted - August 02 2006 : 5:44:55 PM -------------------------------------------------------------------------------- As an update, I tried trial versions of FCSexpress and FlowJo and wasn't really happy with either of them compared to Cell Quest. I found FCSexpress almost impossible to work with. FlowJo was alright, but I don't think I had the time to really get the software down. Anyone know if BD ever plans to put out CellQuest on PC? lovesthelab Senior Member United States 1028 Posts Posted - August 09 2006 : 1:22:04 PM -------------------------------------------------------------------------------- quote: -------------------------------------------------------------------------------- As an update, I tried trial versions of FCSexpress and FlowJo and wasn't really happy with either of them compared to Cell Quest. I found FCSexpress almost impossible to work with. FlowJo was alright, but I don't think I had the time to really get the software down. Anyone know if BD ever plans to put out CellQuest on PC? -------------------------------------------------------------------------------- Don't quote me, but I do believe that CellQuest is available for PC because the newer BD flow cytometers are digital and use PCs for acquisition. Mlinde, have you ever tried WinList or WinMidi? Both of those were written for PCs. Also WEASEL comes in PC and Mac versions. Did you read the flow perspectives? There is a software discussion there. (Disclosure-- I wrote it). Mlinde or anyone else, you can contact me through the SAB e-mail system if you want to discuss flow software or anything flow some more off the forum. I'll be glad to help if I can. Edited by - lovesthelab on August 09 2006 1:24:07 PM PLapierre Senior Member Canada 242 Posts Posted - February 11 2008 : 7:49:11 PM -------------------------------------------------------------------------------- For PC a i think WEASEL is the best free alternative. I haven't tried many but there any many alternatives Author Topic mlinde Member United States 17 Posts Posted - February 03 2006 : 6:21:13 PM -------------------------------------------------------------------------------- I'm looking into flow cytometer analysis programs for the PC and I was wondering whether anyone had any insight into which programs were the most useful and worthwhile. From what I have seen, Flow-Jo and FCSexpress are the more commonly used PC programs. Does anyone have any experience with either of these programs? The other option would be to purchase another Macintosh and use CellQuest. Advice, comments, suggestions? rakeshverma Member United States 93 Posts Posted - February 04 2006 : 10:46:54 PM -------------------------------------------------------------------------------- I have used CellQuest. Its a good option. Antonio68 Member Germany 20 Posts Posted - May 01 2006 : 11:48:43 AM -------------------------------------------------------------------------------- You can use Summit from Dako is free and gives you the possibility to do offline compensation. However, the best flow cytometry software is FlowJo. There is a PC (Java based) and a Mac version. The Mac version for the moment is quite better. lovesthelab Senior Member United States 1028 Posts Posted - July 06 2006 : 4:59:46 PM -------------------------------------------------------------------------------- I'm not a PC person, but am an ardent flow person. My flow friends with PCs swear by WinMidi, which is free. If you Google for free flow cytometry software, you'll come to 2 sites, one at UMass, one at Scripps. Lots of free analysis software for the PC, maybe because BD relied on Macs for so long. mlinde Member United States 17 Posts Posted - August 02 2006 : 5:44:55 PM -------------------------------------------------------------------------------- As an update, I tried trial versions of FCSexpress and FlowJo and wasn't really happy with either of them compared to Cell Quest. I found FCSexpress almost impossible to work with. FlowJo was alright, but I don't think I had the time to really get the software down. Anyone know if BD ever plans to put out CellQuest on PC? lovesthelab Senior Member United States 1028 Posts Posted - August 09 2006 : 1:22:04 PM -------------------------------------------------------------------------------- quote: -------------------------------------------------------------------------------- As an update, I tried trial versions of FCSexpress and FlowJo and wasn't really happy with either of them compared to Cell Quest. I found FCSexpress almost impossible to work with. FlowJo was alright, but I don't think I had the time to really get the software down. Anyone know if BD ever plans to put out CellQuest on PC? -------------------------------------------------------------------------------- Don't quote me, but I do believe that CellQuest is available for PC because the newer BD flow cytometers are digital and use PCs for acquisition. Mlinde, have you ever tried WinList or WinMidi? Both of those were written for PCs. Also WEASEL comes in PC and Mac versions. Did you read the flow perspectives? There is a software discussion there. (Disclosure-- I wrote it). Mlinde or anyone else, you can contact me through the SAB e-mail system if you want to discuss flow software or anything flow some more off the forum. I'll be glad to help if I can. Edited by - lovesthelab on August 09 2006 1:24:07 PM PLapierre Senior Member Canada 242 Posts Posted - February 11 2008 : 7:49:11 PM -------------------------------------------------------------------------------- For PC a i think WEASEL is the best free alternative. I haven't tried many but there any many alternatives anyway.. Author Topic mlinde Member United States 17 Posts Posted - February 03 2006 : 6:21:13 PM -------------------------------------------------------------------------------- I'm looking into flow cytometer analysis programs for the PC and I was wondering whether anyone had any insight into which programs were the most useful and worthwhile. From what I have seen, Flow-Jo and FCSexpress are the more commonly used PC programs. Does anyone have any experience with either of these programs? The other option would be to purchase another Macintosh and use CellQuest. Advice, comments, suggestions? rakeshverma Member United States 93 Posts Posted - February 04 2006 : 10:46:54 PM -------------------------------------------------------------------------------- I have used CellQuest. Its a good option. Antonio68 Member Germany 20 Posts Posted - May 01 2006 : 11:48:43 AM -------------------------------------------------------------------------------- You can use Summit from Dako is free and gives you the possibility to do offline compensation. However, the best flow cytometry software is FlowJo. There is a PC (Java based) and a Mac version. The Mac version for the moment is quite better. lovesthelab Senior Member United States 1028 Posts Posted - July 06 2006 : 4:59:46 PM -------------------------------------------------------------------------------- I'm not a PC person, but am an ardent flow person. My flow friends with PCs swear by WinMidi, which is free. If you Google for free flow cytometry software, you'll come to 2 sites, one at UMass, one at Scripps. Lots of free analysis software for the PC, maybe because BD relied on Macs for so long. mlinde Member United States 17 Posts Posted - August 02 2006 : 5:44:55 PM -------------------------------------------------------------------------------- As an update, I tried trial versions of FCSexpress and FlowJo and wasn't really happy with either of them compared to Cell Quest. I found FCSexpress almost impossible to work with. FlowJo was alright, but I don't think I had the time to really get the software down. Anyone know if BD ever plans to put out CellQuest on PC? lovesthelab Senior Member United States 1028 Posts Posted - August 09 2006 : 1:22:04 PM -------------------------------------------------------------------------------- quote: -------------------------------------------------------------------------------- As an update, I tried trial versions of FCSexpress and FlowJo and wasn't really happy with either of them compared to Cell Quest. I found FCSexpress almost impossible to work with. FlowJo was alright, but I don't think I had the time to really get the software down. Anyone know if BD ever plans to put out CellQuest on PC? -------------------------------------------------------------------------------- Don't quote me, but I do believe that CellQuest is available for PC because the newer BD flow cytometers are digital and use PCs for acquisition. Mlinde, have you ever tried WinList or WinMidi? Both of those were written for PCs. Also WEASEL comes in PC and Mac versions.Author Topic mlinde Member United States 17 Posts Posted - February 03 2006 : 6:21:13 PM -------------------------------------------------------------------------------- I'm looking into flow cytometer analysis programs for the PC and I was wondering whether anyone had any insight into which programs were the most useful and worthwhile. From what I have seen, Flow-Jo and FCSexpress are the more commonly used PC programs. Does anyone have any experience with either of these programs? The other option would be to purchase another Macintosh and use CellQuest. Advice, comments, suggestions? rakeshverma Member United States 93 Posts Posted - February 04 2006 : 10:46:54 PM -------------------------------------------------------------------------------- I have used CellQuest. Its a good option. Antonio68 Member Germany 20 Posts Posted - May 01 2006 : 11:48:43 AM -------------------------------------------------------------------------------- You can use Summit from Dako is free and gives you the possibility to do offline compensation. However, the best flow cytometry software is FlowJo. There is a PC (Java based) and a Mac version. The Mac version for the moment is quite better. lovesthelab Senior Member United States 1028 Posts Posted - July 06 2006 : 4:59:46 PM -------------------------------------------------------------------------------- I'm not a PC person, but am an ardent flow person. My flow friends with PCs swear by WinMidi, which is free. If you Google for free flow cytometry software, you'll come to 2 sites, one at UMass, one at Scripps. Lots of free analysis software for the PC, maybe because BD relied on Macs for so long. mlinde Member United States 17 Posts Posted - August 02 2006 : 5:44:55 PM -------------------------------------------------------------------------------- As an update, I tried trial versions of FCSexpress and FlowJo and wasn't really happy with either of them compared to Cell Quest. I found FCSexpress almost impossible to work with. FlowJo was alright, but I don't think I had the time to really get the software down. Anyone know if BD ever plans to put out CellQuest on PC? lovesthelab Senior Member United States 1028 Posts Posted - August 09 2006 : 1:22:04 PM -------------------------------------------------------------------------------- quote: -------------------------------------------------------------------------------- As an update, I tried trial versions of FCSexpress and FlowJo and wasn't really happy with either of them compared to Cell Quest. I found FCSexpress almost impossible to work with. FlowJo was alright, but I don't think I had the time to really get the software down. Anyone know if BD ever plans to put out CellQuest on PC? -------------------------------------------------------------------------------- Don't quote me, but I do believe that CellQuest is available for PC because the newer BD flow cytometers are digital and use PCs for acquisition. Mlinde, have you ever tried WinList or WinMidi? Both of those were written for PCs. Also WEASEL comes in PC and Mac versions. Did you read the flow perspectives? There is a software discussion there. (Disclosure-- I wrote it). Mlinde or anyone else, you can contact me through the SAB e-mail system if you want to discuss flow software or anything flow some more off the forum. I'll be glad to help if I can. Edited by - lovesthelab on August 09 2006 1:24:07 PM PLapierre Senior Member Canada 242 Posts Posted - February 11 2008 : 7:49:11 PM -------------------------------------------------------------------------------- For PC a i think WEASEL is the best free alternative. I haven't tried many but there any many alternatives anyway.. Mlinde or anyone else, you can contact me through the SAB e-mail system if you want to discuss flow software or anything flow some more off the forum. I'll be glad to help if I can. Edited by - lovesthelab on August 09 2006 1:24:07 PM PLapierre Senior Member Canada 242 Posts Posted - February 11 2008 : 7:49:11 PM -------------------------------------------------------------------------------- For PC a i think WEASEL is the best free alternative. I haven't tried many but there any many alternatives anyway.. Flow Cytometry Plus Microscopy "The visualpower of microscopy plus the statistical rigor of flow cytometry rolled into 1 package." That's the company's tag line. And they deliver. LOVETHELAB?************ I'm a BD flow lover, a confirmed Mac user (I tell everyone "I don't do Windows"). So why am I touting a machine made by Amnis that requires Windows? Because this instrument goes above and beyond mere flow cytometry- it shows you every event (that's cell to non-flow users) in detail. I used it and I am sold. It takes a single experiment now to do intracellular localization, in place of two. A simpler caspase activation assay. What's not to love? Even the computer quandary is solvable (the one feature I'd change: I'd have it run off a Mac) - with an Intel Mac; just get Parallels software, install Windows, and you are good to go, or rather, run. And the ImageStream can run off an Intel Mac this way too. I bought an Intel iMac just for analysis. Installation of Parallels was easy, IDEAS is about as intuitional as any flow software package. And Amnnis reps bend over to be helpful. Don't let the price tag scare you; rather, help write a shared- instrument grant (we did) for your institution to get one. It is simply amazing. Review by lovesthelab ************************************************** ************************************************** ***************************** lovesthelab Senior Member United States 807 Posts Posted - August 09 2006 : 1:22:04 PM --------------------------------------------------------------------------------- quote: --------------------------------------------------------------------------------- As an update, I tried trial versions of FCSexpress and FlowJo and wasn't really happy with either of them compared to Cell Quest. I found FCSexpress almost impossible to work with. FlowJo was alright, but I don't think I had the time to really get the software down. Anyone know if BD ever plans to put out CellQuest on PC? --------------------------------------------------------------------------------- The Science Advisory Board Home | Forums | My Profile | Active Topics | Members | Search | News | Resources | Studies | About Us | Site Map Screen Name: Password: Save Password Forgot your Password? All Forums Software Flow cytometer analysis on PC Printer Friendly Author Topic mlinde Member United States 11 Posts Posted - February 03 2006 : 6:21:13 PM --------------------------------------------------------------------------------- I'm looking into flow cytometer analysis programs for the PC and I was wondering whether anyone had any insight into which programs were the most useful and worthwhile. From what I have seen, Flow-Jo and FCSexpress are the more commonly used PC programs. Does anyone have any experience with either of these programs? The other option would be to purchase another Macintosh and use CellQuest. Advice, comments, suggestions? rakeshverma Member United States 93 Posts Posted - February 04 2006 : 10:46:54 PM --------------------------------------------------------------------------------- I have used CellQuest. Its a good option. Antonio68 Member Germany 20 Posts Posted - May 01 2006 : 11:48:43 AM --------------------------------------------------------------------------------- You can use Summit from Dako is free and gives you the possibility to do offline compensation. However, the best flow cytometry software is FlowJo. There is a PC (Java based) and a Mac version. The Mac version for the moment is quite better. lovesthelab Senior Member United States 807 Posts Posted - July 06 2006 : 4:59:46 PM --------------------------------------------------------------------------------- I'm not a PC person, but am an ardent flow person. My flow friends with PCs swear by WinMidi, which is free. If you Google for free flow cytometry software, you'll come to 2 sites, one at UMass, one at Scripps. Lots of free analysis software for the PC, maybe because BD relied on Macs for so long. mlinde Member United States 11 Posts Posted - August 02 2006 : 5:44:55 PM --------------------------------------------------------------------------------- As an update, I tried trial versions of FCSexpress and FlowJo and wasn't really happy with either of them compared to Cell Quest. I found FCSexpress almost impossible to work with. FlowJo was alright, but I don't think I had the time to really get the software down. Anyone know if BD ever plans to put out CellQuest on PC? lovesthelab Senior Member United States 807 Posts Posted - August 09 2006 : 1:22:04 PM --------------------------------------------------------------------------------- quote: --------------------------------------------------------------------------------- As an update, I tried trial versions of FCSexpress and FlowJo and wasn't really happy with either of them compared to Cell Quest. I found FCSexpress almost impossible to work with. FlowJo was alright, but I don't think I had the time to really get the software down. Anyone know if BD ever plans to put out CellQuest on PC? --------------------------------------------------------------------------------- Don't quote me, but I do believe that CellQuest is available for PC because the newer BD flow cytometers are digital and use PCs for acquisition. Mlinde, have you ever tried WinList or WinMidi? Both of those were written for PCs. Also WEASEL comes in PC and Mac versions. Did you read the flow perspectives? There is a software discussion there. (Disclosure-- I wrote it). Mlinde or anyone else, you can contact me through the SAB e-mail system if you want to discuss flow software or anything flow some more off the forum. I'll be glad to help if I can. Edited by - lovesthelab on August 09 2006 1:24:07 PM rgrant Moderator Australia 2364 Posts Posted - October 10 2007 : 02:34:47 AM --------------------------------------------------------------------------------- Well, it took me about 30 seconds to discover that Mitchell Haynes is VP Sales at Kanecki - see http://www.kanecki.com/about.html Admin, this is blatant advertising (MH started this thread yesterday). -- "I don't have a lot of use for Coldplay most of the time" -- rwintle http://network.nature.com/blogs/user/rpg rwintle Advanced Member Canada 4710 Posts Posted - October 10 2007 : 10:49:46 AM --------------------------------------------------------------------------------- AND SOMEBODY TELL HIM TO STOP SHOUTING. khenwood67 Administrator United States 248 Posts Posted - October 10 2007 : 11:03:53 AM --------------------------------------------------------------------------------- I've deleted the topic that he started, and also deleted his post in this forum. He won't be posting on the forums again. Kathryn Henwood Membership Coordinator The Science Advisory Board k.henw...@scienceboard.net Printer Friendly Jump To: Select Forum Et Cetera Humor in Don't quote me, but I do believe that CellQuest is available for PC because the newer BD flow cytometers are digital and use PCs for acquisition. Mlinde, have you ever tried WinList or WinMidi? Both of those were written for PCs. Also WEASEL comes in PC and Mac versions. Did you read the flow perspectives? There is a software discussion there. (Disclosure-- I wrote it). Mlinde or anyone else, you can contact me through the SAB e-mail system if you want to discuss flow software or anything flow some more off the forum. I'll be glad to help if I can. Edited by - lovesthelab on August 09 2006 1:24:07 PM ********************************************** rgrant ************************************************** *********************** Moderator Australia 2364 Posts Posted - October 10 2007 : 02:34:47 AM --------------------------------------------------------------------------------- Well, it took me about 30 seconds to discover that Mitchell Haynes is ******************************************* VP Sales at Kanecki - see http://www.kanecki.com/about.html Admin, this is blatant advertising (MH started this thread yesterday). -- "I don't have a lot of use for Coldplay most of the time" -- rwintle http://network.nature.com/blogs/user/rpg ************************************************** *************** WELL I MUST BE SHOUTING SINCE THIS IS IN CAPITAL LETTERS. WHO IS ON THE PURDUE CYTMETRY MAIL LIST OR WAS THAT MAKES THESE COMMENTS? DOES PURDUE *********MANAGE THE SCIENCE ADVISORY BOARD? Admin, this is blatant advertising (MH started this thread yesterday). THE DISCLAIMER JUST POPPED UP FOR SCIENTIST SOLUTIONS PUCL PURDUE CYTOMETRY MAIL LIST **********MANAGES**** THE DISCUSSIONS..... ARE PEOPLE GETTING INFLUENCED ANSWERS WITH LEADING QUESTIONS TO PROMOTE SOFTWARE? SAME PEOPLE IN SAME CONVERSATIONS Mitchell Haynes is ******************************************* VP Sales at Kanecki - see http://www.kanecki.com/about.html Lovesthelab Did you read the flow perspectives? There is a software discussion there. (Disclosure-- I wrote it). So why is she giving referrals on software? ???????????? WHO CAN YOU GET HONEST ANSWERS FROM WITH *********NO INFLUENCE???? ****** General Flow Cytometry Resources Purdue University Cytometry Laboratory Website Start learning about flow cytometry on the web at this site. The most comprehensive flow cytometry and analytical cytology website I have found. You will find resources ranging from archived protocols to request forms for the latest protocols CD-ROMs - and they are free while supplies last. Job listings, meetings, journals, latest developments- it is all here. Lectures Website Dr. J. Paul Robinson, Purdue University School of Veterinary Medicine, has put a compilation of lec-ture slides on a website. Some of the information is bullet statements, but the pictures are great. If you've never seen a flow cytometer, you'll see lots of them here. If you are new to flow, you'll find in-troductory slides here. Practical Flow Cytometry, Fourth Edition by Howard Shapiro, published by J. Wiley & Sons, 2003. Website Dr. Shapiro has kindly put his textbook online through Molecular Probes. It is free! Yes, you do need to register to see it, but that's all you need to do, and you have access forever. Flow Cytometry E-mail Discussion Group Website Have a question? Novices to experts, all levels of questions are welcome. This e-mail group has been invaluable to me. E-mails are archived and can be searched by topic. International Society for Analytical Cytology Website The premier society for flow cytometry, it publishes Cytometry Parts A and B (Clinical Cytometry), Case Studies in Clinical Flow Cytometry, and Current Protocols in Cytometry. These are available on-line, but you must be subscribed for access. Regular dues are US $126; fees are deeply dis-counted for students, post-doctoral fellows, and scientists from developing nations. Please consider joining. National Flow Cytometry Resource, Los Alamos National Laboratories Website Where the cutting edge happens. NFCR runs a course every June that alternates between Los Ala-mos and New England. I recommend it to the serious flow person; you will learn a tremendous amount, including how to build your own flow cytometer, if you are so inclined. FlowCyte Website This discussion group is dedicated to flow users interested in developing uniform bioinformatics standards. They are also developing analysis and statistics software for flow users. SUCH A LARGE LIST TOOOOOO ALL GOES BACK TO J PAUL ROBINSON JUST GOOGLE PURDUE CYTOMETRY MAIL LIST YOU WILL FIND ALL YOUR MODERATIORS PROBABLY WENT THROUGHT THE LIST Re: mr on Apple web site * This message: [ Message body ] [ More options ] * Related messages: [ Next message ] [ Previous message ] [ In reply to ] [ Next in thread ] From: J. Paul Robinson <j...@flowcyt.cyto.purdue.edu> Date: Mon Aug 23 2004 - 18:46:12 EST I knew that I should not have taken Mario's bait....but its been a long summer.....! paul - Hide quoted text - - Show quoted text - J.Paul Robinson, PhD PH765)4940757 Professor of Immunopharmacology Professor of Biomedical Engineering Purdue University FAX765)4940517 EMAIL:j...@flowcyt.cyto.purdue.edu WEB: http://www.cyto.purdue.edu Have you seen our new HCS webpage? http://www.cyto.purdue.edu/hcs Received on Tue Aug 24 15:58:00 2004 * This message: [ Message body ] * Next message: Fischer, Randy (NIH/NIAMS): "RE: mr on Apple web site" * Previous message: Beverly Barton: "Re: mr on Apple web site" * In reply to: Beverly Barton: "Re: mr on Apple web site" * Next in thread: Fischer, Randy (NIH/NIAMS): "RE: mr on Apple web site" * Contemporary messages sorted: [ By Date ] [ By Thread ] [ By Subject ] [ By Author ] [ By messages with attachments ] This archive was generated by hypermail 2.1.8 : Wed Aug 25 2004 - 03:12:04 EST Posted by Mitch Haynes On Mar 1, 12:56 pm, Mitch Haynes <mitchhay...@gmail.com> wrote: The Science Advisory Board - Protocols, Product Reviews, Member ... Dec 14, 2006 ... Dr. Beverly Barton of the New Jersey Medical School, USA and Dr. Richard Wintle of The Centre for Applied Genomics, Toronto, Canada were the ... http://www.scienceboard.net/communit.../news.314.html - 23k - Cached - Similar pages - Note this Posted by Mitch Haynes On Mar 3, 11:20*pm, Mitch Haynes <mitchhay...@gmail.com> wrote: PLapierre Senior Member Canada 262 Posts Posted - February 11 2008 : 7:42:43 PM Show Profile Visit PLapierre's Homepage Reply with Quote Reply to Topic What do you think is a better platform for bioinformatics, i think it use to be mac (Dnasis, etc) but i think its changing, i m happy that Intel mac can run windows now! What do you think? Kannan Senior Member India 188 Posts Posted - February 12 2008 : 12:26:48 AM Show Profile Visit Kannan's Homepage Reply with Quote Reply Let it be MAC or PC. The software should be compatible.Go to Top of Page rgrant Moderator Australia 2514 Posts Posted - February 12 2008 : 01:08:26 AM Show Profile Visit rgrant's Homepage Send rgrant a Yahoo! Message Send rgrant an instant message Reply with Quote Reply Unix. Every time. -- "I don't have a lot of use for Coldplay most of the time" -- rwintle http://network.nature.com/blogs/user/rpg Go to Top of Page Nexins Advanced Member Germany 2631 Posts Posted - February 12 2008 : 03:34:26 AM Show Profile Visit Nexins's Homepage Reply with Quote Reply Unix = Mac OSX. no need to comment more. -- 'Work should not interfere with the quality of life' -Dr. Alex SavovGo to Top of Page Ana Laura Senior Member Argentina 351 Posts Posted - February 12 2008 : 3:28:00 PM Show Profile Visit Ana Laura's Homepage Reply with Quote Reply Why would anyone infect a Mac with Windows?Go to Top of Page rgrant Moderator Australia 2514 Posts Posted - February 12 2008 : 6:05:10 PM Show Profile Visit rgrant's Homepage Send rgrant a Yahoo! Message Send rgrant an instant message Reply with Quote Reply Sometimes, Ana, it is unfortunately unavoidable. Doesn't mean I have to like it. A bit like public transport, really. -- "I don't have a lot of use for Coldplay most of the time" -- rwintle http://network.nature.com/blogs/user/rpg Go to Top of Page jooly Senior Member United Kingdom 740 Posts Posted - February 12 2008 : 6:26:32 PM Show Profile Visit jooly's Homepage Reply with Quote Reply Note: I am resolutely not having anything to do with this debate.Go to Top of Page rgrant Moderator Australia 2514 Posts Posted - February 12 2008 : 8:05:25 PM Show Profile Visit rgrant's Homepage Send rgrant a Yahoo! Message Send rgrant an instant message Reply with Quote Reply And we love you for that, Jooly -- "I don't have a lot of use for Coldplay most of the time" -- rwintle http://network.nature.com/blogs/user/rpg Go to Top of Page lovesthelab Senior Member United States 1032 Posts Posted - February 13 2008 : 10:08:25 AM Show Profile Visit lovesthelab's Homepage Reply with Quote Reply quote: Why would anyone infect a Mac with Windows? **SIGH** Because certain imbecile flow cytometry software executives made the executive decision to release acquisiton/analysis software for Windows only. We hates it. Ruins the Precious, it does. been there, done that more times than I care to admitGo to Top of Page PLapierre Senior Member Canada 262 Posts Posted - February 13 2008 : 11:27:33 AM Show Profile Visit PLapierre's Homepage Reply with Quote Reply Did BD biosciences change their FACS platform from Mac to PC? That would be a shame, i can already see myself rebooting the FACS every 10 minutes Go to Top of Page rchen Member United States 8 Posts Posted - February 13 2008 : 1:02:33 PM Show Profile Visit rchen's Homepage Reply with Quote Reply Most softwares are PC based , though few in Mac for special instrument vendors.Go to Top of Page lovesthelab Senior Member United States 1032 Posts Posted - February 13 2008 : 2:52:37 PM Show Profile Visit lovesthelab's Homepage Reply with Quote Reply quote: Did BD biosciences change their FACS platform from Mac to PC? That would be a shame, i can already see myself rebooting the FACS every 10 minutes **BIG SIGH** Yes. See FACSDiva on the web. Imbecile is being kind. Also see Winlist, Amnis IDEAS software for ImageStream. The Precious calls. been there, done that more times than I care to admitGo to Top of Page Ana Laura Senior Member Argentina 351 Posts Posted - February 13 2008 : 4:30:54 PM Show Profile Visit Ana Laura's Homepage Reply with Quote Reply Nice Macs Nice Fishes Nasty Windowses Edited by - Ana Laura on February 13 2008 6:38:48 PMGo to Top of Page rgrant Moderator Australia 2514 Posts Posted - February 13 2008 : 8:41:11 PM Show Profile Visit rgrant's Homepage Send rgrant a Yahoo! Message Send rgrant an instant message Reply with Quote Reply *HOWLS* of laughter. (My iMac's name on the network, coincidentally, is 'Gandalf') -- "I don't have a lot of use for Coldplay most of the time" -- rwintle http://network.nature.com/blogs/user/rpg Go to Top of Page PLapierre Senior Member Canada 262 Posts Posted - February 14 2008 : 10:07:44 AM Show Profile Visit PLapierre's Homepage Reply with Quote Reply Cool!!! They should use this in an mac ad!Go to Top of Page rwintle Advanced Member Canada 4965 Posts Posted - February 14 2008 : 11:53:44 AM Show Profile Visit rwintle's Homepage Reply with Quote Reply I'm with jooooly on this debate, but I am also howling with laughter at Ana Laura's post . -- "There is another way of putting this. But I forgot it." - Pier Giorgio DiCiccoGo to Top of Page lovesthelab Senior Member United States 1032 Posts Posted - February 14 2008 : 1:43:50 PM Show Profile Visit lovesthelab's Homepage Reply with Quote Reply I LOVE IT! I LOVE IT! Ana Laura, can you send me a jpg (signed by you, of course) so I can hang it up in my new office? been there, done that more times than I care to admitGo to Top of Page lovesthelab Senior Member United States 1032 Posts Posted - February 14 2008 : 1:45:23 PM Show Profile Visit lovesthelab's Homepage Reply with Quote Reply quote: Most softwares are PC based , though few in Mac for special instrument vendors. Most does not equal best. been there, done that more times than I care to admitGo to Top of Page PLapierre Senior Member Canada 262 Posts Posted - February 16 2008 : 09:05:25 AM Show Profile Visit PLapierre's Homepage Reply with Quote Reply quote: quote: Most softwares are PC based , though few in Mac for special instrument vendors. Most does not equal best. been there, done that more times than I care to admit Aint that the truth! the amount of useless and crappy software available for windows is mind boggling!Go to Top of Page lovesthelab Senior Member United States 1032 Posts Posted - February 16 2008 : 8:23:09 PM Show Profile Visit lovesthelab's Homepage Reply with Quote Reply quote: *HOWLS* of laughter. (My iMac's name on the network, coincidentally, is 'Gandalf') -- "I don't have a lot of use for Coldplay most of the time" -- rwintle http://network.nature.com/blogs/user/rpg My iMac at home is Galadriel, my daughter's iBook is Arwen, my iMac at work is Elrond, and my iPod is of course Frodo. Our network at home is Rivendell. been there, done that more times than I care to admitGo to Top of Page Ana Laura Senior Member Argentina 351 Posts Posted - February 16 2008 : 8:58:13 PM Show Profile Visit Ana Laura's Homepage Reply with Quote Reply So you have an iFrod Go to Top of Page rwintle Advanced Member Canada 4965 Posts Posted - February 17 2008 : 09:55:31 AM Show Profile Visit rwintle's Homepage Reply with Quote Reply quote: My iMac at home is Galadriel, my daughter's iBook is Arwen, my iMac at work is Elrond, and my iPod is of course Frodo. Our network at home is Rivendell. [sigh] My laptop's network ID is "XPWS-15" or something like that. Danger of having to have the institutional IT folks set it up, I guess. -- "There is another way of putting this. But I forgot it." - Pier Giorgio DiCiccoGo to Top of Page Nexins Advanced Member Germany 2631 Posts Posted - February 17 2008 : 11:31:06 AM Show Profile Visit Nexins's Homepage Reply with Quote Reply quote: ... Our network at home is Rivendell. sweet. good to know for wardriving. -- 'Work should not interfere with the quality of life' -Dr. Alex SavovGo to Top of Page lovesthelab Senior Member United States 1032 Posts Posted - February 17 2008 : 4:56:32 PM Show Profile Visit lovesthelab's Homepage Reply with Quote Reply quote: quote: ... Our network at home is Rivendell. sweet. good to know for wardriving. ? Online game? been there, done that more times than I care to admitGo to Top of Page Nexins Advanced Member Germany 2631 Posts Posted - February 18 2008 : 03:47:11 AM Show Profile Visit Nexins's Homepage Reply with Quote Reply quote: ? Online game? no, dear. hacking your WiFI access point at home . it's called 'wardriving'. just kidding - i was planning for Baltimore, not for Newark -- 'Work should not interfere with the quality of life' -Dr. Alex SavovGo to Top of Page PLapierre Senior Member Canada 262 Posts Posted - February 18 2008 : 09:32:27 AM Show Profile Visit PLapierre's Homepage Reply with Quote Reply quote: quote: *HOWLS* of laughter. (My iMac's name on the network, coincidentally, is 'Gandalf') -- "I don't have a lot of use for Coldplay most of the time" -- rwintle http://network.nature.com/blogs/user/rpg My iMac at home is Galadriel, my daughter's iBook is Arwen, my iMac at work is Elrond, and my iPod is of course Frodo. Our network at home is Rivendell. been there, done that more times than I care to admit You re a lot more imaginative than me, my network is named NETGEAR and my computers are named PC-1, PC-2, etc.. Go to Top of Page Nexins Advanced Member Germany 2631 Posts Posted - February 18 2008 : 11:45:08 AM Show Profile Visit Nexins's Homepage Reply with Quote Reply quote: ... my network is named NETGEAR and my computers are named PC-1, PC-2, etc.. s/he just cries to get hacked! wardrivers of the world, unite -- 'Work should not interfere with the quality of life' -Dr. Alex SavovGo to Top of Page lovesthelab Senior Member United States 1032 Posts Posted - February 18 2008 : 12:52:59 PM Show Profile Visit lovesthelab's Homepage Reply with Quote Reply quote: quote: ? Online game? no, dear. hacking your WiFI access point at home . it's called 'wardriving'. just kidding - i was planning for Baltimore, not for Newark Have to know the password and I know you'll never guess it. Nor will anyone outside of my family. 3 firewalls are up. paranoid, we are. been there, done that more times than I care to admitGo to Top of Page jooly Senior Member United Kingdom 740 Posts Posted - February 18 2008 : 2:31:19 PM Show Profile Visit jooly's Homepage Reply with Quote Reply I'm guessing it's either JRRTolkein or silmarillion Go to Top of Page rgrant Moderator Australia 2514 Posts Posted - February 18 2008 : 3:50:14 PM Show Profile Visit rgrant's Homepage Send rgrant a Yahoo! Message Send rgrant an instant message Reply with Quote Reply Mmm, but if PLapierre's network is still called 'NETGEAR' then the password is easily guessable. -- "I don't have a lot of use for Coldplay most of the time" -- rwintle http://network.nature.com/blogs/user/rpg Go to Top of Page jooly Senior Member United Kingdom 740 Posts Posted - February 18 2008 : 4:14:52 PM Show Profile Visit jooly's Homepage Reply with Quote Reply Well... ours is called Belkin something or other, and it's fully password protected. Unfortunately (being a cheap and nasty belkin) it gets horrifically unstable if we try to change too many settings on it, like assigning an SSID or using MAC address control. If I'd paid for it, I'd be demanding my money back, but it came with the house.Go to Top of Page PLapierre Senior Member Canada 262 Posts Posted - February 18 2008 : 5:06:50 PM Show Profile Visit PLapierre's Homepage Reply with Quote Reply Ok As of 16:54 PM Eastern Time, my Network is now called er7tr6re7e98r6987re6e9r8t. Somehow i feel more secure now Go to Top of Page jooly Senior Member United Kingdom 740 Posts Posted - February 18 2008 : 5:12:39 PM Show Profile Visit jooly's Homepage Reply with Quote Reply 'Tree' would be just as secure, methinks. Right, bed now. Getting up at 4am (GMT)Go to Top of Page Quicksilver Member United Kingdom 73 Posts Posted - February 19 2008 : 05:26:34 AM Show Profile Visit Quicksilver's Homepage Reply with Quote Reply resisting the urge to tell everyone you meet would be even more secureGo to Top of Page lovesthelab Senior Member United States 1032 Posts Posted - February 19 2008 : 09:19:22 AM Show Profile Visit lovesthelab's Homepage Reply with Quote Reply quote: I'm guessing it's either JRRTolkein or silmarillion Nothing even remotely Tolkien. heh heh heh... been there, done that more times than I care to admitGo to Top of Page PLapierre Senior Member Canada 262 Posts Posted - February 19 2008 : 3:14:31 PM Show Profile Visit PLapierre's Homepage Reply with Quote Reply quote: resisting the urge to tell everyone you meet would be even more secure Oops... http://www.scienceboard.org/forum/to...Title=Software SO GLAD WE HAVE EDUCATION IN THE FORUM
How can anyone with half a brain think obama is pro gun? Barack Obama supports handgun registration and licensing... I know that the NRA believes people should be unimpeded and unregulated on gun ownership. I disagree. I do not object to the lawful use and ownership of firearms, but I do think it is entirely it appropriate for the state to monitor it. Too many of these guns end up in the hands of criminals even though they were originally purchased by people who did not have a felony. I'll continue to be in favor of handgun law registration requirements and licensing requirements for training. [Chicago Defender, 7/5/01] --- http://factcheck.barackobama.com/factcheck2/2007/12/ and more... The package closes the Firearm Owners Identification (FOID) card loopholes which resulted in the shooting out in Melrose Park. We're eliminating 17 specific assault weapons. There is no reason why anybody should need an assault weapon to protect themselves or their family,' Obama said. 'We're limiting handgun sales to one a month. We're calling for handgun registration. It's very hard right now to track whether or not a felon has turned in his weapons or if he has a FOID card because we don't know how many weapons he has purchased. [Chicago Defender, 2/20/01] --- http://factcheck.barackobama.com/factcheck2/2007/12/ Opposes civilian concealed carry I am consistently on record and will continue to be on record as opposing concealed carry. --- Mendell, David, "From Promise to Power" (2007), p. 251. I am not in favor of concealed weapons. I think that creates a potential atmosphere where more innocent people could (get shot during) altercations. --- Pittsburg Tribune-Review (April 2, 2008). [Obama] backed federal legislation that would ban citizens from carrying weapons, except for law enforcement. He cited Texas as an example of a place where a law allowing people to carry weapons has "malfunctioned" because hundreds of people granted licenses had prior convictions. "National legislation will prevent other states' flawed concealed-weapons laws from threatening the safety of Illinois residents," Obama said. --- http://www.icadp.org/page236.html (Citing David Mendel, Chicago Tribune, February 20, 2004) Opposes possession of most semi-automatic rifles Obama has stated the government needs to permanently reinstate an "assault weapons" ban. (Obama Calls for Permanent Assault Weapons Ban to Combat Inner-City Violence, Associated Press [via Fox News] [July 15, 2007] and http://www.cnn.com/ELECTION/2008/issues/issues.gun.html) (McCain voted against the 1994 crime bill that contained an "assault weapons" ban [see the latter link].) Voted for a federal ban on most military surplus ammo Voted in 2005 to classify all Full Metal Jacket ammo in the following calibers as armor-piercing (since they are capable both of being fired from a handgun and of penetrating Kevlar bullet-resistant vests): 223 Remington 308 Winchester Soviet 7.62x39 Source: http://www.senate.gov/legislative/LIS/roll_call_lists/roll_call_vote_cfm.cfm?congress=109&session=1&vote=00217 Opposes protecting firearms manufacturers from lawsuits due to the misuse of their products. In July, 2005 Obama voted against S. 397 that passed by a wide margin (65-31) and became law in October, 2005. This act prohibits "civil liability actions from being brought or continued against manufacturers, distributors, dealers, or importers of firearms or ammunition for damages, injunctive or other relief resulting from the misuse of their products by others." Probably supports local handgun bans The campaign of Democratic presidential hopeful Barack Obama said that he "believes that we can recognize and respect the rights of law-abiding gun owners and the right of local communities to enact common sense laws to combat violence and save lives. Obama believes the D.C. handgun law is constitutional." --- http://www.sportsmenforobama.org/content/view/34/ (Citing James Oliphant and Michael J. Higgins, "Court To Hear Gun Case," Chicago Tribune, 11/20/07). (See http://www.scotuswiki.com/index.php?title=DC_v._Heller for background on the case of District of Columbia v. Heller, before the Supreme Court, that will decide the constitutionality of a civilian handgun ban in Washington, D.C.) Opposed the nomination of Supreme Court justices John G. Roberts Jr. and Samuel A. Alito Jr. Recent Supreme Court justices John G. Roberts Jr. and Samuel A. Alito Jr. were instrumental to a favorable Second Amendment ruling in the Heller case mentioned above. Obama voted against the nomination of Roberts and Alito. (McCain voted for the nomination of both justices.) (Roberts' roll call vote, Alito's roll call vote) http://www.guncite.com/gun_control_obama.html The above quotes are all OBAMAS own words! How can he be pro gun??? STOP drinking the socialist koolaid!
Physics Help - Deceleration? Ok. This is like the first class I have ever been completely stuck on and it is actually making me angry... like The Hulk angry. Anyways, here is my problem: A rifle bullet with a muzzle speed of 330 m/s is fired directly into a special dense material that stops the bullet in 25cm. Assuming the bullet's deceleration to be constant, what is its magnitude? I know that the answer is 2.2 x 10^5 m/s/s but I can not for the life of me figure out how to get that answer. I tried using the equation defined third on the list here: http://webphysics.iupui.edu/152/152Basics/kinematics/kinematics.html After playing with the equation, making sure all the units were the same (tried converting m to cm, leaving them alone, etc etc) and all I get is a = 66. This cant be right! Can anybody help?
Which Part Of This Code is The Myspace Layout? <!-- 211 --> <!--- *** ELS2MWEBNET0088 *** ---> <html> <head><title> www.myspace.com/pringullz </title><meta name="keywords" content="friends networking sharing photos finding friends blogs journals blogging journaling bands music rate pics join groups forums classifieds online social networking" /><meta name="robots" content="noindex" /><meta name="Slurp" content="noindex" /><meta name="msnbot" content="noindex" /><meta name="googlebot" content="noindex" /><meta http-equiv="expires" content="0" /><meta http-equiv="Pragma" content="no-cache" /><link rel="STYLESHEET" type="text/css" href="http://x.myspace.com/js/myspace.css" /><link rel="stylesheet" type="text/css" href="http://x.myspace.com/js/google-003.css" /> <script type="text/javascript" src="http://x.myspace.com/js/videos/swfobject.js"></script> <script language="JavaScript"> randomseed = Date.parse(new Date()); </script> <script language="JavaScript" type="text/javascript" src="http://x.myspace.com/js/myspaceJS037.js"></script> <BASE HREF="http://www.myspace.com/" TARGET="_self"></BASE> </head> <body bgcolor="e5e5e5" alink="4e607b" link="4e607b" vlink="4e607b" bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0" style="visibility:visible; display:block" class="bodyContent"> <style type="text/css"> form>img#googleTLogo { background-image:url(http://x.myspace.com/images/powered_by_google_white.png); background-repeat: no-repeat; } #googleTLogo { vertical-align:bottom; width:120px; height:30px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://x.myspace.com/images/powered_by_google_white.png', sizingMethod='image'); } </style> <span id="ctl00_Header_Header1_CMSGlobalHeader"><!-- CMS:29be3023-326a-4472-b34d-a9cb8ad7be06:20061115.1 --> <!-- CMS Placement ID = "global_header" --> <!-- End CMS Content --> </span> <script type="text/javascript"> function InsertWatermark() { var culture = document.getElementById("currentCulture").value if (culture!="ja-JP") { return } var strWarning = "Currently you can search in only English" document.getElementById("searchrequest").value = strWarning } function clearWatermark() { var culture = document.getElementById("currentCulture").value if (culture!="ja-JP") { return } var strWarning = "Currently you can search in only English" if (document.getElementById("searchrequest").value == strWarning) { document.getElementById("searchrequest").value = "" } } </script> <script type="text/javascript" src="http://x.myspace.com/js/searchHeader001.js"></script> <div id="tipDiv" style="position:absolute; visibility:hidden; z-index:100"></div> <div align="center"> <table width="800" border="0" align="center" cellspacing="0" cellpadding="0" bgcolor="003399"> <tr> <td id="headerBanner" style="height:96px; text-align:center; vertical-align:text-top;"> <div id="ctl00_Header_Header1_bannerAdEmitter1_ctlGoogleAdEmitter" name="ctl00_Header_Header1_bannerAdEmitter1_ctlGoogleAdEmitter"> <script type="text/javascript" language="JavaScript"> function google_ad_request_done(google_ads) { var i = 0; if (google_ads == null || google_ads.length == 0) return; var ctl = null; var str = ''; str = ''; str += '<noscript> <img height=1 width=1 border=0 src="http://pagead2.googlesyndication.com/pagead/imp.gif?client=ca-fim_myspace_uvp_728x90&event=noscript"/> </noscript>'; i++; document.write(str); var gafc = document.getElementById("gafc"); if (gafc == null) return; gafc.className = gafc.className.replace("adcount4", "adcount" + google_ads.length); } var google_color_line = "ffffff"; var google_language = "en"; var google_max_num_ads = 4; var google_ad_client = "fim_myspace_uvp_728x90"; var google_ad_height = 90; var google_ad_width = 728; var google_ed = "0:0:OWM3OGEzZGQzY2NkOTQxNCj2l0lg360zP0C8jxZv2OfnEWPalenptwzit94B7cLlEi1So_UGrL1DUq4-w1i2UHqN7iqwmpU1qW8iAUDFox15KD6Bcg5kTIWIeAT3EwSc::0:0:NDUzYThjMDgzZjFhYWM3YepC4MHyhrt69vs31rBYSaEFX59oDptwdhSMKtkNmUuECCw3wdPskhIgudViFASgP8-Ajw42Ne-2aUnkp2wZj9grD7uOB6TlKO8ez_tmZx7Z"; var google_ad_output = "html"; var google_color_border = "ffffff"; var google_safe = "high"; var google_ad_type = "text"; var google_ad_channel = "fim_myspace_uvp,fim_myspace_united-states"; var google_adtest = "off"; var google_color_bg = "ffffff"; var google_encoding = "utf8"; var google_cust_ch = ""; var google_ad_format = "728x90_pas_sln"; var google_color_link = 003197; var google_color_url = 003197; </script> <script type="text/javascript" language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </div> </td> </tr> <tr> <td> </td> </tr> <tr> <td style="text-align:center;"> <span id="ctl00_Header_Header1_searchControls"> <form name="srch" id="srch" action="http://search.myspace.com/index.cfm?advancedFind.hub" method="get" onsubmit="return chkGHeader();"> <input type="text" name="q" style="height:22px; width:400px" class="txt" /> <select id="t" name="t"><option value="tms">MySpace</option><option value="tpeople">People</option><option value="tweb">Web</option><option value="tmusic">Music</option><option value="tvideos">Music Videos</option><option value="tblog">Blog</option><option value="tvid">Video</option><option value="tevents">Events</option><option value="tgroups">Groups</option><option value="tfilm">Film</option><option value="tbooks">Books</option><option value="tclass">Classifieds</option><option value="tcomedy">Comedy</option><option value="tjobs">Jobs</option></select> <input type="submit" id="submitBtn" value="Search" style="font-size:12px" /> <img id="googleTLogo" alt"Powered by Google" src="http://x.myspace.com/images/spacer.gif" /> <input type="hidden" name="fuseaction" value="advancedFind.hub" /> </form> </span> </td> </tr> </table> <input type="hidden" id="currentCulture" name="currentCulture" value="en-US" /> </div> <div align="center"> <table border="0" cellspacing="0" cellpadding="0" width="800" class="navigationBar"> <tr> <td width="800" height="26" bgcolor="6698CB"> <table width="800" height="26" border="0" cellspacing="0" cellpadding="0"> <tr valign="middle"> <td align="center"><font face="Arial, Helvetica, sans-serif" color="#000000"> <a class="navbar" href="http://home.myspace.com/index.cfm?fuseaction=user&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Home</a>  |  <a class="navbar" href="http://browseusers.myspace.com/browse/browse.aspx?&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Browse</a>  |  <a class="navbar" href="http://search.myspace.com/index.cfm?fuseaction=find&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Search</a>  |  <a class="navbar" href="http://invite.myspace.com/index.cfm?fuseaction=invite&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Invite</a>  |  <span id="ctl00_Header_Header1_Span1"> <a class="navbar" href="http://www.myspace.com/index.cfm?fuseaction=film&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Film</a>  |  </span> <a class="navbar"href="http://messaging.myspace.com/index.cfm?fuseaction=mail.inbox&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Mail</a>  |  <a class="navbar" href="http://blog.myspace.com/index.cfm?fuseaction=blog.controlcenter&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Blog</a>  |  <a class="navbar" href="http://favorites.myspace.com/index.cfm?fuseaction=user.favorites&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Favorites</a>  |  <a class="navbar" href="http://forum.myspace.com/index.cfm?fuseaction=messageboard.categories&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Forum</a>  |  <a class="navbar" href="http://groups.myspace.com/index.cfm?fuseaction=groups.categories&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Groups</a>  |  <a class="navbar" href="http://events.myspace.com/index.cfm?fuseaction=events&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Events</a> <span id="ctl00_Header_Header1_Span3">  |  <a class="navbar" href="http://www.myspace.com/index.cfm?fuseaction=vids&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Videos</a> </span>  |  <a class="navbar" href="http://www.myspace.com/index.cfm?fuseaction=music&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Music</a> <span id="ctl00_Header_Header1_Span4">  |  <a class="navbar" href="http://www.myspace.com/index.cfm?fuseaction=comedian.home&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Comedy</a> </span> <span id="ctl00_Header_Header1_Span2">  |  <a class="navbar" href="http://classifieds.myspace.com/index.cfm?fuseaction=classifieds&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Classifieds</a> </span> </font> </td> </tr> </table> </td> </tr> </table> </div> <link rel="stylesheet" type="text/css" href="http://x.myspace.com/js/CSS/profile.css" /> <img src="http://onlinenow.myspace.com/OnlineNow/UserStatusChange.html?UserID=51648190&online=1&visible=1&id=15540" width="1" height="1" style="display:none" alt=""/> <table width="800" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td width="20" bgcolor="FFFFFF"><img src="http://x.myspace.com/images/clear.gif" width="15" height="2" border="0"></td> <td width="780" align="center" bgcolor="FFFFFF"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td width="275" height="33" align="center" valign="top" bgcolor="FFFFFF"><br> <table height="100" cellspacing="0" cellpadding="0" width="300" border="0" class="profileInfo"> <tr> <td class="text" valign="bottom" align="left" width="300" bgcolor="#ffffff" colspan="3" style="WORD-WRAP:break-word"><span class="nametext">i ToLd YoU G-2™ hAd IT wOn & GoT $500 tO sHoW </span><br /> </td> </tr> <tr> <td> <table id="Table2" cellspacing="0" cellpadding="0" width="300" align="center"> <tr> <td class="text" width="75" bgcolor="#ffffff" height="75"> <a id="ctl00_Main_ctl00_UserBasicInformation1_hlDefaultImage" href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=53859398"><img src="http://a811.ac-images.myspacecdn.com/images01/61/m_2d672a72c071b66bb3886644c25691a2.jpg" style="border-width:0px;" /></a> <td> <td width="15" height="75" bgcolor="#ffffff" class="text"><img src="http://x.myspace.com/images/clear.gif" width="15" height="8" border="0" alt=""></td> </td> <td class="text" width="193" bgcolor="#ffffff" height="75" align="left"><br> <br> Male <br> 14 years old <br> tHE B-R-O-N-X, New York <br> United States <br> <br> <br /> <br> Last Login: 6/9/2007 <br> </td> </tr> <tr valign="middle" align="center"> <td> View My: <a id="ctl00_Main_ctl00_UserBasicInformation1_ctrlViewMorePics" href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=53859398">Pics</a> | <a href="http://vids.myspace.com/index.cfm?fuseaction=vids.showvids&friendID=53859398&n=53859398&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Videos</a> </td> </tr> </table> </td> </tr> </table> <br> <table class="contactTable" border="1" cellspacing="0" cellpadding="0" width="300" bordercolor="#6699cc"> <tr> <td width="300" height="15" bgcolor="#6699cc" class="text" align="left" style="WORD-WRAP:break-word">   <span class="whitetext12">Contacting i ToLd YoU G-2™ hAd IT wOn & GoT $500 tO sHoW </span> </td> </tr> <tr> <td> <table border="0" cellspacing="0" cellpadding="0" width="300" bordercolor="#000000"> <tr> <td><img src="http://x.myspace.com/images/clear.gif" width="1" height="5" border="0"/></td> </tr> <tr> <td width="120" height="5" nowrap bgcolor="#ffffff" align="center" class="text"> <a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.message&friendID=53859398&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83" id="ctl00_Main_ctl00_UserContactLinks1_MailLink"><img src="http://x.myspace.com/images/profile/mail_1.gif" border="0" align="middle" /></a> </td> <td width="15" height="5" bgcolor="#ffffff"><img src="http://x.myspace.com/images/clear.gif" width="15" height="8" border="0"></td> <td width="150" nowrap height="5" bgcolor="#ffffff" align="center" class="text" valign="top"> <a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.forward&friendID=53859398&f=forwardprofile" id="ctl00_Main_ctl00_UserContactLinks1_ForwardLink"><img src="http://x.myspace.com/images/profile/forward_1.gif" border="0" align="middle" /></a> </td> </tr> <tr> <td colspan="3"><img src="http://x.myspace.com/images/clear.gif" width="1" height="2" border="0"/></td> </tr> <tr> <td width="130" nowrap height="5" bgcolor="#ffffff" align="center" class="text" valign="top"> <a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=53859398&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83" id="ctl00_Main_ctl00_UserContactLinks1_AddFriendLink"><img src="http://x.myspace.com/images/profile/friend_1.gif" border="0" align="middle" /></a> </td> <td width="15" height="5" bgcolor="#ffffff"><img src="http://x.myspace.com/images/clear.gif" width="15" height="1" border="0"/></td> <td width="150" nowrap height="2" bgcolor="#ffffff" align="center" class="text" valign="middle"><a href="http://collect.myspace.com/index.cfm?fuseaction=user.addToFavorite&friendID=53859398&public=0" id="ctl00_Main_ctl00_UserContactLinks1_AddFavoriteLink"><img src="http://x.myspace.com/images/profile/favorite_1.gif" border="0" align="middle" /></a></td> </tr> <tr> <td colspan="3"><img src="http://x.myspace.com/images/clear.gif" width="1" height="2" border="0"/></td> </tr> <tr> <td width="130" nowrap height="5" bgcolor="#ffffff" align="center" class="text" valign="top"> <a href="javascript: IsMySpaceIMInstalled();" id="ctl00_Main_ctl00_UserContactLinks1_MessageFriendLink"> <img src="http://x.myspace.com/images/profile/im_1.gif" border="0" align="middle" /> </a> </td> <td width="15" height="5" bgcolor="#ffffff"><img src="http://x.myspace.com/images/clear.gif" width="15" height="8" border="0"></td> <td width="150" nowrap height="5" bgcolor="#ffffff" align="center" class="text" valign="top"><a href="http://collect.myspace.com/index.cfm?fuseaction=block.blockUser&userID=53859398" id="ctl00_Main_ctl00_UserContactLinks1_BlockFriendLink" onclick="return confirm('Are you sure you want to block this user?\n- to block this user, hit OK\n- otherwise, hit Cancel');"><img src="http://x.myspace.com/images/profile/block_1.gif" border="0" align="middle" /></a></td> </tr> <tr> <td colspan="3"><img src="http://x.myspace.com/images/clear.gif" width="1" height="2" border="0"/></td> </tr> <tr> <td width="130" nowrap height="5" bgcolor="#ffffff" align="center" class="text" valign="top"> <a href="http://groups.myspace.com/index.cfm?fuseaction=groups.addtogroup&friendID=53859398" id="ctl00_Main_ctl00_UserContactLinks1_AddToGroupLink"><img src="http://x.myspace.com/images/profile/group_1.gif" border="0" align="middle" /></a> </td> <td width="15" bgcolor="#ffffff"> <img src="http://x.myspace.com/images/clear.gif" width="15" height="1" border="0"/> </td> <td width="150" nowrap height="5" bgcolor="#ffffff" align="center" class="text" valign="top"> <a href="http://collect.myspace.com/index.cfm?fuseaction=RateImage.UserRating&UserID=53859398" id="ctl00_Main_ctl00_UserContactLinks1_RateFriendLink"><img src="http://x.myspace.com/images/profile/rank_1.gif" border="0" align="middle" /></a> </td> </tr> <tr> <td><img src="http://x.myspace.com/images/clear.gif" width="1" height="5" border="0"/></td> </tr> </table> </td> </tr> </table> <br> <table border="0" align="center" cellspacing="0" cellpadding="1" width="300"> <tr> <td height="10" valign="top"><img src="http://x.myspace.com/images/1by1.gif" width="1" height="10"></td> </tr> <tr valign="top"> <td bgcolor="#6699cc" align="center"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr bgcolor="#ffffff"> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td width="70%"><div align="left"><strong> MySpace URL: </strong></div></td> <td width="30%"></td> </tr> </table> </td> </tr> <tr bgcolor="#ffffff"> <td><div align="left">  http://www.myspace.com/pringullz  </div></td> </tr> </table> </td> </tr> <tr> <td height="10" valign="top"><img src="http://x.myspace.com/images/1by1.gif" width="1" height="10"></td> </tr> </table> <br /> <div id="mini"> Hello, you either have JavaScript turned off or an old version of Macromedia's Flash Player. <a href="http://www.macromedia.com/go/getflashplayer/">Click here</a> to get the latest flash player. </div> <script type="text/javascript" language="javascript"> // <![CDATA[ var s = "http://lads.myspace.com/mini/mini.swf?b=NTk1ODc2MjM=&o=MTg5MzAxMjY3&d=MTE4MTQxODkxMg==&i=MA==&a=VHJ1ZQ=="; var so = new SWFObject( s , "mini", "295", "51", "8", "#ffffff"); so.addParam("allowscriptaccess", "always"); so.addVariable("culture", "en-US"); so.write("mini"); // ]]> </script> <br /><br /> <script type="text/javascript" language="JavaScript">siteURL = "http://www.myspace.com/"</script> <script type="text/javascript" language="JavaScript" src="http://x.myspace.com/js/highlightInterests2.js"></script> <table id="Table1" bordercolor="#6699cc" cellspacing="0" cellpadding="0" width="300" bgcolor="#6699cc" border="1" class="interestsAndDetails"> <tr> <td class="text" valign="middle" align="left" width="300" bgcolor="#6699cc" wrap="" style="WORD-WRAP:break-word">    <span class="whitetext12"> i ToLd YoU G-2™ hAd IT wOn & GoT $500 tO sHoW 's Interests </span></td> </tr> <tr valign="top"> <td> <table id="Table2" bordercolor="#000000" cellspacing="3" cellpadding="3" width="300" align="center" bgcolor="#ffffff" border="0"> <tr id=HeroesRow><td valign="top" align="left" width="100" bgcolor="#b1d0f0" NOWRAP><span class="lightbluetext8">Heroes</span></td><td id="ProfileHeroes" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word"><style>embed, object {width:0px; height:0px;} table table table embed, table table table object {width:320px; height:240px;} </style> </td></tr><script language="JavaScript">highlightInterests("ProfileHeroes");</script> </table> </td> </tr> </table> <br> <table bordercolor="#6699cc" cellspacing="0" cellpadding="0" width="300" bgcolor="#6699cc" border="1" class="interestsAndDetails"> <tr> <td class="text" valign="center" align="left" width="300" bgcolor="#6699cc" height="10" wrap="" style="WORD-WRAP:break-word">    <span class="whitetext12">  i ToLd YoU G-2™ hAd IT wOn & GoT $500 tO sHoW 's Details </span> </td> </tr> <tr valign="top"> <td> <table bordercolor="000000" cellspacing="3" cellpadding="3" width="300" align="center" bgcolor="ffffff" border="0"> <tr id=Status:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Status:</span></td><td id="ProfileStatus:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">Single</td></tr><tr id=Orientation:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Orientation:</span></td><td id="ProfileOrientation:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">Straight</td></tr><tr id=Hometown:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Hometown:</span></td><td id="ProfileHometown:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">Manhattan</td></tr><tr id=Body type:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Body type:</span></td><td id="ProfileBody type:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">6' 0"</td></tr><tr id=Zodiac Sign:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Zodiac Sign:</span></td><td id="ProfileZodiac Sign:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word"><a href="http://collect.myspace.com/index.cfm?fuseaction=horoscope&sign=9&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">Sagittarius</a></td></tr><tr id=Children:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Children:</span></td><td id="ProfileChildren:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">Undecided</td></tr><tr id=Education:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Education:</span></td><td id="ProfileEducation:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">High school</td></tr> </table> </td> </tr> </table><br> </td> <td valign="top" align="center" width="15" bgcolor="#ffffff"><img id="ctl00_Main_ctl00_Img2" height="1" width="20" border="0" /></td> <td class="text" valign="top" align="center" width="435" bgcolor="#ffffff"> <br/> <!-- NETWORK INFORMATION : BEGIN --> <table id="Table1" bordercolor="#000000" height="75" cellspacing="0" cellpadding="0" width="435" border="1" class="extendedNetwork"> <tr> <td valign="middle" align="center" width="435" style="word-wrap:break-word"><span class="blacktext12"> <span id="ctl00_Main_ctl00_UserNetwork1_ctrlMessage">i ToLd YoU G-2™ hAd IT wOn & GoT $500 tO sHoW is in your extended network</span> <br> </span> </td> </tr> </table> <br> <table bordercolor="000000" cellspacing="3" cellpadding="0" width="435" align="center" bgcolor="ffffff" border="0" class="latestBlogEntry"> <tr> <td width="435" style="word-wrap:break-word"><span class="btext">i ToLd YoU G-2™ hAd IT wOn & GoT $500 tO sHoW 's Latest Blog Entry </span>[<a href='http://blog.myspace.com/index.cfm?fuseaction=blog.ConfirmSubscribe&friendID=53859398'>Subscribe to this Blog</a>]<br><br></td> </tr> <tr valign="top"> <td width="435" style="word-wrap:break-word"> April trickin me AGAIN to say i love her (last time i fall 4 it)  (<a href="http://blog.myspace.com/index.cfm?fuseaction=blog.view&friendID=53859398&blogID=256900117&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">view more</a>) <br><br> </td> </tr> <tr valign="top"> <td width="435" style="word-wrap:break-word"> April trickin me to say i love her  (<a href="http://blog.myspace.com/index.cfm?fuseaction=blog.view&friendID=53859398&blogID=256897525&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">view more</a>) <br><br> </td> </tr> <tr valign="top"> <td width="435" style="word-wrap:break-word"> hey  (<a href="http://blog.myspace.com/index.cfm?fuseaction=blog.view&friendID=53859398&blogID=177767647&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83">view more</a>) <br><br> </td> </tr> <tr> <td valign="top" align="left" bgcolor="ffffff" height="25">[<a href='http://blog.myspace.com/index.cfm?fuseaction=blog.ListAll&friendID=53859398&MyToken=32e28ea4-1ced-4ad8-ac99-d4d7b37b1e83ML'>View All Blog Entries</a>]</td> </tr> </table><br> <table bordercolor="ffcc99" cellspacing="0" cellpadding="0" width="435" bgcolor="ffcc99" border="0" class="blurbs"> <tr> <td class="text" valign="center" align="left" width="300" bgcolor="ffcc99" height="17" wrap="" style="word-wrap: break-word">    <span class="orangetext15">i ToLd YoU G-2™ hAd IT wOn & GoT $500 tO sHoW 's Blurbs</span></td> </tr> <tr> <td> <table bordercolor="000000" cellspacing="3" cellpadding="3" width="435" align="center" bgcolor="ffffff" border="0"> <tr> <td valign="top" align="left" width="435" bgcolor="ffffff" style="word-wrap: break-word"> <span class="orangetext15"> About me:</span><br> <a href="MYSPACE.COM" target="_blank"" alt="Myspace Codes" style="position:absolute; left:0px; top: 0px;" border="0"></a><style type="text/css"> body { font-family: helvetica, arial, sans-serif; font-size: 62.5%; background-color: 444444; } table, td { background-color: 444444; } .main{ position:absolute; left:50%; top:125px; width:800px; z-index:1; margin-left:-400px; } .main a:link, .main a:active, .main a:visited { color: a3bdc8; text-decoration: none; font-size: 1em; } .main a:hover { color: ffffff; } img { border: 0; filter:alpha(opacity=80); -moz-opacity: 0.80; opacity: 0.80; } img:hover{ filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95; } p, li { font-size: 1.2em; color: f0f0f0; } .title1, .title2 { font-weight: bold; text-transform: lowercase; letter-spacing: -1px; color: dbdbdb; } .title1 { font-size: 1.3em; } .title2 { font-size: 1.2em; } .title2 a { font-size: 1.1em; } .sidebar .title2 { padding: 0 0 0 12px; } .newnav { margin: 11px 0 20px 0; padding: 0; text-transform: lowercase; letter-spacing: -1px; } .newnav a { font-size: 1.2em; color: d0d0d0 !important; } .newnav a:hover { color: ffffff !important; } .newnav .active { color: ffffff !important; } .newnav li { list-style: none; display: inline; margin: 0 0 0 13px; } .sidebar { float: right; width: 200px; } .content { float: left; width: 500px; padding: 0 0 0 28px; } .breaker { clear: both; margin-top: 25px; border-top: 1px solid; border-color: 777777; background-image: url("http://img440.imageshack.us/img440/3802/gradient5gj.jpg"); background-repeat: repeat-x; height: 200px; } .cell { float: left; padding-top: 10px; margin: 0 0 0 25px; } .cell-inner { width: 225px; padding: 0 10px 0 0; } .bottoms { clear: both; padding: 45px 0 0 0; } textarea { background-color: 555555; border: 1px solid; border-color: 666666; color: f0f0f0; padding: 3px; overflow: hidden; } input { background-color: 444444; color: f0f0f0; border: 1px solid; border-color: 666666; } .askfirst { clear: both; text-align: center; padding: 25px 0 0 0; } </style> </style> </td> </tr> <tr> <td valign="top" align="left" width="435" bgcolor="ffffff" style="word-wrap: break-word"> <span class="orangetext15"> Who I'd like to meet:</span><br> <div class="main"> <table style="width:800px; height:800px; cellpadding:0px; cellspacing:0px;background-color:444444;"> <tr><td valign="top"> <ul class="newnav"> <li><a href="index.cfm?fuseaction=user&MyToken=0e28ba69-cdc5-400f-b03b-727df42ee00c">Home</a></li> <li><a href="index.cfm?fuseaction=mail.message&friendID=53859398&Mytoken=4C35BE71-4FE7-4C6E-8F4AFEBBF91A6CA412773852" class="active">Send a Message</a></li> <li><a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=53859398&MyToken=1748d213-ca50-498c-994f-fc02614c2437">Add to Friends</a></li> <li><a href="http://groups.myspace.com/index.cfm?fuseaction=groups.addtogroup&friendID=53859398">Add to Group</a></li> <li><a href="http://collect.myspace.com/index.cfm?fuseaction=user.addToFavorite&friendID=53859398&public=0">Favorites</a></li> </ul> <div class="sidebar"> <a href="index.cfm?fuseaction=user.viewAlbums&friendID=53859398"><img src="http://a811.ac-images.myspacecdn.com/images01/61/m_2d672a72c071b66bb3886644c25691a2.jpg" style="width: 165px;" /></a><br /><br /> <span class="title2">////// Friends <a href="index.cfm?fuseaction=user.viewfriends&friendID=53859398&MyToken=839d4083-5805-4583-b094-2a905a6eaebf" title="View more contacts">//////</a></span><br /><br /> <a href="babystar20"><img src="http://a580.ac-images.myspacecdn.com/images01/20/s_1b931c297a0403a2043ad5e9d94c652b.jpg" title="Jenise" alt="Jenise" /></a> <a href="gizmo_girl23"><img src="http://a313.ac-images.myspacecdn.com/images01/61/s_2456e6578aca07b231fe77c0113a2718.jpg" title="Jasmine" alt="Jasmine" /></a><br /> <a href="rockbebe221"><img src="http://a636.ac-images.myspacecdn.com/images01/20/s_c795fdc2a51ca5a198a9b7b4a08b528b.jpg" alt="Jazleen" title="Jazleen" /></a> <a href="11063082"><img src="http://a858.ac-images.myspacecdn.com/images01/56/s_e3b570a4388008af803a5cc7ed5fbfe9.jpg" title="Nicci" alt="Nicci" /></a><br /> <a href="51209071"><img src="http://a927.ac-images.myspacecdn.com/images01/21/s_b00ce8b76217273992cb2bccb41f0d76.jpg" title="Patrick" alt="Patrick" /></a> <a href="kenneth_pimpin_101"><img src="http://a677.ac-images.myspacecdn.com/00916/67/60/916710676_s.jpg" alt="Kenneth" title="Kenneth" /></a><br /> <a href="geminizsexxiest"><img src="http://a307.ac-images.myspacecdn.com/images01/38/s_90f1ca43155fc369e81d12c60e9933da.jpg" title="Alissa" alt="Alissa" /></a> <a href="apriil_nd_oc_11_15_04"><img src="http://a136.ac-images.myspacecdn.com/images01/18/s_791ed5a2a9654086bd1a1dca98f09f3f.gif" title="April" alt="April" /></a><br /> </div> <div class="content"> <div class="title1">Who is this Jordan guy?</div> <p>I've got 15 years of trickiness and creativity under my belt. And... according to a questionnaire which I took while sitting in a class I didn't belong in, I have a 75% social desirability. Maybe I should focus my educational aspirations on a psych major so I can sit around all day and answer true / false tests to find out how desirable I am?</p> <p>What's there to say? Stuck between a rock and a hard place. Literally. I'm that back country hiker who didn't bother to heed the warning signs that read <em>Park Closed: Hungry Wild Ass-Bears Seen Mauling Hikers</em>. I went ahead and ignored the signs, ran into a beastly bear, fell into a Batman lair-like cave as I tried to outrun the bastard, and got myself wedged between hell and a giant boulder. So I have a little extra baggage I have to carry around. The emotional kind. Who doesn't have any of that? The question is where's the lost & found when you need it?</p> <p>I want to meet someone to pick the bones out of my fish. I hate getting pricked by those damn things during dinner. I also want to meet someone who can tell the difference between Haribo and Black Forest gummi bears based on taste alone. They're not the same dammit!</p> <p>Sometimes what you're looking for is staring right back at you.</p> <p>Smile.</p> </div> <br style="clear:both;" /> <br /><br /> <div class="breaker"> <div class="cell"> <div class="cell-inner"> <span class="title2">Vitals /////////</span> <p>Age :: 15<br /> Body :: Six Foot<br /> Status :: Nag-iisa<br /> Here for :: Friends / Networking<br /> Orientation :: Women<br /> Hometown :: ManHattan<br /> Ethnicity :: Pacific Islander<br /> Occupation :: idk</p> </div> </div> <div class="cell"> <div class="cell-inner"> <span class="title2">Interests /////////</span> <p>Music :: The clang of pots n' pans or random nonsense <em>humming</em>.<br /> Books :: Huh? Don't people give these to short friends to sit on?<br /> Movies :: The Incredibles<br /> Design :: Projects never look the way they look in my head</p> </div> </div> <div class="cell"> <div class="cell-inner"> <span class="title2">Links /////////</span> <p><a href="http://5thirtyone.com" title="5ThirtyOne :: Journal Design Eyecandy :: Derek Punsalan">5ThirtyOne</a> :: Journal Design Eyecandy<br /> <a href="http://uneasysilence.com" title="Observing the unobserved">UNEASYsilence</a> :: Observing the unobserved<br /> <a href="http://flickr.com/photos/0401/" title="Flickr Photostream">Flickrstream</a> :: Personal Flickr photostream<br /> <a href="http://del.icio.us/unfortunate" title="Social bookmarks">del.icio.us</a> :: Sometimes I find the good stuff</p> </div> </div> </div> <div class="bottoms"> <div class="sidebar"> <form method="post" action="Modules/Comments/Pages/PostComment.aspx?%3ffuseaction=user.viewProfile_commentForm&friendID=53859398&MyToken=8e9bf2ed-c089-48a6"> <input type="hidden" name="53859398" value="53859398"> <textarea name="f_comments" cols="25" rows="8"></textarea><br /> <p><input type="submit" value="Post"> :: <a href="http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=53859398" title="View all comments">View All</a></p> </form> </div> <div class="content"> <div class="title1">Eh?</div> <p>"Practice safe lunch....use a condiment"</p> <div class="title1">The Junkyard</div> <p>I'm never content with whatever I'm working on. Aesthetically, anything I tweak is a direct reflection of my personality and tastes. Consider this profile - which I dub derkilicious - an ever changing work in progress. The original color schemes can be found <a href="http://flickr.com/photos/0401/59197867/">here</a>. The layout has some minor issues with IE, Safari, and Opera. Can I recommend <a href="http://getfirefox.com" title="Download Mozilla Firefox">Firefox</a> or <a href="http://flock.com" title="Download the Flock social browser">Flock</a>? Use Intercrap Explorer as a last resort.</p> </div> </div> <div class="askfirst"> <p>Best viewed in <a href="http://getfirefox.com/">Firefox</a> :: Layout by <a href="/PRINGULLZ" title="A Jordan Epps Layout" :: Journal Design Eyecandy :: Jordan Epps">A Jordan Epps Layout</a> :: Ask First</p> </div> </td></tr></table></div> <div style="position:relative; height:400px; overflow:hidden; border:0px;"><table><tr><td><table><tr><td></style> </td> </tr> </table> </td> </tr> </table> <br> <table bordercolor="000000" cellspacing="0" cellpadding="0" width="435" border="0" class="friendSpace"> <tr> <td class="text" align="left" width="435" bgcolor="ffffff" height="20"> <table height="20" cellspacing="0" cellpadding="0" width="435" bgcolor="ffcc99"> <tr> <td width="435" style="word-wrap:break-word">   <span class="orangetext15">i ToLd YoU G-2™ hAd IT wOn & GoT $500 tO sHoW 's Friend Space</span></td> </tr> </table> <table cellspacing="0" cellpadding="5" width="435" align="center" border="0"> <tr> <td bgcolor="ffffff" colspan="4" width="435" style="word-wrap:break-word"> <span class="btext"> i ToLd YoU G-2™ hAd IT wOn & GoT $500 tO sHoW  has <span class="redbtext">326</span> friends. </span> </td> </tr> <tr> <td> <table width="435" border="0" cellspacing="0" cellpadding="5" align="center"> <tr> <td bgcolor="FFFFFF" align="center" valign="top" width="1"> <table border="0" cellspacing="0" align="center"> <tr> <td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word">  <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=46747241" id="ctl00_Main_ctl00_UserFriends1_FriendRepeater_ctl00_friendLink">I'm SinGl3 And I'm Loving It</a>  </td> </tr> <tr> <td bgcolor="FFFFFF" align="center" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=46747241" id="ctl00_Main_ctl00_UserFriends1_FriendRepeater_ctl00_friendImageLink"><img src="http://a580.ac-images.myspacecdn.com/images01/20/s_1b931c297a0403a2043ad5e9d94c652b.jpg"></a><br> <br /> </td> </tr> </table> </td> <td bgcolor="FFFFFF" align="center" valign="top" width="1"> <table border="0" cellspacing="0" align="center"> <tr> <td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word">  <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=78947660" id="ctl00_Main_ctl00_UserFriends1_FriendRepeater_ctl01_friendLink">little miss sunshine!</a>  </td> </tr> <tr> <td bgcolor="FFFFFF" align="center" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=78947660" id="ctl00_Main_ctl00_UserFriends1_FriendRepeater_ctl01_friendImageLink"><img src="http://a313.ac-images.myspacecdn.com/images01/61/s_2456e6578aca07b231fe77c0113a2718.jpg"></a><br> <br /> </td> </tr> </table> </td> <td bgcolor="FFFFFF" align="center" valign="top" width="1"> <table border="0" cellspacing="0" align="center"> <tr> <td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word">  <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=108254624" id="ctl00_Main_ctl00_UserFriends1_FriendRepeater_ctl02_friendLink">*Jazzy*</a>  </td> </tr> <tr> <td bgcolor="FFFFFF" align="center" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=108254624" id="ctl00_Main_ctl00_UserFriends1_FriendRepeater_ctl02_friendImageLink"><img src="http://a636.ac-images.myspacecdn.com/images01/20/s_c795fdc2a51
Grammar questions, please help me out? Correct each of the following sentences by adding punctuation. Do not add or remove any words. The sentences can be divided by periods if necessary. 1. Pens papers and pencils all have been rendered obsolete by computers. 2. Some people love computers others would like to throw them against the nearest wall. 3. We need the following to survive learning a new computer system lots of coffee amazing patience and tranquillizers. 4. Whenever I have enough money saved up to buy a new system I try to buy one with lots of memory because I want my new system to last at least three years. 5. Yesterday in the bookstore I seriously considered buying HTML for Dummies a book written for new users even though I have purchased such books in the past and not found them useful. 6. Technical communicators need a variety of abilities effective writing skills knowledge of different software systems and good teamwork skills in order to succeed in their field. 7. Technical communicators often come into a company as lowly manual writers however they can move up the corporate ladder by assuming responsibility for project management tasks. 8. A great deal of research has been conducted on the relation between computers and writing skills the results suggest that computers do not in fact help a person to become a better writer although they do facilitate the revision process. 9. The same research however also suggests that combining computer skills with writing instruction causes higher retention rates in other words more students especially more at risk students stay in writing courses if they are also being taught computer skills. 10. New forms of punctuation have been emerging during the last decade including emoticons or faces composed of punctuation marks that are used to indicate emotions bullets or dots used to indicate items on a list and white space around sentences and paragraphs that is used to create a sense of order.
Can you fix my CSS image-bulleted list? I want the text to line up with the middle of the image bullet. I've been searching AListApart, and ListAMatic, but can't fix this (probably) simple thing. See the problem here: http://positive180.com/tempstuff/call-for-help.html (The style declaration as it stands is in the page source) text-align: center doesn't cover it. The text should align to the left - HORIZONTALLY! But the text needs to be brought up to the VERTICAL center of the image. Vertical-align: center doesn't work either. padding-top has no effect either.
Powered by Yahoo! Answers