How to add invisible but searchable text

As a workaround for the limited text formatting options offered by Dreamweaver, I normally create an entire web page in Photoshop and save it as a .jpg image which I then insert into a blank Dreamweaver document. This method works well except for one thing: the text is not visible to Google because it is part of the image. I realize that I could add the main text in Dreamweaver, but the end result is not as aesthetically pleasing. So here's my question:
Is there a way to paste the real text into a hidden field that will be seen by Google? For example, can I insert this text as a comment? And if so, is there a limit to how much text a comment can contain? As I understand it, comments are only visible in Code view, so they might fill the bill if Google can see them. Suggestions appreciated.

THAT design needs to be an image?
the ONLY thing that needs to be an image is the portrait and the site background.
the rest can easily be done with css
id structure the html something like this
<body>
<div id="wrapper">
<div id="singlecol">
<img src="image.jpg" alt="image">
<cite>Quote</cite>
<address>address</address>
</div>
<div id="doublecol">
<h1> Name</h1>
<h2>Subtitle</h2>
<ul id="nav">
<li><a href="#">Home</a></li>
<li><a href="#">About Me</a></li>
<li><a href="#">Individual Therapy</a></li>
<li><a href="#">Relationships</a></li>
</ul>
<h3>Page title</h3>
<cite>quote</cite>
<p>
page content
</p>
</div>
<div id="footer">
copyright notice
</div>
</div>
</body>
now for your css
you'll be able to get the font details from your psd simple enough (eg.
font-family
font-size
font-weight
line-height
letter-spacing
text-align
color
etc etc)
for h1, h2, h3
p
cite and
address
#nav li
#nav li a
#nav li a:hover
(google how to make a nav with an unordered list)
the divs and background will require some thought but it isnt a complicated layout and could be replicated quite easily.
body
#wrapper
#singlecol
#doublecol
#footer

