Helps the creation of a continuous horizontal line < hr >

Well, this should be a real easy. Should be...

Thus,.

I'm trying to create a horizontal line in Dreamweaver.

So I added < hr > - here's my code:

< hr style = height: 1px; COLOR = "#A2CAE0" >

Here's what it looks like on the page:

http://www.rerdownloads.com/?page_id=2245

The line that I did then is second, under the alphabet. The problem is that I want it to look as the other lines - really thin. BUT... I can't. I tried to copy the same code as the other lines without success. And I've tried about 30 different code combinations. AM very frustrated, I can't even do a simple thing like this on my own so I humbly request assistance here.

It would make my day if someone could help me. Thank you

Or, to get rid of the

Tags: Dreamweaver

Similar Questions

  • Requried helps the creation of function

    Hi all

    I need assistance to create feature my input parameters for this function will be 1 or 1,2 1,2,3

    my output should be

    If I pass 1 as an input parameter, it should return 1
    If I spend 1, 2 as input parameter it should return 1.2 in different lines
    Even if I switch 1,2,3 as an input parameter it should return 1,2,3 in different lines.

    Can someone help me please in the creation of this function.

    Thanks in advance.

    Published by: p78 on January 16, 2012 03:31

    Published by: p78 on January 16, 2012 03:31

    Hello

    It will be something like that. You must first type to return lines (use another number, for example data type if you must):

    CREATE OR REPLACE TYPE t_list AS TABLE OF VARCHAR2 (4000);
    /
    

    Then, the function will be a pipeline function:

    CREATE OR REPLACE FUNCTION in_list (p_list  IN  VARCHAR2)
      RETURN t_list PIPELINED
    AS
      l_text  VARCHAR2(32767) := p_list || ',';
      l_idx   NUMBER;
    BEGIN
      LOOP
        l_idx := INSTR(l_text, ',');
        EXIT WHEN NVL(l_idx, 0) = 0;
        PIPE ROW (TRIM(SUBSTR(l_text, 1, l_idx - 1)));
        l_text := SUBSTR(l_text, l_idx + 1);
      END LOOP;
    
      RETURN;
    END;
    /
    

    now, you can query (or whatever the needs):

    select * from table(in_list('aa','bb'));
    

    Herald tiomela
    http://htendam.WordPress.com

  • Helps the creation of a custom component.

    Hello. I created a very simple custom component called myComp. It's a simple canvas 100 pixels x 100 Basic with a component of Image control.
    < mx:Canvas >
    < mx:Image id = "image1" >
    < / mx:Canvas >

    After the instantiation of the component in Main.mxml for example. var pic1:myComp = new myComp(); I'm having a problem setting the source property of the Image element.

    "image1" is the id of the mx:Image in the custom compoenent, then I tried pic1.image1.source = ' assets/ball.jpg' but I get a runtime error ' Error #1009: cannot access a property or method of a null object reference.

    Don't really know what I'm doing wrong.

    Any help please!


    In your custom component, try adding a public var bindable that contains the path to your image. In addition, the value the image.source this var.
    In your main application, set the var within the tags in the custom component. Since this is a public var, it will appear in the indication of the code. You can also now change the var of the image of the main application whenever you like using ActionScript code.

  • Helps the creation of a simple fade in/out slide show

    I have Flash MX (not pro). I just want to have a cover page at about 5 or 6 pictures that fade in and out on a loop of rotation. I know it must be simple, basic stuff - but can someone point me in the right direction (total newbie obviously).

    I found a good tutorial here:

    http://journalism.Berkeley.edu/Multimedia/Tutorials/Flash/slideshow.html

  • Preview of the scanned image is good but once saved image is black with horizontal lines

    My OS is: OSX 10.9.3

    I have a HP Photosmart Premium series - C309g all-in-one machine. This machine worked well.

    Print is good.

    Copy is good.

    But now I have some analysis of the issues, probably due to an update of the OS.

    Problem: Preview of the scanned image is good, but what saving image--> the image is black with horizontal lines.

    I rumaged through the forums and you have not yet found a solution to my specific machine.

    Any help would be greatly appreciated.

    Thank you!

    Hello

    Scan using the software provided as Capture of Image or preview.

    The application of scanning HP for your printer is not available to 10.9, you use incompatible software.

    Follow these steps to get the results of the analysis required:

    http://support.HP.com/us-en/document/c04028214

    Shlomi

  • Borders and the vertical and horizontal lines

    Hi guys,.

    I'm new to InDesign and I am trying to create the below, but I'm having difficulties.

    How can I create the border and vertical and horizontal lines as shown in the picture? I wan't to make a model of these so that I can easily modify the title and the text and keep the same formatting.

    Thank you!

    Screen shot 2011-05-16 at 18.19.34.png

    You must learn to have a little patience. Everyone here is a volunteer, and we all work day, too.

    Your outer rim could be either a stroke applied to a block of text in multiple columns, or it could be a separate framework used closely as a background. If you apply a line directly on the text block, you can add an insert to move the text of the line. Horizontal rules (that's the term for a straight line in page layout) look like they're probably paragraph nets (lines above or below a paragraph). These can be included as part of the paragraph styles applied to securities. Paragraph nets can be adjusted to the weight and position on the basis of either the first or the last line of paragraph (depending on whether the rule is above or below) and can run across the width of the column or just the width of the text, and to add dashes, positive or negative.

    There is no way to automate the vertical rules, at least not with ID right out of the box. You can add a few PlaceHolder rules between columns on your master page, but you will need to override and set them on the page of the document itself. Set benchmarks of rule between columns on the master page would help, especially in a situation where the rule needs to be broken to accommodate something like the floating image.

    You can see if the school library has some reference materials. A particularly good book for a beginner would be Visual Quickstart Guide of Sandee Cohen for InDesign.

  • Firefox installed on Windows 7 but the menu bar and icons is filled with small horizontal lines on the icons and the menu bar...

    I installed Firefox 21 on a new Windows 7 operating system. The menu bar and the toolbar at the top of the windows is full small horizontal lines. Sometimes, there are more lines and sometimes less. It makes the icons and menu items almost impossible to see. So far, is that the Firefox screen that made it. Other programs I have installed so far doesn't do this.

    Any ideas?

    Try disabling hardware acceleration in Firefox.

  • How to create a horizontal line in the region of html

    Hello

    How can I create the html elements, including a horizontal line in an html area filled with items. I want to use this horizontal line to part elements optically. Moreover, my solution for now is to group the elements belonging together in a separate html area. So I have now 3 parts of html, each filled with 5 columns of elements. Is it possible to align the elements in the 3 regions (together)? Cause at the present time, only the items in each region are aligned.

    I use oracle 11 g 2 with apex 4.1

    wucis wrote:

    Apex version is 4.1

    Theme: Sapphire 17

    Page: Two level Tabs - right Sidebar (optional / based on a table)

    The region is HTML

    Main question is, how to create a horizontal line as visible separator between items.

    My personal preference would be to group the items according to the needs in the subregions and use CSS to display the Visual borders and uniform spacing of control over formatting tables.

    If however you want using HTML single region, is to create elements of the only view to the agenda of the positions of the sequence in the region where you want the jumps to appear, with the following parameters:

    Name: PX_HR_1 / / substitute suffix number and an increment of page as required

    Display in the form: Display only

    Save Session State: NO.

    Start on a new line: Yes

    Start the new field: Yes

    ColSpan: number of columns in your layout

    Label: leave blank

    Horizontal/Vertical alignment: Above

    Model: --choose a model--

    Type of source: Static assignment

    Source of value or expression:

  • Pavilion x 2 10 tablet with a lot of horizontal lines paper jam (stuck)

    Pavilion 2 10 x is reallly nice and convenient to use. But I just bought for a few days now. Up to date he used ok, but lately had sudden jamms and power cuts, forcing me to press on the button / stop along to reset.

    It all started when I was watching videos on youtube, and then all of a sudden he started the blackout, with many dotted horizontal lines and buzzing sounds. After reset, an ok for awhile.

    Then I start to find this forum to ask for help, then, without even looking at videos, it reacts even once again! Then I repeated the hard reset.  Now I am writing you in the hope that the prob persists not again all of a sudden.

    Can someone explain what and how does work? ANY WAY to solve this problem? Material, problem or due to win 8 updates?

    @Samo1390

    I brought your question to the attention of a team within HP. They are likely to ask for information from you to get your information or product serial number. Please search for a private message from a contact HP identified. Also, remember not to publicly post information and series numbers.

    If you are unfamiliar with the operation of the function of private messages of the Forum, this post has instructions.

  • Poor quality HP 7520 and horizontal lines

    I recently bought a HP Photosmart 7520, some printed photographs and was very happy with the results.  I was already part of a series of photographs printed approximately two weeks ago and decided to print another.  The result was poor with horizontal lines, getting more lowest wide printing.   I feel like a sheet of foolscap.  I went in thinking tests align printer and print quality verification and they looked very good.  Another test print is perhaps worse.

    The printer reports that my ink black print, not the photo, became weak.  All the other inks were very good.

    I checked your question and answers and therefore decided to uninstall and reinstall the printer I have this week had an upgrade to broadband and thought that there is a problem.  This task achieved I did the self test as requested and the result was first class, but it was of course on the smaller size paper.

    An impression more away from the same photograph was worse before she looked like a negative, but in color and with only skin correct tones.

    I would appreciate your help as I just upgraded to print photographs as old man... was excellent for doing everything else.

    Hi Salty39,

    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the Forums of HP, I would like to draw your attention to the Guide of the Forums HP first time here? Learn how to publish and more.

    Sorry to hear that you are having problems with the print quality of your print output.  I see that you said that you have recently purchased this unit. I was wondering if you are still using the configuration supplied with the printer cartridges? If so, please note that these ink cartridges are designed only for a limited number of printing just to set up the printer and if you do photo printing, photo, use a good amount of ink. Please also note that HP printers have built in surge protector and if you have the printer connected to a power strip/bar, the printer will not get all the power it needs to function properly and cela could be another reason why you are having quality problems. Here is a document that explains the problems when connected to an uninterruptible power supply/Strip/surge protector power.

    Please respond with an operating system that you run and I'll be happy to find more resources about it if the steps that I have outlined have not solved the problem.

    Operating system Windows am I running?

    Mac OS X: how to find which Mac OS X Version is on my computer?

    Thank you for your time.

  • remove horizontal line zero

    Hello

    I work with some graphs of different types (bubble and bar for example) and I noticed that the first point on the vertical axis has a horizontal line extending from the it.

    You can can see an example on Adobes own documentation at http://livedocs.Adobe.com/Flex/3/HTML/Help.HTML?content=charts_types_01.html

    And here is the picture of this link. Notice how the 0 has a horizontal line point gray?

    How can I delete this line?

    http://livedocs.adobe.com/flex/3/html/images/bubble.png

    Thank you

    Yes, me confused when I came in it too.

    You basically want to change the way that the grid is displayed, it is in the live docs near your link above but here's a code below. You can do this through MXML as below, or through CSS/AS3.

    The relevant property is verticalShowOrigin or horizontalShowOrigin.

    See: http://livedocs.adobe.com/flex/3/html/help.html?content=charts_formatting_09.html

    and: http://livedocs.adobe.com/flex/3/langref/mx/charts/GridLines.html

  • 3 years old A100-001: when you play horizontal lines

    Dear everyone!

    I have a laptop Satellite A100-001, almost 3 years, with 3 GB of RAM, nVidia GO 7600 256 MbRam VGA with Windows 7 Professional 32 bit OS (6 month) rather cool.

    I use my laptop every day, especially for work or look at. I've never had a problem (and that's why I love Toshiba) until yesterday: when I play after a few minutes (10/05/15 to the maximum), the screen becomes bare with horizontal lines and freezes to the bottom. As I said, I've never had a problem before.

    I don't really know what happened. Could someone tell me a solution?
    I thought the loss of temperature control. I don't really think that the VGA card is dead (or at least I hope).

    Thanks for you support!

    Hello

    Hmm the lines on the screen of the laptop could be linked to the question of the graphics chip, but you must connect to an external monitor to be 100% sure that this is a vga issue and not portable s monitor related problem

    But in my opinion the vga graphics card eventually publish graphic chip starts malfunction due to a temperature higher while game what you think of this theory?

    I think you are using that time for laptop and maybe don t cooling fans work properly because of the dust. How about cleaning of the cooling module?
    Try a spray of compressed air. Such tool allows to get rid of dust and debris

    Good luck

  • HP 15 laptop: flickering horizontal line at the top of the screen

    Hi, I bought this laptop 10 months ago and its been great until about a month ago. A month ago the hard drive doesn't work faster (Super slow r/w) and is noisy. 2 days ago a horizontal line at the top of the screen started flashing when I started the PC. Then I rebooted a few times and nothing. I finally found it flashes only when the pc is unplugged. I loaded 100% and it continues to blink. Update my display drivers did not help either.

    Video: https://www.youtube.com/watch?v=7zJioGvs2Bg

    In the video you can see lines flicker. When he started there was only one, but it has gradually increased to 4 sound at this time. Also, the line crosses the screen completely but is no longer visible to these 4 points.

    Hi @HelpMeFixPC,

    Yes for sure. Just please use the following link to create yourself a file number, then the call and it can help to speed up the process of appeal:

    Step 1. Open the link: www.hp.com/contacthp/
    Step 2. Enter the product number or select Auto detection
    Step 3. Scroll up to "still need help? Fill out the form to select your contact options.
    Step 4. Scroll down and click on: contact HP options - click Get phone number

    File number and phone number are displayed.

    They will be happy to help you immediately.

    By clicking on the Thumbs Up below, you can say thank you!

    Thank you.

  • My MBP boot with two horizontal lines at the start

    Hello

    I have a Macbook Pro (15 "mid 2015).

    2.5 GHz Intel Core i7

    OS X El Capitan

    (1) my MBP boot with two horizontal lines on a black screen after the apple logo.

    (2) sometimes the screen suddenly became all glitch on the dry mouse 5-7 (2 - 3 times a day) the cursor moves and CPU rises from 4% to 13%

    What I did, reset the SMC, check mac by TechTool 8 - is shows OK.

    Please help, what happens? Someone at - it experience of something similar?

    Thanks for any help,

    Ivan

    Try a reset of the NVRAM:

    https://support.Apple.com/en-us/HT204063

    Ciao.

  • Strange horizontal lines on the 2nd monitor (TecS1 + ATI) multiscreen mode

    Hello

    I have a kind of a strange question when I'm working in mode multi-display with a Compaq 9500 19 "monitor as a second monitor attached. When resizing of content, a large number of strange horizontal lines, some short, some long, (in fact quite random) appear spread out on the full screen.

    It seems that the graphics card ATI Mobility Radeon graphics buffer is corrupted somehow, I can still work, but it's still annoying. I have to say that this problem seems to appear only on Windows Server 2003, not when I run the Tecra S1 under XP (installed as multiboot). So, it might be a driver ATI - OS incompatibility.

    Any help would be much appreciated.

    Thank you
    Mark

    Hi Mark

    In my opinion, you are absolutely right. It's probably the driver ATI - OS incompatibility. All drivers are adapted to work properly with the operating system supplied with the notebook. Windows Server 2003 is not supported by Toshiba and I think it will be the problem to solve this problem.

Maybe you are looking for

  • Re: Questions about reinstalling Vista on Satellite U200 - 10K

    Hello, friends. I have a few questions and enjoy using. How many times can I reinstall Windows Vista, using a CD of resuscitation I've got with my U200 - 10 K? What can I do? Thanks for help.Alexander.

  • Equium A60-173 stops without reason

    My laptop turns off suddenly, it comes to a complete stop, I thought it was the battery had blown or something so I bought a new. I put it on and it started working. Everything suddenly after an hour or two use it turns off again. Same thing happens

  • Satellite P300-1EI - hangs upward after Windows Update

    After update to Windows Installer the last update (27/12/08), Windows Vista always hangs up on the screen "Please wait" after the reboot. After the call to Toshiba support, I was told that it was advisable to do a full restore from the HARD drive and

  • a "windows security" screen jumped on my computer saying: I had the virus, my Mc

    My scan McAfee Total Protection says I don't have and I had a chat with a technician from McAfee who checked and said: I do not have.  What do you recommend if it happens again?

  • lssas.exe. virus?

    Hey I found in the Manager of tasks, some lssas.exe, and I found it on C:\Users\Abi Mama ja Topi\AppData\Roaming\lssas.exe Someone tell its virus and I got Windows vista. so it's not virus or its? avast don't say anything, but someone says or it is n