HTML 5 : 3 column template italic text

I created a page with the built in template labeled html 5: 3 column, fixed header and footer. Text in the footer with in the Address tag is italicized. How is that done? I can't find any css that makes this text italicized.
Using DW cs6.

The built in template creates this code:
    <address>
      Address Content
    </address>
any anything w/ in <address> is displayed as italics by IE9 and Chrome. Seems to be an old standard.

Similar Messages

  • In the Pages Program template on the 4 column page a text is wrapped around a violinist photo How do I prepare the photo for a similar result

    In the Pages Program template on the 4 column page a text is wrapped around a violinist.
    How do I have to prepare the photo to have a similar result.
    Thanks

    You need to have an image with a more or less even background or at least contrasting to the main part.
    Menu > Format > Instant Alpha > run the cursor over the parts you want to eliminate
    With the image selected > Inspector > Wrap > check Image causes wrap > click on 2nd icon > Text Fit > 2nd icon
    Play with Extra Space and Alpha to get what you want.
    Peter

  • Html tags removed when #COLUMN_HEADER# is used in column template

    Hi all,
    I'm using APEX 4.0.2, theme 2 Builder Blue.
    I am trying to add html tags to dynamically generated column headings of a dynamic SQL Report.
    When using a standard report template, the headings contain the html tags. However when I want to use one of the vertical lay-outs all html tags are removed. After some research I found out that when the substitution string #COLUMN_HEADER# is used within the column headings part of the template, the html tags are being preserved. They are removed however when the #COLUMN_HEADER# substitution string is used in the column templates part of the template.
    This is easily testable by using for instance "return htf.bold ('COL01')" as dynamic column header.
    Is this a bug or am I overlooking something? Is there another solution maybe to preserve html tags in the column heading?
    Cheers, Erik

    webdynpro appears to use XHTML instead of HTML so the syntax is a bit more limitted and more picky.
    this link explains the difference between the two syntaxes:
    http://reference.sitepoint.com/html/html-xhtml-syntax
    you can test your tags in this validator tool
    http://validator.w3.org
    solved?  have a good week, and holidays.

  • How do I enable bold/italic text formatting in blog module on website?

    For some reason I can't figure out how to enable more text formatting options on our blog. We used the blog module on a muse template. I customized the module to apply fonts we used on our website. The main text on the blog is Lato.
    Link to blog: Coupar Consulting
    When we go in to write a post you can use the bold/italics options and it shows up in the edit window as shown in the screenshot below:
    The font is not correct, but because I set the font in the module to use Lato it does show as lato when you publish, see preview below (notice no bold or italic text):
    What am I missing??
    Thanks in advance!!

    Use your browsers console and inspect tool. This stuff becomes very easy.
    address,caption,cite,code,dfn,em,strong,th,var,optgroup
      font-style: inherit;
      font-weight: inherit;
    Line 34 ish in - http://www.couparconsulting.com/css/site_global.css?3869595648
    This overides the font bold style on strong.

  • Report Template, Column Template, Column Template Condition

    I have a template, Standard Revenue from Standard, I have cloned for a Classic report.
    Application ###>Shared Componets>Templates>Edit Report Template
    Column Template 1 looks like:
    <td#ALIGNMENT# headers="#COLUMN_HEADER_NAME#" class="t1data_revenue">#COLUMN_VALUE#</td>
    I have set Column Template 1 Condition to:
    "Use based on PL/SQL expresiion"
    I have tried several expression in "Column Template 1 Expression" - last one is:
    case
    when #COLNUM# <= 2 then false
    when #COLUMN_VALUE# < 0 then true
    else false
    end case;
    I am trying to use the value in "Column Template 2" when to value of the #COLUMN_VALUE# < 0
    where "Column Template 2" is :
    <td#ALIGNMENT# headers="#COLUMN_HEADER_NAME#" class="t1data_revenue_negative">#COLUMN_VALUE#</td>
    I get the following error when I run the page:
    ORA-01403: no data found
    and
    ERR-1025 Error processing PLSQL expression. case when #COLNUM# <= 2 then false when #COLUMN_VALUE# < 0 then true else false end case;
    Any help will be appreciated.
    thank you,
    jwm

    Hi,
    That's actually easier. See: [http://apex.oracle.com/pls/otn/f?p=267:60]
    The SQL for both reports is:
    SELECT EMPNO, ENAME, NVL(SAL,0) SAL, NVL(COMM,0) COMM
    FROM EMP
    ORDER BY EMPNOThe SAL and COMM columns have been formatted using:
    999G999G999G999G990D00For the Row Template, the Row Template 1 setting contains an empty space (you have to have something in there otherwise Apex adds back in a default row containing five cells!). The condition for this is:
    TO_NUMBER('#COMM#','999G999G999G999G990D00') < 100The template will see the data as a string, so we use the same number format to convert that string back into a number and compare this to 100. If we didn't use formatting on the numbers and we are sure that every row contained a number (hence the use of NVL()), then you could use:
    #COMM# < 100Row Template 2 contains the format for the rows that need displaying:
    &lt;tr&gt;
    &lt;td class="t18Data"&gt;#1#&lt;/td&gt;
    &lt;td class="t18Data"&gt;#2#&lt;/td&gt;
    &lt;td class="t18Data" style="text-align:right"&gt;#3#&lt;/td&gt;
    &lt;td class="t18Data" style="text-align:right"&gt;#4#&lt;/td&gt;
    &lt;/tr&gt;and is unconditional.
    The only other settings on the Row Template are the Before Rows:
    &lt;table class="t18Standard" style="border-collapse:collapse; border:1px solid black;"&gt;
    &lt;tr&gt;
      &lt;th class="t18ReportHeader"&gt;Empno&lt;/th&gt;
      &lt;th class="t18ReportHeader"&gt;Ename&lt;/th&gt;
      &lt;th class="t18ReportHeader" style="text-align:right"&gt;Sal&lt;/th&gt;
      &lt;th class="t18ReportHeader" style="text-align:right"&gt;Comm&lt;/th&gt;
    &lt;/tr&gt;and After Rows:
    &lt;/table&gt;Of course, you will note that the record counters at the bottom still show the number of records in both reports - as the SQL still outputs the same data, this doesn't change.
    Andy

  • I also have a .csv file with the name of a jpeg in one column and a text description of each jpeg in a second column. Is there a way to automatically insert one jpeg (photo) and its corresponding text, each pair on one page, into a Indesign document?

    I also have a .csv file with the name of a jpeg in one column and a text description of each jpeg in a second column. Is there a way to automatically insert one jpeg (photo) and its corresponding text, each pair on one page, into a Indesign document?

    I would also recommend to write the description into the meta data. This would allow to place a text frame above the image and it is possible to add meta information and file name automatically together with the image, when you place it or even in a prepared template.
    Meta data information can be written easily in Bridge in the Meta File Workspace.

  • How do i change the number of columns within a text box?  I need to go from three columns to one.

    How do I change the number of columns within a text box?  I need to go from 3 columns to 1.  The insert column is highlighted and column break does not work for this.

    Pages '09 does not seem to allow layout breaks in Textboxes.
    Pages 5.2 has the same limitation.
    Use multiple linked Textboxes in Pages '09 to get the layout you want or create your layout in a Word Processing template in the document layer.
    Peter

  • When printing form using Adobe Acrobat X, I get squares over my italic text

    Hi,
    I have created an Adobe Form using Adobe Acrobat XI Pro and just printed it to check whether this works and the following occured:
    - When printing my 14 page document using adobe reader everything looked great
    - When printing my 14 page document using adobe prof X (not XI !) the italic text had some (non filled, seethrough) squares throughout it. The squares are not constant (5-15 squares per sentence) and I cannot recognize a pattern. However, they appear each time I print the entire document.
    - When printing only one page of the document (that has italic text on it) it prints fine with either the free adobe reader or adobe pro X.
    Font is Verdana,Italic. Size is 8,27 pt. Data is sometimes embedded (I did not use this feature and have no idea what is means). I always use Windows. Right now windows 7 to be exact.
    One more thing: as you can see above the file was created using adobe XI. However, my company uses adobe pro X and therefore the document had to be printable using adobe pro X.
    Can someone please help me? I have put a lot of time in the design of this form and not being able to print it correctly is a real dealbreaker for using it which would mean my efforts were wasted.
    I added an example to clearify:
    Best,
    Linda

    This is all I can find in KB:
    http://kb2.adobe.com/cps/877/cpsid_87775.html#main_Known_issues_on_Windows_
    I downloaded MS hotfix and the issue still persists.
    We have to identify if this is an adobe issue or a microsoft issue.

  • Replace HTML tags within column values

    Hi Gurus,
    I have a requirement where I have some text which has HTML tags inserted within it and I need to insert either Presentation variable or a GO URL replacing that tag. Problem is that this text is value of a column from table. It is not something which I type( because the text can change dynamically). e.g
    Column header:  Main Text
    Row1:            <<COMPANY_NAME>>
    Row2:           As of <<AF_OF_DATE>>
    instead of <<COMPANY_NAME>> and <<AS_OF_DATE>>, I need to insert amounts from another table which have this unique tags and associated amounts. Can this be done?
    I have to these columns in different places throughout the report in narrative views. e.g
    1st narrative view will have only column 1 and row 1 and row 2.. 2nd narrative view will have only column 3 and row1...
    This is really really important part of a report. So please help me out with ideas.
    Thanks,
    Dan

    I tried calling the column in a narrative view and the result looks like :
    As of <<AS_OF_DATE>>. how can I replace "<<AS_OF_DATE>>" with a value?

  • [JS] (CS2) How do you insert pseudo tags around italic text

    I need to find all the italic text strings wherever they occur (tables, headers, footers etc) in an InDesign CS2 document and insert a pseudo-xml tag before and after each string (something like
    before and <\I> after.)
    I'm positive this must be possible but my limited experience has failed me so far.
    Can anyone point me in the right direction please.
    TIA
    Doug Neale

    With many thanks to the experts, I managed to sort out the table slant problem. For the benefit of all our many readers, here is the complete solution tested with a multi page document hosting all sorts of text and tables. It's quite long because I believe in plenty of comments.
    // make sure we have at least one document open
    if (app.documents.length == 0) {
    // warn operator and exit immediately
    alert("There are no open documents.");
    exit();
    // OK if we get here, we have an open doc
    myDoc = app.activeDocument;
    // set up start and end tags
    startTag = "#.";// should really be "
    endTag = "#:";// should really be "<\i>"
    slantTagCount = 0;// initialise our two counters
    italicTagCount = 0;
    // If we are going to search/change something, we use preferences
    // So, the first thing we have to do is clear them out;
    // they're application level properties; see pages 567 and 568:
    app.findPreferences = null;
    app.changePreferences = null;
    // use the search() method to search entire document for italic fonts
    myFinds = myDoc.search('', false, false, undefined, {fontStyle : 'Italic'});
    if (myFinds.length != 0) {
    // myFinds will consist of an array of references into the text of the doc
    // each reference pointing to a run offset
    // run the loop backwards so that if we make any changes to the text runs
    // it won't affect the array of references.
    // now add the italic tags
    for (var j = myFinds.length-1;j>=0;j--){
    // at each italic text run we want to insert
    // a pseudo xml tag at beginning and end
    // Adding the tags is this simple (end tag first):
    myFinds[j].insertionPoints.item(-1).contents = endTag;
    myFinds[j].insertionPoints.item(0).contents = startTag;
    italicTagCount++;
    // as the italic effect can also be achieved by applying a slant to each character
    // we need to check the whole document again, but this time we do it story by story
    // Finding slanted text--when text.skew is not zero, text has been slanted.
    // Unfortunately, what you want to look for is cases where this value is NOT zero,
    // and even InDesign's grep search can't find that (it can apply NOT to character classes,
    // but not to formatting attributes)--or, at least, I can't figure out how to do it.
    // So you have to "roll your own." Something like this:
    myStories = myDoc.stories;
    for (var jj = myStories.length-1; jj >= 0; jj--) {
    // loop through all the stories in the document
    myStory = myStories[jj];
    //Given a story "myStory"...
    for(var myCounter = myStory.textStyleRanges.length -1; myCounter >= 0; myCounter --){
    if(myStory.textStyleRanges.item(myCounter).skew != 0){
    //Found some slanted text.
    myStory.textStyleRanges.item(myCounter).insertionPoints.item(-1).contents = endTag;
    myStory.textStyleRanges.item(myCounter).insertionPoints.item(0).contents = startTag;
    slantTagCount++;
    // the above procedure does all the italic content in tables as well as ordinary text boxes
    // but only does skewed (slanted) text in ordinary text boxes.
    // We need to tackle skewed text in tables separately.
    for (var i = myStories.length - 1; i >= 0; i--) {
    // go through every story
    for (var j = myStories[i].tables.length - 1;j >= 0; j--) {
    // go through every table in this story
    for (var k = myStories[i].tables[j].columns.length - 1; k >= 0; k--) {
    // go through every column in this table
    for (var m = myStories[i].tables[j].rows.length - 1; m >= 0; m--) {
    // go through every row in this column to look at each cell
    myCell = myStories[i].tables[j].columns[k].cells[m];
    // introduce another variable to make next bit more readable
    myCellStyle = myCell.textStyleRanges;
    if (myCellStyle.length !=0) {
    // go through all the text ranges in this cell
    for (var myCounter = myCellStyle.length - 1; myCounter >= 0; myCounter --) {
    // check each range item for skew
    if (myCellStyle.item(myCounter).skew != 0) {
    // found some slanted text so tag it
    myCellStyle.item(myCounter).insertionPoints.item(-1).contents = endTag;
    myCellStyle.item(myCounter).insertionPoints.item(0).contents = startTag;
    slantTagCount++;
    // tell operator what we did, note that document appearance not updated until
    // alert has been acknowledged by operator.
    alert ("Italic Tag Count = "+italicTagCount+"\nSlant Tag Count = "+slantTagCount);
    Regards,
    Doug Neale

  • Column Template conditions foiled by a single quote

    I am using a generic column template and have a few pl/sql conditions to shade different rows like so:
    '#1'  like '%Total%'This worked fine until an employee's name appeared in the first column with a single quote in his last name (like O'Brien). Well apparently Apex literally takes whatever is in the field and just shoves it in between the single quotes because the single quote is terminating the string as if you were doing this in sql instead of making it a bind variable:
    'O'BRIEN' like '%Total%'Which results in this friendly message to the users:
    ORA-06550: line 1, column 65: PLS-00103: Encountered the symbol "BRIEN" when expecting one of the following: ) , * & | = - + < / > at in is mod remainder not rem => ..  <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_ LIKEC_ as between from using || multiset member SUBMULTISET_
         Error      ERR-1025 Error processing PLSQL expression. 'O'BRIEN, JOHN P ' like '%Total%' Can someone from the Apex team confirm that this is the issue? I know I could do a replace on the single quote in my sql, but can't figure out how to escape the '#1#' properly so I don't have to do a replace. I also don't really want to use the Carl Backstrom approach of having to code in a class into the sql when these templates work for 99% of what I need to do.
    Any ideas?

    Dude you rock! I tried about 6 different combos of the q function before I got frustrated and posted. I had too many quotes in mine I guess but that works perfectly.
    Thanks again!

  • Passing #COLUMN_VALUE# as parameter to pl/sql function in column template

    Hi all,
    I want to color negative amounts in red in sql report using column template.
    I created a pl/sql function"isNegativeNum" which returns 1 or -1.
    create or replace function isNegativeNum(p_column_value varchar2) return number
    as
    l_dummy number;
    begin
          l_dummy := to_number(p_column_value,'999G999G990D00PR');
          IF l_dummy < 0
             THEN
                RETURN 1;
          else
                return -1;
          END IF;
    exception
    when others then
       RETURN -1;
    end;Below is column template.
    Column Template 1
    <td class="t3dataalt" #ALIGNMENT#><p color=red>#COLUMN_VALUE#</p></td>Column Template 1 Condition
    isNegativeNum('#COLUMN_VALUE#') = -1The issue is #COLUMN_VALUE# value is not being passed to the function, Insert statement in function reveals p_column_value as a string "#COLUMN_VALUE#". When I try without quotes like isNegativeNum(#COLUMN_VALUE#) = -1, I get below error.
    ORA-06550: line 1, column 48: PLS-00103: Encountered the symbol "#" when expecting one of the following: ( ) - + case mod new not null others select table avg count current exists max min prior sql stddev sum variance execute multiset the both leading trailing forall merge year month DAY_ hour minute second timezone_hour timezone_minute timezone_region timezone_abbr time timestamp interval date
         Error      ERR-1025 Error processing PLSQL expression. isNegativeNum(#COLUMN_VALUE#) = 1
    Any help is appreciated.
    Kishore

    Hi Kishore,
    using #COLUMN_VALUE# would probably not make much sense, because normally a report has multiple columns and not just the numeric column which you want to verify if it's negative. But APEX will fire the template condition for each column, because the report template is a column cell template.
    What you can do to make it more generic is to use for example
    #CHECK_AMOUNT#
    in the template and provide a not displayed column in your SQL statement which contains your value which is named CHECK_AMOUNT. For example:
    SELECT NAME
         , BALANCE
         , BALANCE AS CHECK_AMOUNT
    FROM XXX;Because this CHECK_AMOUNT column would be a generic name, you can use this template in all your reports as long as you provide this column.
    Thope that helps
    Patrick

  • How to get summary columns in delimited text file

    How to get summary columns in delimited text file
    I am trying to generate a delimited text file output with delimited_hdr = no.The report is a Group above report with summary columns at the bottom.In the text file the headers are not getting repeated & thats ok.The problem is the summary data is getting repeated for each row of data.Is there a way where i will get all the data & summary data will get displayed only once.I have to import the delimited text file in excel spreadsheet.

    Sorry there were a typos :
    When I used desformat=DELIMITEDDATA with desttype=FILE, I get error "unknown printer driver DELIMITEDDATA". When you look for help, DELIMITED is not even listed as one of the values for DESTFORMAT. But if you scroll down and look for DELIMITER it says , this works only in conjuction with DESTFORMAT=DELIMITED !!!!!!??!! This is in 9i.
    Has this thing worked for anybody ? Can anyone please tell if they were able to suppress the sumary columns or the parent columns of a master-detail data for that matter ?

  • #COLNUM# #COLUMN_VALUE# in column Template Condition

    Hi,
    Is it a limitation to use #COLNUM# #COLUMN_VALUE# in column Template Condition?
    I specify a column template condition #COLNUM#=3 in the column template condition, but the error
    "ERR-1025 Error Processing PLSQL expression #COLNUM#=3" prompt.
    Is that a limitation?
    Thanks

    Hi,
    I can use column name in template column condition with no problem, but I want to apply the condition to few fixed columns(more than 10 columns),
    I know I can do something in the SQL query of the report, but it will be too tedious.
    If only the #COLNUM# etc is usable in template column condition, it will save a lot of job.
    Anyone know the reason #COLNUM# not usable in template column condition?
    Thanks

  • Problem with italic text when saving a pse-project to pdf

    We work with Photoshop Elements 6 and Photoshop Elements 7
    When we save a pse-project (multiple psd-pages) to pdf and use italic text then the letters of the text is disordered in line.
    I have attached a file with two textlayers. In the first layer i've set the word "italic" to italic and the hole layer is bad. The second layer without italic text is good.
    With normal PSD files saved into PDF we have no problems.
    Does anybody knows a work around/patch or know anyone if this only a problem in these old versions?

    Actually any export of PDF page content to another file formate (Word, Excel, PowerPoint) will need touch up / clean up in the native application 99 44/100 ths of the time.
    While a well-formed Tagged PDF (e.g., ISO 14289-1, PDF/UA-1 compliant) can export to Word and call for little to no touch up / clean up PowerPoint is something else.
    In the example the background color, text size, color and postion are well within the ball park. To "fine tune" would (of course) call for post-processing.
    Be well...

Maybe you are looking for

  • Apple tv lag and disconnecting from macbook pro

    I have an apple TV connected to the projector in my room. I connect my macbook pro to the apple tv wirelessly (obviously). There is an airport in the hallway (maybe 20 yards from me), and I am on a network. I have videos downloaded from the internet

  • Inline and floating locked in portrait view

    My photo book was rejected today because it's not viewable in portrait format.  My intention was to have the book ONLY be viewable in landscape format and that it's more than obvious that you need to turn the pad to landscape to view it–the thing is

  • RWD error during Configuration of RWD Server: Object Required webservice.js

    We are in the process of Configuring the Server - after installing the Autonomy IDOL/DISH and the RWD Server. We get to the point of entering Company Name - and Product Key, as soon as we click on SAVE we get the error message Object Required        

  • Web service call and page fowarding

    I just started with HTML DB. I have a customer that requires the use of HTML DB for there standard look and feel, since they are using it for other applications. I need to use HTML DB to create a front end that is backed by either EJBs or Web service

  • How to remove a podcast not in the US Store.

    I submitted a podcast of my fathers a number of weeks ago, but it never showed up in the directory. It says it is not availible in the US store. I believe it is to do with the use of copyrighted music. He is no longer using the copyrighted music and