Similar Messages

  • How to Add/Concatenate to a text field, values selected in a combo box

    I have a combo box form field that allows the user to select a value from a list and click on an Add button. The Add button should add/concatenate the vaue selected to a text field in order to create a list of values selected. I'm not sure how to do this using Javascript in Acrobat? I know I need to add the javascript to the Add button's Mouse Up action. Any help would be greatly appreciated. Thanks!

    Thanks so much - it works!
    >>> "Gilad D (try67)" <[email protected]> 9/25/2013 9:16 AM >>>
    Re: How to Add/Concatenate to a text field, values selected in a combo box created by Gilad D (try67) ( http://forums.adobe.com/people/try67 ) in JavaScript - View the full discussion ( http://forums.adobe.com/message/5712118#5712118 )
    Let's say the text field's name is "Text1", and the combo is called "Combo1". You can then use this code as the MouseUp script of the Add button:
    var f1 = this.getField("Text1");
    var f2 = this.getField("Combo1");
    if (f1.value=="") f1.value = f2.value;
    else f1.value = f1.value + ", " + f2.value;
    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/5712118#5712118
    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/5712118#5712118
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5712118#5712118. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in JavaScript by email ( mailto:[email protected].com ) or at Adobe Community ( http://forums.adobe.com/choose-container!input.jspa?contentType=1&containerType=14&contain er=3286 )
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How to add supercripts in a text field

    How to add superscripts symbols like copyright,trademark and registered symbols in a static text field in the Livecycle designer 8.2?

    You can copy-and-paste special characters directly into a text object from a text editor such as MS Word. Alternatively, you can insert the hex character reference into the XML source for the applicable text object instance. For example, to add a copyright symbol, go to the XML Source tab and insert the reference &#x00A9; into the XML node <value><text>Foobar&#x00A9;</text></value>.
    Steve

  • How to add music/ audio to text/ mms messages on iPhone 5?

    There is not a way to add audio/ music to text/mms messages similar to adding a picture.

    To a standard SMS text message, no there isn't. For MMS it would depend on what multimedia your carrier supports. For anything that is not storted in the Photo app (images, video files), you add them to the Message using the camera icon. For anything else, you would start in the app that contains the file, and use the Share function (if available). The Voice Memos app does this for example. Third party apps would vary in terms of having this feature and how it is accessed.

  • TouchUp: How to add an underline to text that is not underlined?

    The subject says it all, how do I use the TouchUp tool(s) to add an underline to text that is not underlined?

    There is an "underline" annotation available for the Comment & Markup toolbar.
    First, open the Comment & Markup toolbar.
    This will let you observe the addition of the Underline annotation.
    You want to access the "More Tools" dialog.
    There are various ways to get to it.
    --|  Place the mouse cursor in the tools icon 'ribbon' over in the empty space at the right.
         Right click for the context menu.  Select "More Tools".
    --| Select Tools > Customize Toolbars
    With the More Tools dialog presented, scroll down some to view the 'Comment & Markup Toolbar' choices.
    The default toolbar does not show:
    Underline Text Tool, Cross Out Text Took, Attach a File as a Comment, Record Audio Comment, and some others.
    So, select the Underline Text Tool.
    Close the dialog. The Underline Text Tool is now part of the Comment & Markup Toolbar.
    The toolbar selections, from "More Tools", is sticky.
    The Properties dialog for the Underline Text Tool permits configuration selections such as:
    – underline style of straight | squiggly
    – color
    – Opacity
    At the bottom of the tool's Properties dialog you can tick the selection "Make Properties Default".
    As with other annotations, there is a pop-up note available for entering information.
    Be well...

  • I know how to add a hyperlink to text or image but am stumped with the CSS buttons provided by DW.

    Doing my first web page and was trying out the CSS buttons in the widgets.  Can't see where to set the property for the web link.

    <a href="#" class="classname">my button</a>

  • Creating hidden/invisible BUT searchable iBook test

    I have produced an iBook that is all jpg images. 
    I would like to add hidden text, of the OCR text of the pages, to allow the page images to be searchable in iBooks.
    I know that <img src="p1.jpg" alt="word1 word2 blah blah"> and the <meta ....> tags do not produce searchable pages.
    Is there a trick that will work.  The iBook looks great, but isn't searchable.  Searchable would make it p
    Thanks, Bradshaw

    THAT design needs to be an image?
    the ONLY thing that needs to be an image is the portrait and the site background.
    the rest can easily be done with css
    id structure the html something like this
    <body>
    <div id="wrapper">
    <div id="singlecol">
    <img src="image.jpg" alt="image">
    <cite>Quote</cite>
    <address>address</address>
    </div>
    <div id="doublecol">
    <h1> Name</h1>
    <h2>Subtitle</h2>
    <ul id="nav">
    <li><a href="#">Home</a></li>
    <li><a href="#">About Me</a></li>
    <li><a href="#">Individual Therapy</a></li>
    <li><a href="#">Relationships</a></li>
    </ul>
    <h3>Page title</h3>
    <cite>quote</cite>
    <p>
    page content
    </p>
    </div>
    <div id="footer">
    copyright notice
    </div>
    </div>
    </body>
    now for your css
    you'll be able to get the font details from your psd simple enough (eg.
    font-family
    font-size
    font-weight
    line-height
    letter-spacing
    text-align
    color
    etc etc)
    for h1, h2, h3
    p
    cite and
    address
    #nav li
    #nav li a
    #nav li a:hover
    (google how to make a nav with an unordered list)
    the divs and background will require some thought but it isnt a complicated layout and could be replicated quite easily.
    body
    #wrapper
    #singlecol
    #doublecol
    #footer

  • How to add double stroke to text or an object?

    I have illustrator 10 (MAC). Wondering the easiest way to add a double stroke to text or an object? Also, how can I move the stroke so its not necessarily on the outside of text? Was thinking more of an outline with separation between the two colors on the double stroke. Thanks

    I'm not really an expert in user-land Illustrator so I'm not always up-to-speed on the terminology -- what do you mean by 'double stroke'?
    Assuming you're talking about doing this in code, I *might* be able to help you on this but it's been a couple of years since I used the pre-CS text engine. I'd be more likely to be able to help you if this was CS+, but I can try.
    If you're talking about doing it through the GUI as a user, I'm the last guy you want to ask :)

  • How to add hint in a text field

    Hello,
    How do I add a hint in a text field to let the user know what to type in and the hint will disappear when they click on it?

    In the Accessibility palette (shift - F6 if it is not visible) fill in the tooltip field. Now when you hover over the field your tooltip will appear.

  • How to add note to underlined text for pdf within Preview

    Sometimes I can right-click in underlined or highlighted text in Preview and get an option "add note" so that there's a text box without an balloon icon (like the one you get by pressing control+N). But it is so tricky that I have to try several times before the option appears. Is there any easy way to do it?

    Welcome to Apple Community forums, Tom.
    Go to View menu >Show annotations toolbar > click on the text box at the bottom and you should get a type cursor when you click on the area outside or within the document or photo. Then type. Does this not happen consistently?
    -mj

  • How to Add Hyperlink to Static Text View

    It's possible to add Hyper link or local link(when click that link. then it shows some text in message box) to some part of the Static text view.
    for example, my Static Text view Contains following text,
    Laptop , Desktop, Mobile
    now i want to add that link to Desktop or any other text. like
    Mobile
    kindly help me.

    Hi J Sathish Kumar,
    From your description, it seems that you have a RichEdit Box control and you want to add a hyperlink feature to your RichEditBox control. Could you tell us what type project do you want to use, windows form, WPF or native MFC?
    For using windows form and WPF, you should be easy to find some ways to achieve your goal on the web. For example,
    http://stackoverflow.com/questions/435607/c-sharp-how-can-i-make-a-hyperlink-work-in-a-richtextbox
    For using native MFC, you may need to get the text range, add the underline,change the text color and use wm_notify to notify the parent windows about a click on a hyperlink.
    I make a quick research on the web, and I find this should helpful for this issue.
    http://www.flounder.com/richedithyperlinks.htm
    Best regards,
    Shu Hu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Audio book delete and instructions on how to add video to a text

    i want to delete an audiobook i am dissatisfied with in my itunes...i want it off my iphone.. also how does one send video or a news article or anything off the internet in a text message? ...thank you!:)

    De-select the audio book as an item to sync, then sync. It will be removed.
    Delete the audiobook from itunes, then sync. It will be removed.
    You can learn about messaging in the manual:
    http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf

  • How to add the line item text in the Ledger line item report

    Hi SAP Gurus,
    I having one requirement from the user. He wants the line item text which we will enter in FB60/FB70/FB50 has to be shown in the Ledger line item report. Right now this field is not available. Is there any possible we can make this line item text in the ledger line item report i.e. FBL1N/FBL3N/FBL5N?
    advance thanks for the help.
    Regards,
    Deva.

    Hi,
    You can do the below to get this. (You can change the names of the function modules as per your wish/ organization naming convention):-
    Step 1:-
    Create function module Z_GET_SGTXT as below:-
    Import:-
    BELNR LIKE BKPF-BELNR
    BUKRS LIKE BKPF-BUKRS
    BUZEI LIKE BSEG-BUZEI
    GJAHR LIKE BKPF-GJAHR
    Export:-
    PRCTR LIKE BSEG-SGTXT
    FUNCTION Z_GET_SGTXT.
    ""Local Interface:
    *" IMPORTING
    *" VALUE(BELNR) LIKE BKPF-BELNR
    *" VALUE(BUKRS) LIKE BKPF-BUKRS
    *" VALUE(BUZEI) LIKE BSEG-BUZEI
    *" VALUE(GJAHR) LIKE BKPF-GJAHR
    *" EXPORTING
    *" VALUE(SGTXT) LIKE BSEG-SGTXT
    SELECT SINGLE SGTXT FROM BSEG INTO SGTXT WHERE GJAHR = GJAHR
    AND BELNR = BELNR
    AND BUKRS = BUKRS
    AND BUZEI = BUZEI.
    ENDFUNCTION.
    Step 2:-
    Then create the Function Modules as below:-
    Z_LINE_ITEMS_GET_SGTXT (Copy of SAMPLE_INTERFACE_00001650)
    FUNCTION Module Z_LINE_ITEMS_GET_SGTXT.
    ""Local Interface:
    *" IMPORTING
    *" VALUE(I_POSTAB) LIKE RFPOS STRUCTURE RFPOS
    *" EXPORTING
    *" VALUE(E_POSTAB) LIKE RFPOS STRUCTURE RFPOS
    Initialize Output by using the following line
    E_POSTAB = I_POSTAB.
    E_POSTAB = I_POSTAB. "<-- important
    CALL FUNCTION 'Z_GET_SGTXT'
    EXPORTING
    BELNR = I_POSTAB-BELNR
    BUKRS = I_POSTAB-BUKRS
    BUZEI = I_POSTAB-BUZEI
    GJAHR = I_POSTAB-GJAHR
    IMPORTING
    SGTXT = E_POSTAB-SGTXT
    EXCEPTIONS
    OTHERS = 1.
    ENDFUNCTION.
    Step3:-
    Transaction FIBF:-
    Settings -> Products -> of a Customer
    SGTXT Text in Line Item Display Active
    Settings -> P/S Module -> of a Customer
    00001650 SGTXT Z_LINE_ITEMS_GET_SGTXT
    Step 4:-
    Create the layout for FBL*N with display of the TEXT.
    Regards,
    Gaurav

  • Add ICON to the TEXT

    Hi All,
          Could you please tell me how to add icon to the text value.
    Like, var = It is the best one
    we need add Icon at the end of the string value
            var = It is the best one(Icon should come here).
    Please let me know anyone knows.
    Regards,
    Selva M

    Hi Dieter,
                If you check this variable value in debugging mode, it'll be like this
    VARS = It is the best one @P2@. But I want it like this , VARS = It is the best one ¶.
    Solved my requirement's issue by just copy and paste this symbol. we have this symbol in ABAP editor.
    But still I don't know why we can't add ICON at the end of the text in a variable whereas we can add at the front of variable :(.
    Regards,
    Selva M.

  • How to add DRAM FIFO-128bi​t to the FPGA project?

    How do I add the DRAM FIFO - 128 Bit Memory Interface to a PXIe-796XR RIO module?
    Above project is from one of the example projects. I know how to add DRAM but not how to configure it as FIFO 128bit as above.
    Any guidance is appreciated.
    Solved!
    Go to Solution.

    I really have not found a way to add the DRAM 128bit fifo to the design. Adding normal DRAM and target specific FIFO's and host-target FIFO's is easy, but the special DRAM implemented as a giant FIFO I could not find how to add. And I have searched the documentation - but obviously missed the key point. I use labVIEW 2013. Any hints are appreciated.

Maybe you are looking for