header indicating the extra space

I have a header that is supposed to be high 125px. (I have a logo in the header which is very high). However, when I view the header in a browser, it extends a few pixels above and a few pixels below the logo. How can I fix it?
The header and the entire page is inside a table. The header is inside a class called .header
I tried specifying the height of the header, but this does not work, it always goes to the size he wants. I know that I'm just missing something. Can someone explain?

You can view the page at www.joshuataylordesign.com/ishiwoman/contact.html http://www.joshuataylordesign.com/ishiwoman.html

Large. I got rid of the paragraph tag, and I think it's been fixed. However, I am a little worried by the comment that flash loop in FF. I am image previewed in FF and can't see back loop. Is it perhaps an older version? If Yes, do you know how I fix this?

Tags: Dreamweaver

Similar Questions

  • Get the extra space in the table

    I use af:table for whom

    1. I use the styleclass AFStretchWidth and I put the width to 100%

    2. I'm defining the width of the columns in % (sum of the width of all columns is 100%)

    3. about the table with af:panelCollection and using AFStretchWidth styleclass.

    4. about the table and af: panelCollection with af:panelGrouplayout, the line is vertical and the styleClass is AFStretchWidth.

    And I use the same table 4 cases but I get the extra space that in rare cases. Am I missing something?

    Set columnStretching = "last" or one of the columns will disable the percentage of column widths, this means that if you set the columnStretching = "last" column width table and set = "15%" when running, the column width will be '15px '. If you want to set the column width by the percentage of the columnStretching of the table must on "multiple" as you did.

    So, if you want to set columnStretching = 'last' table, you must set the column width of pixels (width = "120").

    Your page looks ok, you set columnStretching = "multiple" and you set the columns width in percentage but try to remove the width of the table = '100% ' and test again.

  • Windows 8 is not recognizing the extra space in the hard disk resized

    I was out of the room on the virtual drive of Windows 8 in VMWare Fusion 5.02. I increased the size of the disk in the settings, but when I run Windows, he does not see the extra space. Obviously, I have to leave something out of the process. If you can help me, please let me know what I am doing wrong. Thank you!

    Have you ever increase the NTFS of Windows partition in disk management or you do not see the additional disk space

    André

  • How to remove the extra space of oracle database column

    How to remove the extra space of oracle database column. I would like to clean up the column in the database by deleting the extra space is entered by the dataentery people.

    When I run the query:
    SELECT
    ROWID, C.CODETABLE_ID, C.CODEVALUE_ID, C.DESCR, LENGTH (C.CODEVALUE_ID).
    C.OBSOLETE_DT, C.RECORDSOURCE, C.CREATED_DT,
    C.CREATEDBY, C.LASTUPDATED_DT, C.LASTUPDATEDBY
    OF CODEVALUE C
    Where LENGTH (C.CODEVALUE_ID) > 6

    the data type is varchar2 and I would get rid of the any extra blank space added to the column. in my case, if the length is greater than 6

    Hello

    user452051 wrote:
    Thanks for the reply. Why should I have this line?

    AND codevlaue_id! = TRIM (codevalue_id) - see note below
    ;

    I just changed my post when you posted this. The explanation is there now:

    Frank Kulash wrote:
    ...
    The condition "codevlaue_id!" = TRIM (codevalue_id)"does not change the results of everything, but it can make the most effective statement if there are lines where codevalue_id is on 6 characters long, but contains no additional space. It will prevent the triggers from firing and redo the data generated.

  • Remove the extra space of a long document

    Hello

    I've seen a number of find/replace and GREP formulas to do similar things. I have NO scripting language or coding experience and have worked to understand GREP.

    So I'm a little afraid to use it because I don't know what all the modifiers call (I have a few neat GREP cheatsheets print as Mike Witherell I can absorb up to get a good reference)

    I need something I can copy and paste into find/replace or dialog GREP that will do the following in less than 12 steps (we hope) without doing something as catastrophic as the removal of all my paragraph marks (which I almost did with someones GREP expression)

    1. No space before a comma, period, exclamation point, question mark, colon, semicolon
    2. A space only after any of these
    3. A space before an opening parenthesis and a space after the closing parenthesis
    4. No space before the closing parenthesis or after the opening parenthesis
    5. Remove double or extra spaces (en, em, etc.)
    6. Remove comma before parentheses
    7. Remove all white space after a paragraph mark

    I think that's it

    I found this one recently (perhaps Jongware?)

    [~ m ~ > ~ f ~ | ~ S ~ s < ~/~,~3~4%] {2.

    From my limited understanding addresses em, in, flush and hair, space nonbreaking, space figure, third space - not sure of the rest. It's really way over my head.

    I know it will be a piece of cake for you guys

    Thank you

    I was hoping Jongware would come in with something really elegant (and maybe he'll still) but in the meantime, my approach would be to start by eliminating all multiple spaces except paragraph returns and forced line breaks. This appears to do:

    Find (\s)(\p{space_separator}|\t) + and replace it with $1

    This leaves the first space and will remove the following spaces to a line or a paragraph break (and not completely tested, but I guess that other kinds of breaks) is encountered, leaving the jump line or paragraph intact.  Note that this will destroy the tables built with tabs (as opposed to the 'real' tables) with several tabs between the items, and it does not alter a single space before a line or paragraph break.

    Then I would remove the whitesapce at the ends of paragraphs, etc.:

    Find (\s)(\n|\r) and repace with $2 seems to do, and it also seems to leave several returns (I don't know if you want to delete these) and work with the other breaks as well (again, not fully tested). The \s$ and replace it with nothing more simple, removes the first return to a sequence of two-back and seems to ignore e other types of breaks completely.

    At this stage avoid any several spaces other than possibly empty paragraphs. If you want to get rid of these, you can run find/replace list script by the integrated switchis refers to the single request of return in the dropdown, find/replace.

    So now you find the opening of single and double parentheses, square brackets or braces quotes and remove space after them, if it exists:

    Find ([\[\{\(~{~[])(\s) and replace it with $1

    and finally to remove any white space before your selected punctuation and the closure of the above case:

    Find (\s)([.,;:!\)\]\}~}~]]) and replace it with $2

    The last two queries will probably also work with look-bhind for the first and to come to the second (putting classes in the expressions of the eyes) and repalcing with nothing, but I don't know which method is the most effective. The last request might also be missing a space and an apostrophe or mistakenly remove a space before a work that begins with an apostophe (again, not tested). and is ignoring straigh citations of any type, because they are ambdextrous and may want to space on each side.

    I hope that the forum does not spoil one of these phrases...

  • How to remove the extra space between two Table HTML

    Hello

    I wrote a code for printing costs. But there is more space between two Table Html, how I can remove it.

    Please run that Code

    Start

    HTP.p (')
    < html >
    (< body > ');

    HTP.p (')
    < TABLE align = "left" width = "500" cellspacing = "0" cellpadding = "0" border = "1" >
    < tr > < td align = 'right' white-space: nowrap; > Ph-2201751 < table >
    < td > < table >
    < /tr >
    < tr > < td align = "center" white-space: nowrap; > < B > < table > < /B > SATYAM MODERN PUBLIC SCHOOL
    < td > < table >
    < /tr >
    < b >
    < td align = "center" white-space: nowrap; > < i > < H3 > (AFFILIATED to THE CBSC, NEW DELHI CODE No. 53544) < / H3 > < /I > < table >
    < td > < table >
    < /tr >
    < tr > < td align = "center" white-space: nowrap; > new colony Braham, - 131001 (h) < table >
    < td > < table >
    < /tr >
    < tr > < td align = "center" white-space: nowrap; > RECEPTION COSTS < table >
    < td > < table >
    < /tr >
    < /table >
    < TABLE width = "500" cellspacing = "0" cellpadding = "0" border = "1" >
    < b >
    < td width = "100" white-space: nowrap; > receipt no.: < table >
    < td width = "100" white-space: nowrap; > Date received: < table >
    < /tr >
    < b >
    < td width = "100" white-space: nowrap; > name: < table >
    < td width = "100" white-space: nowrap; > father name: < table >
    < /tr >
    < b >
    < td width = "100" white-space: nowrap; > class & s: < table >
    < td width = "100" white-space: nowrap; > A/C No. : < table >
    < /tr >
    < b >
    < td width = "100" white-space: nowrap; > from: < table >
    < td width = "100" white-space: nowrap; > to: < table >
    < /tr >

    (< /table > ');
    HTP.p (')
    < / body >
    (< / html > ');
    end;


    Thank you

    Ed

    Hello

    HTML is valid, that your code print?

    
    

    Wouldn't be as below?

    
    

    BR, Jari

    Published by: jarola on December 18, 2009 15:22
    I test your code
    http://Apex.Oracle.com/pls/OTN/f?p=40323:25
    I can't see any extra space between the tables

  • Problem with PHP does not and in shape, that I can't get rid of the Extra space

    This is my first time doing a form, much less using php. I would appreciate your help on the following issues.

    1. in the form when you go to the site there is too much vertical space between the fields in the form.

    2. the field Message a script inside that vistors can see.

    3. the hit the button send, it redirects me to a blank page and no thankyou.html page I had created.

    4 form is not send the email to [email protected]

    Web site URL: http://stickmancustoms.com/contact.html

    <! - FORM CODE STARTS HERE - >

    <? PHP session_start();? >

    <? PHP

    If (array_key_exists ('submit', $_POST)) {}

    check the name field

    $name = trim($_POST['name']);

    If (empty ($name)) {}

    $error ['name'] = "Please enter your first name";

    }

    Else if ($name == "Please provide your first name") {}

    $error ['name'] = ";

    }

    $_SESSION ['name'] = $_POST ['name'];

    check the phone field

    $phone = trim($_POST['phone']);

    If (empty ($phone)) {}

    $error ['phone'] = 'Please enter your last name. "

    }

    else if ($phone == "Please provide your last name") {}

    $error ["phone"] = ";

    }

    $_SESSION ['phone'] = $_POST ['phone'];

    check the email field

    $email = trim($_POST['email']);

    If (empty ($email)) {}

    $error ['email'] = 'Please enter your email address ';

    }

    else if ($email = 'Please enter your email address') {}

    $error ['email'] = ";

    }

    $_SESSION ['email'] = $_POST ['email'];

    check the field of inquiry

    $message = trim($_POST['message']);

    If (empty ($message)) {}

    $error ['message'] = 'Please enter your message details. "

    }

    ElseIf ($message = "Please enter the details of your message") {}

    $error ['message'] = ";

    }

    $_SESSION ['message'] = $_POST ['message'];

    If (! empty($_POST['ufo'])) {return false ;}

    recipient

    $to = " [email protected] "; email address - set up your own email

    subject of the e-mail

    $subject = "I am interested in your services, please contact me."

    sender

    $sender = "from:". " $_POST ['email']. » \r\n » ;

    build the message

    $enquiry = "name: $name\n\n;

    $enquiry. = "Name: $phone\n\n";

    $enquiry. = "e-mail address: $email\n\n";

    $enquiry. = "message: $message\n\n";

    Send email if no form errors is

    If (! isset ($error)) {}

    mail ($ $subject, $enquiry, $sender);

    Header ("Location: thankyou.html").        Redirect page - set up your own page

    }

    }

    ? >

    CONTACT WEB PAGE CODE BELOW

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < head >

    < meta http-equiv = "auto repair, accidents, custom painting, customizing, auto repair, paint job, hot rod, motorcycle, cycle, bicycle, chopper.

    Content = "at StickMan customs we provide a personalized service with a smile. With over 20 years of experience in the auto repair and customization, you can be sure that we will meet your expectations and beyond. "/ >"

    < name meta = "google-site-verification" content = ""-41pB0MQUYT1Vbv1SId8WcU2lqEmFf0u23Sl3NY24CE "/ >"

    < title > Stickman customs < /title >

    < meta http-equiv = "Content-Type" content = text/html"; charset = iso-8859-1 "/ >"

    < link href = "smc.css" rel = "stylesheet" type = "text/css" / > "

    < style type = "text/css" >

    <!--

    a: visited {}

    color: #F4781E;

    }

    ->

    < / style >

    < / head >

    < body bgcolor = "#000000" >

    < table width = "936" height = "200" border = "0" align = "center" >

    < b >

    "< td height ="196"valign ="top"> < class p ="style1"> < a href =" index.html"target ="_self"> < a href =" index.html "target ="_self"> < img src =" images/smcbanner.jpg"width = '936' height = '194' border = '0' well ="#Map"/ > < / has >"

    < name of the map 'Map' id = 'Card' = >

    < area shape = "rect" coords = "97,7,289,190" href = "index.html" target = "_self" / > "

    < area shape = "rect" coords = "290,156,380,189" href = "about.html" target = "_self" / > "

    < area shape = "rect" coords = "396,159,550,190" href = "repair.html" target = "_self" / > "

    < area shape = "rect" coords = "561,159,619,190" href = "cars.html" target = "_self" / > "

    < area shape = "rect" coords = "627,159,703,188" href = "cycles.html" target = "_self" / > "

    < area shape = "rect" coords = "711,160,885,190" href = "projects.html' target ="_self"/ >"

    < area shape = "rect" coords = "734,23,917,78" href = "contact.html" target = "_self" / > "

    < area shape = "rect" coords = "786,175,787,176" href = "#" / >

    < / map >

    < /p >

    < table width = "936" border = "0" align = "center" cellpadding = "5" cellspacing = "5" >

    < b >

    < td width = "512" height = "450" valign = "top" > < class p = "Headers" > < img src = "images/car1.jpg" width = "432" height = "432" / > < / p > < table > "

    < td width = "389" height = "450" valign = "top" > < form id = "enquiryForm" name = "enquiryForm" method = "post" action = "contact.php" >

    < h1 > < span class = "BodyBold" > contact us </span > < / h1 >

    < h1 > < span class = "BodyCopy" > * required information </span > < / h1 >

    < h1 > < span class = "BodyBold" >

    < label for 'Name' = > name * < / label >

    </span >

    < input type = "text" name = "name" id = 'name' <? PHP if (isset ($error ['first_name'])) echo "style =' border: 1px #C00 solid;" color: #C00; "« ; ? > value = "<?" PHP if (isset ($name)) {echo $name ;}? > <? PHP if (isset ($error ['first_name'])) echo $error ['name'];? "" > "onfocus ="this.value ="" / >

    < / h1 >

    < p >

    < label for = 'Name' class = "BodyBold" > phone * < / label >

    < input type = "text" name = "Phone" id = 'phone' <? PHP if (isset ($error ['phone'])) echo "style =' border: 1px solid #C00;" color: #C00; "« ; ? > value = "<?" PHP if (isset ($phone)) {echo $phone ;}? > <? PHP if (isset ($error ['phone'])) echo $error ['phone'];? "" > "onfocus ="this.value ="" / >

    < p >

    < label for class = "email" = "BodyBold" > Email * < / label >

    < input type = "text" name = "email" id = "email" <? PHP if (isset ($error ['email'])) echo "style =' border: 1px solid #C00;" color: #C00; "« ; ? > value = "<?" PHP if (isset ($email)) {echo $email ;}? > <? PHP if (isset ($error ['email'])) echo $error ['email'];? "" > "onfocus ="this.value ="" / >

    < style p = "" padding-bottom: 0; ">"

    < label for the category 'investigation' == 'BodyBold' > Message * < / label >

    < br / >

    < textarea name = "message" id = 'message' <? PHP if (isset ($error ['message'])) echo "style =" border: 1px solid #C00; "» color: #C00; "« ; ? > onfocus = "' this.value =" "> <?" If (isset ($message)) {echo $message ;} php? > <? PHP if (isset ($error ['message'])) echo $error ['message'];? >

    < / textarea >

    < /p >

    < p >

    < input type = "text" name = "ufo" style = "" display: none; "/ >"

    < input type = "submit" id = "submitButton" name = "submit" value = "Submit" / >

    < /p >

    < / form > < table >

    < /tr >

    < / table > < table >

    < /tr >

    < /table >

    < table width = "936" border = "0" align = "center" cellpadding = "0" cellspacing = "0" >

    < b >

    < td > < div align = "center" >

    < div align = "center" class = "bottomlinks" >

    < p > < a href = "about.html" target = "_self" > < br / > "

    About us < img src = "images/space.jpg" alt = "s" width = "18" height = "7" border = "0" / > < /a > | " "" < a href = "index.html" target = "_self" > < img src = "images/space.jpg" alt = "s" width = "18" height = "7" border = "0" / > < /a > < a href = "repair.html" target = "_self" > ACCIDENT REPAIR < /a > < a href = "index.html" target = "_self" > < img src = "images/space.jpg" alt = "s" width = "18" height = "7" border = "0" / > < / has > | " "" < a href = "index.html" target = "_self" > < img src = "images/space.jpg" alt = "s" width = "18" height = "7" border = "0" / > < /a > < a href = "cars.html" target = "_self" > CARS < /a > < a href = "index.html" target = "_self" > < img src = "images/space.jpg" alt = "s" width = "18" height = "7" border = "0" / > < / has > | " "" < a href = "index.html" target = "_self" > < img src = "images/space.jpg" alt = "s" width = "18" height = "7" border = "0" / > < /a > < a href = "cycles.html" target = "_self" > CYCLES < /a > < a href = "index.html" target = "_self" > < img src = "images/space.jpg" alt = "s" width = "18" height = "7" border = "0" / > < / has > | " "< a href =" index.html"target ="_self"> < img src =" images/space.jpg "alt ="s"width ="18"height ="7"border ="0"/ > < /a > < a href =" projects.html' target = "_self" > SPECIAL PROJECTS < /a > < /p > "

    < class p = "Address_Text" > StickMan customs < br / >

    800 Rd Mooresville, Kannapolis, NC 28081 < br / >

    704.699.5110 < /p >

    < / div >

    < class p = "style74" > < span class = "atb_text" > Designed & amp; Hosted by </span > < br / >

    " < a href =" http://www.abovethebarrdesign.com " " target = "_self" > < img src = "images/atbd.jpg" alt = "1" width = "155" height = "77" border = "0" / > < /a > < br / >

    < /p >

    < / div > < table >

    < /tr >

    < /table >

    < / body >

    < / html >

    <!-text below generated by server. Please REMOVE-->

    <!-code counter/statistics-> data collection

    " < script language ="JavaScript"src =" http://us.js2.yimg.com/us.js.yimg.com/lib/SMB/js/hosting/CP/js_source/whv2_001.js "type =" text/javascript"> < / script > "

    < script language = "JavaScript" type = "text/javascript" > geovisit(); < /script >

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < noscript >

    " < img src = ' http://visit.webhosting.Yahoo.com/visit.gif?us1262644054 "alt ="setstats"border ="0"width ="1"height ="1"/ > "

    < / noscript >

    < / html >

    LannBarr wrote:

    It is a response to these two David & Osgood,

    If (! isset ($error)) {}

    mail ($ $subject, $enquiry, $sender);

    Header ("Location: http://www.stickmancustoms.com/thankyou.html");  Redirect page - set up your own page

    }

    }

    ?>

    Change the bit above the code php as below:

    If (! isset ($error)) {}

    mail ($ $subject, $enquiry, $sender);

    echo ' ';

    }

    }

    ?>

  • How can I get rid of the extra space or padding?

    I've never had this happen and I built two sites, but I seem to have a lot of filling or space at the bottom of my site.

    Is it possible to shorten this space?

    I can't make it work in my master page.

    www.nelsonmay.com

    Thank you

    Hello

    Can you check file > Site Properties.

    And change the inner margin of here if it helps.

    Thank you.

  • extra space strikes next to the address of the Web site

    I had just updated my Firefox to the latest version (29.0.1), and it restarted, as soon as I noticed hits extra space next to the space where you type the address of the site. The extra space seems to be the lock with the address, because I can't move the extra space when you try to customize the toolbar (like how you can't move the address). I would try the "restore default" Customize, and does not remove the space. The extra space is not the search bar, and does not seem to use the extra space, so I wonder what's the point really? or if it's a random bug?

    Thank you!

    How do you move the search bar as it seems that Firefox continues to see her here and reserve space.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • HOW to get rid of the Extra/empty space above text

    Jesus, please, someone help me out here.

    Type a letter or number. Make you jump, 300 pts, 400 points. Then you realize the letter is drifting upwards or downwards (according to the letter... *?) and as it does, it starts to cut themselves off from any side of the box of climax, it's in. Of course, you take a corner of the box and expand, letter is now fully visible. BUT you start to expand again and to make a long story... I have a letter that is as large as the page (what I want), but he has so much space empty empty above it (in his invisible text box) the extra space makes up a third of another page.

    I changed everything to implement. There is no exponent, without Subs. I've aligned it upward, down, removed this stupid apple from 5 places default indentation, I can't believe I missed something. Any body can help? Three days goes on it and still nothing.

    Area "highlight"?

    All type has the space above and below. Type is sitting on a comic strip by the typesetter to greet the characters larger and longer and provide a margin between the lines.

    You can start by selecting the text and by changing alignment upward, line spacing on "Exactly", and reducing as much as possible, probably something close to the size of actual police, but you will always have a space above and below.

    Peter

  • [JS] Hide extra space in the dynamic Script UI

    When the hide/show sections, I get more space that I don't want. I was not able to understand how to remove extra space.

    There is a post at http://forums.adobe.com/message/3708111 where I have adapted the following simple example. When the section that alternate you power is hidden, you will see there is more space between the text of the first and the second static. There should be less space (as seen between the second and third static text). Any ideas on how to avoid the extra space?

    Thanks in advance.

    Dan

    var NULL_SIZE = [0,0],
         MAX_SIZE = [1000,1000];
    
    var u,
         w = new Window('dialog', 'test'),
         p = w.add('panel'),
         s1 = p.add('statictext', u, "This is a static text"),
         // collapsible group
         g = p.add('group'),
         e = g.add('edittext', u, "Edit your text..."),
         r = g.add('checkbox', u, "Blablablabla"),
         // ---
         s2 = p.add('statictext', u, "This is more static text"),
         s3 = p.add('statictext', u, "This is another static text"),
         b = w.add('button', u, 'Toggle');
    
    g.orientation = 'column';
    
    // Initial state : hidden
    // ---
    g.visible = false;
    g.maximumSize = NULL_SIZE;
    
    // Toggles container's visibility
    // ---
    b.onClick = function()
    {
         g.maximumSize = (g.visible ^=1) ? MAX_SIZE : NULL_SIZE;
         w.layout.layout(true);
    };
    
    w.show();
    
    

    Hi Dan,.

    Maybe you should reset the spacing of g1and work with margins of the subgroups:

    // [...]
    
    p.spacing = 10;
    g1.spacing = 0; // no spacing
    
    var GP_MARGINS = [0,4,0,4]; // left, top, right, bottom
    
    subgroup1.margins = GP_MARGINS;
    subgroup2.margins = GP_MARGINS;
    subgroup3.margins = GP_MARGINS;
    
    // Initial state : hidden
    // ---
    subgroup2.visible = false;
    subgroup2.maximumSize = NULL_SIZE;
    
    // Toggles container's visibility
    // ---
    b.onClick = function()
    {
         subgroup2.maximumSize = (subgroup2.visible ^=1) ? MAX_SIZE : NULL_SIZE;
         w.layout.layout(true);
    };
    
    w.show();
    

    @+

    Marc

  • DW still adding extra spaces to the code

    I feel always the question of the DW by inserting extra spaces between each of my lines of code when I get the file from the server.  I put the file with a normal spacing, then I get the same file and it comes with extra spaces.  It's driving me crazy!  I have to re - format each page whenever I have catch the server!  It happens with DW CS3, and a friend told this to happen with DW CS4.  Is there a setting that controls DW of NO change or re-formatting of the files when I get them from the server?  Help, please!

    Try:

    http://www.techiebubble.com/software/how-to-remove-the-extra-spaces-that-appear-in-dreamwe aver.

  • Why extra space after a title h3 on the page?

    I'm kinda a beginner and I'm working on a webpage for a lady. She wants me to remove the extra space under the title and I put it as an h3 tag. The title is at the top, "eMarketing - standing in the In-Box"... and then there's this big space underneath. "." Why? I have the title defined as h3 and the rest in the form of paragraph. This is a table the h3 tag on one line, and immediately the next row is the paragraph tag. How can I remove this extra space to display the content under the title?

    My test of this page site is to:

    http://www.dazzlewebstudio.com/testing/Falkenstein/special/index_NEW.html

    Help, please.
    CK

    Thank you! That's all! I put a margin of 5 pixels on the h3 tag down.
    Appreciate the help.

    CK

  • How can I get rid of extra space?

    How can I get rid of the extra space at the bottom of this page? www.untoldhorror.com/releases.html
    I have my header and down, then to have cells that expand when I add text on the right and left, how can I get down to return to the top after I pshed it down with the text.
    Thank you

    You have two paragraphs blank in your code in lines 67 and 68.

     


     

  • How to remove extra spaces

    Hello

    How can I remove the extra spaces from a string.

    with t as 
    (select 'Abc      DEF   hig     ' str from dual)
    select * from t;
    

    The query above returns

    ABC DEF hig

    I want that output voltage

    ABC DEF hig.

    Basically, I want to do an update on a table column. How can I write the update statement to delete extra spaces in a column.

    update t
    set str = trim(regexp_replace(str, ' {2,}', ' '))
    where ...
    

Maybe you are looking for