How do I create a service mark in Dreamweaver?

I need to create a service mark in Dreamweaver. I checked the
knowledgebase and character maps; I could only find copyright, TM,
and registered trademark.
If there isn't a keyboard shortcut, how do you create
superscript in Dreamweaver? I tried the <sup> tag, which is
used for the aforementioned characters.
Any suggestions? Tips? Tricks? :^))

On Thu, 15 Nov 2007 20:38:25 +0000 (UTC), "TravelingAngie"
<[email protected]> wrote:
>Not having any luck with <sup> tag; it's just
adding spaces between the word and the SM text.
Try it this way:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<title>Service Mark Example</title>
<meta http-equiv="imagetoolbar" content="no">
<style type="text/css">
sup {
font-size: 70%;
vertical-align: text-top;
</style>
</head>
<body>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing
elit.
Aliquam erat volutpat. Praesent tempus rutrum wisi. Proin
dui
libero, tempor non, mattis nec, imperdiet a, nulla. Nunc
hendrerit,
metus eget sodales interdum, ipsum felis lacinia elit, vel
bibendum
nunc ligula ac wisi. Donec vitae neque. Nam quis ante ut est
viverra aliquet. Vestibulum<sup>SM</sup> dui.
Phasellus ultricies
elit nec nibh. Sed pede tortor, tincidunt a, vestibulum id,
posuere
quis, eros. Vestibulum quam. Nullam augue. Nullam eleifend
turpis
a augue. Aenean vestibulum. Quisque et velit eu diam
consequat
nonummy. Nullam volutpat enim et pede.</p>
</body>
</html>
Gary

Similar Messages

  • Could any one tell me that How can i create the service User ie j2ee SID

    hi all,
    In the implementation of SPNego Authentication schem in my portal system.
    i want to create the service user ie .j2ee-<SID>.
    <b>could any one tell me that How can i create the service User ie j2ee-<SID> in my visual administrator??</b>.
    any help will be highly Appretiated .
    thanks and regards.
    vinit soni.

    Vineet,
    the user management tab opens in Read Only mode - thats why the button is coming as disabled. There is a button for switching into Edit mode - it looks like a pen / pencil on the top bar. Click on that - your "Create User" button would be enabled.
    Also regarding creation of Service User via code level you can see <a href="https://www.sdn.sap.com/irj/sdn/thread?messageID=1057074">THIS</a> thread. And <a href="http://HERE">http://help.sap.com/saphelp_nw04/helpdata/en/f9/e3162ec55f4df6922d161f3785012a/frameset.htm</a>HERE[/url] is the SAP Help documentation on required permission settings.
    Regards,
    Shubhadip
    Message was edited by:
            Shubhadip Ghosh
    Message was edited by:
            Shubhadip Ghosh

  • How can i create proxy service from another proxy on different domain

    i have a demo webservice. it has many operations on proxy service's message flow. How can i create proxy service from demo's wsdl on different domain
    Edited by: fresh man on Jul 1, 2012 11:17 PM

    You can either export the WSDL in a sbconfig.jar and then import this sbconfig.jar in the new domain. Then you can create a new Proxy in new domain based on the WSDL you imported.
    Alternatively, you can open the WSDL in the old domain, copy the text content of WSDL, then open new domain sbconsole and create a new WSDL type resource and paste the content you copied from old domain WSDL here. Then you can create a new Proxy Service based on this WSDL resource you created.
    Although, may I ask why do you need to create this new Proxy Service on a different domain? If you want to create a service similar to existing Proxy Service on different domain, then you can export the existing proxy service along with any dependencies to a sbconfig.jar and them import them in any other domain.
    If you want your new Proxy Service to invoke the existing Proxy on different domain, then you need to create a Business Service in the new domain (calling domain) which can invoke your existing Proxy service in other domain.

  • How can i create proxy service from wsdl on different domain

    i have a demo webservice. it has many operations on proxy service's message flow. How can i create proxy service from demo's wsdl on different domain

    Hi fresh man
    This is the Oracle Forms forum, and your query has nothing to do with Forms.
    Please post on {forum:id=75}.
    Please search first. It usually helps to search before you post.
    Regards,

  • How can I create a photo album on Dreamweaver CS4?

    How can I create a photo album on Dreamweaver CS4? The button that is supposed to do this (Commands>create photo album) is disabled.

    Hi Nancy, Thank you for your help.   Do you have any idea why the button that creates photo albums in my version of Dreamweaver CS4 is disabled?
    Thank you,  Date: Sat, 19 Jan 2013 12:29:48 -0700
    From: [email protected]
    To: [email protected]
    Subject: How can I create a photo album on Dreamweaver CS4?
        Re: How can I create a photo album on Dreamweaver CS4?
        created by Nancy O. in Dreamweaver General - View the full discussion
    DW is web authoring software.  It's not a photo gallery creation tool. You can build your own own web gallery with HTML or PHP, CSS & JavaScript.  http://alt-web.com/GALLERY/Gallery.php Or you can use commercial products to help you. Project Seven's Image Gallery Magic 2:http://www.projectseven.com/products/galleries/igm2/index.htm jAlbumhttp://jalbum.net/  Nancy O.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5007136#5007136
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5007136#5007136
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5007136#5007136. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver General by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How do you create a scrolling banner in Dreamweaver CS4?

    How do you create a scrolling banner/marquee in DreamWeaver 4?  I can't find anything about scrolling banners in the documentation or in the several books I've searched.  Thanks.

    Dreameaver can't create something like that out of the box, you need to use some type of script for the 'scrolling' to work.
    This is pretty good, with lots of variations:
    http://sorgalla.com/jcarousel/
    You may find something listed here that may give you an idea:
    http://www.1stwebdesigner.com/resources/57-free-image-gallery-slideshow-and-ligh tbox-solutions/
    or go over to www.jquery.com  (that's one of the popular frameworks being used at the moment for image slidehows/banners/galleries etc).
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.perrelink.com.au
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • How do you create a search engine in Dreamweaver?

    I will like to know how to create a search engine in Dreamweaver?  I am using the following PHP and MAMP for my testing server.  I am looking for a link or information to point me in the right direction.
    Thank You!

    Or use a commercially available search on your website.
    http://Freefind.com
    http://www.wrensoft.com/zoom/
    http://www.google.com/sitesearch/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How to Insert An SM (service mark) in Contribute?

    Hi,
    This does not seem to be included in the special characters section.
    Any suggestions?
    Thanks
    Sam

    If you type 'JEE Tutorial' into google its the first answer: The Java EE Tutorial. Download the sample code and look at EJB and services.
    Alternativley as, mentioned in the first reply, your server documentation might have some samples - what server are you using?
    m

  • How do I create a web page using Dreamweaver

    I need help to create a website in Dream Weaver.  Where do I begin?

    Start with HTML & CSS code.  Those are the building blocks for everything you will be doing in DW.
    http://www.html.net/
    http://w3schools.com/
    http://www.csstutorial.net/
    http://phrogz.net/css/HowToDevelopWithCSS.html
    http://webdesign.tutsplus.com/sessions/web-design-theory/
    Once you've grasped the above fundamentals, work through this 5-part tutorial:
    Creating your first web site in DW CC-
    https://helpx.adobe.com/dreamweaver/learn/tutorials/how-to/first-website-part1.html
    Nancy O.

  • How do I create a guest book in dreamweaver?

    I am just getting started using Dreamweaver and developing my own site but I would like to know how to create my own guest book, and maybe is there some sort of code that there is on hand that I could use, I am not that great with html, php etc but I can give it ago, thanks.

    There's a lot of tutorials u can search to create this application. Maybe u can view HERE

  • How do I create a simple counter in Dreamweaver CC?

    Hello there Dreamweaver community,
    I am a student creating my first website and I NEED HELP!
    My site is live and it's based on the correct spelling of grey.
    www.lefthandedart.com
    Within the site I have a "vote" page that allows users to vote "grey" or "gray" (note: currently links to other pages on the site). What I want to do is have a simple hit counter under each spelling that adds one when users vote for that spelling. I'm having a fit trying to figure out how to program this though.
    Please help.
      Thank you,
    Terry B

    You'll need scripts to do this.   Most polling/voting scripts use server-side programming like PHP and a few other files to display the results.
    http://www.gentlesource.com/poll-voting/
    PS.  In the US, the correct spelling is gray. 
    Nancy O.

  • How Can I Create A Contact Form In Dreamweaver Using ASP

    I tried to create a contact form using php, but that failed epically. The server doesn't support php, and there isn't anything I can do about that. My only option now is to create it using ASP but I can't find a good tutorial on how to do so. Please help me!

    Ask your host if they have a form-to-email script you can use.  Many commercial hosts have scripts on their servers which you can activate through your C- or Admin-panel.
    Failing that, there are some commercial products you can use.
    Forms to Go ~
    http://www.bebosoft.com/products/formstogo/overview
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How to create a service for Oracle HTTP Server

    Hi,
    I hope someone can help me.
    I would like to create a service for an Oracle HTTP Server.
    We are running APEX 3.2 on an 10.2.0.4 database (not XE).
    We have a Windows XP system.
    To run APEX on a 10g we need the HTTP Server.
    Unfortunately no service was created while the installing of the Oracle HTTP Server.
    How can I create a service later. After the installation.
    I know that you can create a service with Instrsrv.exe and Srvany.exe. But I dont know wheather I can use this in this case.
    I need an .exe file for that.
    The HTTP-Server has the opmnctl.exe.
    But I have to write opmnctl.exe startall when I start or opmnctl.exe stopall when I want to stop it . How can I realize that in a Service?
    Thanks for your answer
    Jens

    Hi,
    I hope someone can help me.
    I would like to create a service for an Oracle HTTP Server.
    We are running APEX 3.2 on an 10.2.0.4 database (not XE).
    We have a Windows XP system.
    To run APEX on a 10g we need the HTTP Server.
    Unfortunately no service was created while the installing of the Oracle HTTP Server.
    How can I create a service later. After the installation.
    I know that you can create a service with Instrsrv.exe and Srvany.exe. But I dont know wheather I can use this in this case.
    I need an .exe file for that.
    The HTTP-Server has the opmnctl.exe.
    But I have to write opmnctl.exe startall when I start or opmnctl.exe stopall when I want to stop it . How can I realize that in a Service?
    Thanks for your answer
    Jens

  • How to create a service partition like the original from lenovo

    hey their, i have installed windows 7 on my x200. afore i have cleaned up all partiton incl. the service partition. now my question: how can i create a service partiton with the same behaviors like the original one (access the partition via the thinkvantage button and so on). i hope, someone can help me.

    You need a set of recovery disks to re-create the partition.
    If you haven't burned them when you first got the machine, they can be purchased directly from Lenovo or other online sources.
    Hope this helps.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • How to create a service name

    I've installed Oracle10g XE on laptop with WinXP SP2 and I am trying to figure out how can I create a service name on my host, so that I could connect from a remote PC in my XE database. Do I need to install 10g client?
    tks in advance

    499552,
    On your laptop you will need to get into the XE web interface as an administrator (ie system) and allow access from remote clients.
    To do this:
    Select Administration then there is a menu item on the RHS of the window "Manage HTTP access", then select "Available from local server and remote clients" and Apply changes.
    Then you should be able to access the web interface in a client browser using the URL http://yourlaptopname:8080/apex
    If you need to access the database via sqlplus or other tool then you should install the 10g client on the remote PC and setup a tnsnames.ora file entry like
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = yourlaptopname)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    on the client.
    This assumes you have pretty much a default install and you can then connect using
    sqlplus user/password@xe
    HTH
    Greg

Maybe you are looking for