Help to add style to ul

I added the below so i could have the word "Specification" in bold and underline.  When i validate the code i get the following error...  Element span not allowed as child of element ul in this context. (Suppressing further errors from this subtree.) [HTML5]  So, how can i make the JUST the title in bold and underline 
Specification
Length: 4.60 meters
width:2.04 meters
Weight: 420 kg's
Draft: 0.43 meters
Birth: 2+1
Category: C
How do i paste code on here?
http://www.smartfisherboats.co.uk/cuddy-cabin-boats-smartfisher.html
Thanks!

You can't style a <ul> tag. 
Use a definition list (I really like definition lists!!):
<dl>
     <dt>Specifications:</dt>
          <dd>description</dd>
          <dd>description</dd>
          <dd>description>/dd>
</dl>
Definition lists -- misused or misunderstood?
http://www.maxdesign.com.au/articles/definition/
Nancy O.

Similar Messages

  • How to add styles to the content on the screen

    Hi All
    I am able to dispaly the content of a .txt file on the screen using inline frames(11g adf using content repository- file system) . But 'm able to add styles to it like displaying it in bold letters. Any help on how to add templates
    Link which i followed http://download.oracle.com/docs/cd/E12839_01/webcenter.1111/e10148/jpsdg_content.htm
    8.3.1 How to Add Content as an ADF Inline Frame
    code
    <af:inlineFrame id="inlineFrame1"
    source="/content/conn/Test/path/test1/Test.txt"
    inlineStyle="height:100px; color:Aqua;"
    styleClass="AFStretchWidth">
    </af:inlineFrame>
    Thanks,
    Tim.
    Edited by: 831631 on Feb 16, 2011 11:00 PM

    hi Tim
    831631 wrote:
    Yes.
    • Consider a file Sample.txt file contains the text – “Hello World. Welcome”
    • Display “Hello World” in bold and display “Welcome” underlinedI don't think that adding style to a plain text file (as such) will be possible, you should probably use HTML or another document format.
    success
    Jan

  • Help Needed - FusionFx Style - How do I remove the Dashboard Grey Box Section, so that Dashboard Background is Blank

    Help Needed - FusionFx Style - How do I remove the Dashboard Grey Box Section, so that Dashboard Background is Blank
    We like FusionFx Style but would like to keep the background white like blafp style.

    Can you be a little more descriptive on what you need here and explain what exactly you want to be changed.

  • Help with add file name problem with Photoshop CS4

    Frustrating problem: Help with add file name problem with Photoshop CS4. What happens is this. When I am in PS CS4 or CS3 and run the following script it runs fine. When I am in Bridge and go to tools/photoshop/batch and run the same script it runs until it wants interaction with preference.rulerunits. How do I get it to quit doing this so I can run in batch mode? Any help is appreciated. HLower
    Script follows:
    // this script is another variation of the script addTimeStamp.js that is installed with PS7
    //Check if a document is open
    if ( documents.length > 0 )
    var originalRulerUnits = preferences.rulerUnits;
    preferences.rulerUnits = Units.INCHES;
    try
    var docRef = activeDocument;
    // Create a text layer at the front
    var myLayerRef = docRef.artLayers.add();
    myLayerRef.kind = LayerKind.TEXT;
    myLayerRef.name = "Filename";
    var myTextRef = myLayerRef.textItem;
    //Set your parameters below this line
    //If you wish to show the file extension, change the n to y in the line below, if not use n.
    var ShowExtension = "n";
    // Insert any text to appear before the filename, such as your name and copyright info between the quotes.
    //If you do not want extra text, delete between the quotes (but leave the quotes in).
    var TextBefore = "Lower© ";
    // Insert any text to appear after the filename between the quotes.
    //If you do not want extra text, delete between the quotes (but leave the quotes in).
    var TextAfter = " ";
    // Set font size in Points
    myTextRef.size = 10;
    //Set font - use GetFontName.jsx to get exact name
    myTextRef.font = "Arial";
    //Set text colour in RGB values
    var newColor = new SolidColor();
    newColor.rgb.red = 0;
    newColor.rgb.green = 0;
    newColor.rgb.blue = 0;
    myTextRef.color = newColor;
    // Set the position of the text - percentages from left first, then from top.
    myTextRef.position = new Array( 10, 99);
    // Set the Blend Mode of the Text Layer. The name must be in CAPITALS - ie change NORMAL to DIFFERENCE.
    myLayerRef.blendMode = BlendMode.NORMAL;
    // select opacity in percentage
    myLayerRef.opacity = 100;
    // The following code strips the extension and writes tha text layer. fname = file name only
    di=(docRef.name).indexOf(".");
    fname = (docRef.name).substr(0, di);
    //use extension if set
    if ( ShowExtension == "y" )
    fname = docRef.name
    myTextRef.contents = TextBefore + " " + fname + " " + TextAfter;
    catch( e )
    // An error occurred. Restore ruler units, then propagate the error back
    // to the user
    preferences.rulerUnits = originalRulerUnits;
    throw e;
    // Everything went Ok. Restore ruler units
    preferences.rulerUnits = originalRulerUnits;
    else
    alert( "You must have a document open to add the filename!" );

    you might want to try the scripting forum howard:
    http://www.adobeforums.com/webx?13@@.ef7f2cb

  • Lync 2010 - Browser Helper & Lync Add-on

    We are rolling out Lync 2010 via SCCM.  One of the things we've noticed is that Lync automatically installs two brower add-ons: Lync 2010 - Browser Helper & Lync Add-on.  Is there any way
    not to install these?  or at least install them with the default of being disabled?
    Otherwise, the users get prompted that "The Lync browser helper is ready for use" and asks if they want to enable it. 
    Thanks

    As the further test, EnableBHOSmartTags didn’t work.
    Here is the right registry key. Hope it helpful for others view this thread.
    Check the following link.
    http://smulpuru.wordpress.com/2012/08/07/disable-particular-ie-add-on-via-registry/
    Find out the class ID of Lync add-on.
    Then find the class ID in registry key.
    Open the path [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Ext\Settings\{31D09BA0-12F5-4CCE-BE8A-2923E76605DA}. It is for Lync add-on.
    There is no Flags registry key, you should create it manually.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • How to add styles to image in XML view ?

    Is it possible to add styles to Images in XML view ?
    <Image alt="alternate text " src = " " />
    I tried adding sytle= "align : right " but its not working. I just want to align this element in the view to the right.

    Hi Micheal,
    Pleas see the below code.
    View:
    <core:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m"
      controllerName="testing.imageXml" xmlns:html="http://www.w3.org/1999/xhtml">
      <Page title="Image">
      <content>
      <Image id="img1" alt="alttextimage" src="images/img1.jpg" />
      </content>
      </Page>
    </core:View>
    Controller:
    onBeforeRendering: function() {
      this.getView().byId("img1").addStyleClass("myimage");
    Index.html :
    <!DOCTYPE HTML>
    <html>
      <head>
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
      <script src="resources/sap-ui-core.js"
      id="sap-ui-bootstrap"
      data-sap-ui-libs="sap.m,sap.ui.commons"
      data-sap-ui-theme="sap_bluecrystal">
      </script>
      <script>
      sap.ui.localResources("testing");
      var app = new sap.m.App({initialPage:"idhome1"});
      var page = sap.ui.view({id:"idhome1", viewName:"testing.imageXml", type:sap.ui.core.mvc.ViewType.XML});
      app.addPage(page);
      app.placeAt("content");
      </script>
      <style>
      .myimage{float:right !important; width:300px; height:200px;}
      </style>
      </head>
      <body class="sapUiBody" role="application">
      <div id="content"></div>
      </body>
    </html>
    Output :
    Regards,
    KK

  • Please help me add items to the Pages invoice doc keeping the formulas

    Please help me add items to the Pages invoice doc keeping the formulas ie that they will add together and give me a total

    this is the template I am Referring to...

  • Help improve my style and quality of LabVIEW coding

    Hello,
    I am thinking of doing the CLD certification for LabVIEW and have started preparing by reading some literature (code style guidelines, etc.) and also trying to implement the newfound knowledge into my coding habits. I have also read that local variables are bad, and that the best practice is to avoid them.
    However, I am having difficulty implementing all of the material I read about LabVIEW coding into my VIs - which are almost always coded in the same manner as the one I attached. Basically all of the LabVIEW applications I make at my company require reading DAQ inputs, processing the acquired data and doing some control algorithms, which send control signals to DAQ outputs, and writing all of the data to a file.
    I have attached a sample VI (with dummy DAQ subVIs). If you have the time - any ideas, comments, consideration or improvements on all areas of the VI are greatly appreciated and welcomed. I think this will be the best way for me to learn new LV tips and tricks.
    Thank you!
    Attachments:
    LabVIEW coding test.zip ‏375 KB

    Jeff Bohrer wrote:
    OK I've seen worse. (actually not too bad but...)
    Use wire labels especially when you have wires that don't fit on 1 screen
    You show a lack of understanding how timed loops differ from while loops  (event structure in TLoop with DT=0, Elapsed Timer in Timed Loop.   Someday you'll say WTH was I thinking spawing unique execution systems for those
    You could have saved a lot of locals and data duplication by enqueueing data from the DAQ loop to the Write File Loop instead of using a notifier
    Sometimes an Array of Clusters can be a good idea  clusters of clusters of same data type can often be harder to maintain- want to add a new element- maybe test a single point? just init the array of clusters (like from a file perhaps?)  Saves a lot of confusion
    Saving timestamps to file as strings is a pet peeve of mine.  Now how do you graph vs time?  Check out My Idea 
    There is no reason to avoid creating sub-vis and making the Main BD fit on one screen.  I fact it can help to show the code high level structure.
    Straighten them wires!
    Most of your issues would be solved by re-thinking your data structures- A good place to concentrate on to improve.
    Keep Slinging- you'll get there
    Ok, will do.
    Can you explain what the difference is? Or point me to some good literature on this topic? 
    How exactly can you do that? I tried sending data via notifier, but I could not send different data types.
    I do not quite understand what you mean.
    Also, I do not understand what the problem here is. The graph shows data vs time.
    Will try.
    Mark Yedinak wrote:
    OK, I did take a look at the code now. HEre are some additional points to consider.
    Document, document, document. None of your controls or indicators are documented. Also, document your code more to help someone looking at it to actually understand it better.
    Definitely avoid the use of all of the local variables. Thing of a design pattern that separates the processing tasks from the UI. If you have one task handling the UI you really don't need to use local variables.
    Avoid unnecessary bends in your wires.
    Definitely get your block diagram to fit on a smaller screen. These days it shouldn't be larger than 1600x1200 or close to that.
    Modularize your code. Use more subVIs
    You have a classic off by one error in your code. All of your loops use the stop button to exit. However you always check the value at the beginning of the loop iteration therefore you will execute the loop one more time than necessary.
    Avoid unnecessary frame structures. You have a frame structure in the second loop that does nothing for you. Everything down stream of it will execute in the correct order because of the data dependencies. The frame structure serves no purpose here.
    Try to avoid deeply nested case structures. Once I start to see that happening in my code I rethink my logic. At a minimum I would build an array of the various Boolean values and convert them into a number and use that to chose the appropriate case to execute rather than nesting three or more case structures.
    Will do.
    How can I accomplish all the tasks in my application without the use of local variables? I admit, this is the main reason I opened this thread ... because I have tried to imagine a design architecture that would work without local variable, but was unsuccessful. Can someone please explain in detail how to do this on this specific application.
    Will try to.
    I will try, but I make my block diagram to the width of my screen, but vertically I do not limit its size - so I can easily scroll up and down to move around.
    I try to create as many subVI as possible, but only on code that is reusable on other projects. Is also better to have a lot of single use subVIs with every project? Doesn't this add unnecessary overhead and slows the application?
    What would be the correct way to stop the application?
    Ok.
    Ok. I only do your proposed solution on nested case with a depth of at least 4. 3 nested structures were still acceptable for me, but I will listed to your proposal and try to improve on this.
    Thank you all for taking the time to look at the code and writing your comments.
    I already have the CLAD certification, but this was only a test. I think I will be able to try the CLD exam sometime next year, but I have to learn and implement different coding style in my everyday application (at work). With your help I am sure I will be able to accomplish this - reading literature is one thing, but actual projects are another.

  • PLEASE HELP! Add titles to still photos??!!!

    Hi anyone and everyone,
    I am working on a project that I need to add 'titles' to some still photos!!! I am using iMovie 5.0.2.
    IS THIS POSSIBLE??? I've been pulling my hair out trying to get around it but cant....HELP!! Before I sign myself in!!
    Thanks in advance
    Alan

    Alan,
    "IS THIS POSSIBLE?"
    Yes.
    You don't say how you are going about trying to add titles. So I'm going to guess at what your problem is.
    I assume you have placed photos in your timeline in iMovie.
    To add a title, you need to drag the title down to your timeline by clicking on and dragging the little blue "T" next to the style of title you wish to use.
    Also, make sure you have unchecked "Over black" if you wish your title to be rendered on top of your photo.
    Welcome to the discussions! Post back if you still have problems.
    Matt

  • Looking for help to add

    In design mode of Dreamweaver 4  this is the view I have.  I'm looking to add a border (cell padding) around each line item as it shows here:
    Current view of page from design view above:
    Appreciate insight

    Are you really using DW 4 or do you mean CS4?
    Hit F1 (help)  Search for "Setting Table Properties."
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • URGENT: Need help to add files to OA Project in JDev 9i

    Hi,
    OA Framework Version 11.5.10.6RUP
    JDeveloper 9.0.3.5 (Build 1453)
    1. The standard iProcurement NonCatalogRequestPG page is running fine in PRODUCTION and I have been asked to do enhancements like VO extn etc so I am trying to import files from server to JDev on my local machine.
    2. FTP $JAVA_TOP/oracle/apps/icx/*.* to c:/jdeveloper/jdevhome/jdev/myclasses/oracle/apps/icx
    and FTP $ICX_TOP/mds/*.* to c:/jdeveloper/jdevhome/jdev/myprojects/oracle/apps/icx
    4. Open Jdev and create OA Workspace & OA Project (default package: oracle.apps.icx)
    5. When trying to Add files and directories to OA Project, created in step 4, its bringing all files at one level. I dont see any hierarchical directory structure i.e. I dont see package like oracle.apps.icx with sub-directories like punchout, icatalog, lov,etc What I see is all files at one level under xxicx.jpr
    What am I missing here, PLEASE HELP...
    Thanks a lot!

    What you are doing is very simple job and I am sure you will achieve whatever you want.
    create a directory structure od seeded VO in your myprojects dir. then just copy vo.xml, voimpl.java and vorowimpl.java in that dir. create a BC4J component for thsi dir structure and then create new Vo with extends property as this seeded VO.
    If you still have a problem, please upload screenshot of problem to some website, I will download from there.
    --Parag Narkhede                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Can you help me add songs from iTunes 11.0.1 to iPhone4S?

    I have a new MacBook Air and am trying to add songs from it (iTunes 11.0.1) to iPhone4S.
    However, drag & drop does nothing, which is what I had done on my PC to add songs previously. 
    Note: I specifically don't want to sync my songs/libraries.  I just want to add the new stuff I uploaed to MacBook Air iTunes to my iPhone4S.
    Any thoughts/help would be GREATLY appreciated.

    To be fair, not the news I was hoping to hear, but I'd prefer to hear the bad news sooner rather than after expending more time and energy on a fool's errand.
    I uploaded the CDs on my MacBook Air as I'm moving everything there. 
    So, rather than put them on the old computer and then sync there, I'm guessing at some point I'm going to have to bite the bullet and move all my songs from PC to my Mac. 
    I imagine I'll have to back up on new computer and erase in the process of putting the old songs and the new on there, getting them off my new computer.
    One would hope there'd be an easier and less laborious method, especially since in my established pattern of procrastination I can see me putting this off for a while.
    Anyway, thanks again for the feedback.

  • Need help to add the words in a text file to an arraylist

    I am new to java and I really need some help for my project.I want to add the words of a text file to an arraylist. The text file consist of words and the following set of punctuation marks {, . ; : } and spaces.
    thanks in advance :-)

    I/O: [http://java.sun.com/docs/books/tutorial/essential/io/index.html]
    lists and other collections: [http://java.sun.com/docs/books/tutorial/collections/index.html]

  • Need help saving layer styles Photoshop CS6 Extended for Mac (Mountain Lion)

    I have been trying to learn Photoshop. I am using Photoshop CS6 Extended on a Macbook Pro (Mountain Lion). My Adobe software has been updated. I have been doing tutorials using a lot of layer styles. In one of these tutorials, it was suggested that if I would possibly want to use the style again that I should save it. At this point I had entered all my layer styles info and was still in the window with the list of layer styles on the left (bevel and emboss, drop shadow, etc., and the "New Style" button on the right. I clicked on the "New Style" button and when another window popped up asking me to name the style, I named it. When I looked at my styles in the styles panel, I saw the little button for the new style. I saved my graphic and closed it. Later I wanted to apply this style to text in another graphic. The style was used on text originally. When I clicked on it though the style didn't look the same. Upon investigation, a couple of setting under Bevel and Emboss had reverted to defaults. They were different numbers when I saved the style. I could go back in and change these two numbers and get the same results, but I don't understand why these numbers changed on their own -- why the style didn't completely "save." Is there something I have done wrong, or is this some kind of bug? Any help would be greatly appreciated! Thank you in advance!

    Thank you very much for your reply! Yes, both documents were at 72 resolution. This morning I tried to save yet another style (same resolution document). It worked when I used it the first time. Then I switched to the other style I had saved. That one took some of the bevel and emboss settings from this morning's style. The numbers which will not save are the angle and altitude under the shading section. Just now I made another document (text at 72 resolution) and both styles had changed these numbers to 120 and 30. Is this something I am doing wrong? I am trying to use text of a similar font and size. I updated my software last night in the hopes that that would help. This morning I reset preferences. Don't know what to do! Thanks for helping me!

  • Need help with add text to url function

    Could anyone help me to get this working? Im kinda of noob
    and im trying to get a form to add
    http://www. in front of a text submition
    form and .com as suffix to the text, my code looks like this:
    <form name="openlocation">
    <input type="text" name="href" value="">
    <input type="button"
    onClick="location.href=document.openlocation.href.value;; "
    value="Go To" href="
    http://www.&lt;input
    type=&quot;button&quot; value=&quot;Go To&quot;
    onClick=&quot;location.href=document.openlocation.href.value;;
    &quot;&gt;.com">
    </form>

    Try this:
    <form name="openlocation">
    <input type="text" name="href" value="">
    <input type="button" onClick="location.href = '
    http://www.' +
    document.openlocation.href.value + '.com';">
    </form>
    HTH,
    Randy
    FotografistRobin wrote:
    > Could anyone help me to get this working? Im kinda of
    noob and im trying to get
    > a form to add
    http://www. in front of a text submition
    form and .com as suffix
    > to the text, my code looks like this:
    >
    > <form name="openlocation">
    > <input type="text" name="href" value="">
    > <input type="button"
    onClick="location.href=document.openlocation.href.value;;
    > " value="Go To" href="
    http://www.<input type='button'
    value='Go To'
    >
    onClick='location.href=document.openlocation.href.value;;
    '>.com">
    > </form>
    >

Maybe you are looking for

  • How do I back up my iPhoto library to disc?

    I looked this up, and it said to select the pics I wanted to back up, then click on Share, Burn. Problem is, all the options, including Burn, are grayed out. Does anybody know the "trick" to get this to work?

  • ANN: XDK 9.2.0.5 production and 10.1.0.0.0(patch1) beta release on OTN

    XDK 10.1.0.0.0 Beta(patch 1) and 9.2.0.5.0 production are available online at: http://otn.oracle.com/tech/xml In the 9.2.0.5 release, various XDK C memory leak bugs and XDK C XML Schema conformance bugs are fixed. In the 10.1.0.0.0(patch1) beta relea

  • ECC 6.0 IDES configuration of source system in BI 7.0

    Recently I have installed the ECC 6.0 IDES version on my desktop it has both mySAP and BI on the same system. I tried to create new source system under SAP folder using RSA1 got the following message. "No entry for BW_USER in table RSADMIN available"

  • Host command through java stored procedure

    Hi All, Im trying to execute the winword command to open a MSWord document, print & exit the document, through dos prompt, from client pc to the default printer, through java stored procedure oracle pl/sql forms. How can achieve this? Kindly help. rg

  • Horizontal sub-menu - can you help?

    I'd like to make a horizontal sub-menu appearing under a horiziontal root menu (rather than the usual vertical drop-down menu) - can this be done? I know I could do this type of menu using Flash but I'd rather not contain the navigation for the site