Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Hyper Link Problem

    Hi,

    I have a problem when creating hyper links.

    The problem is when I create a hyper link the link is splitting into 3 lines.
    I want the link to be in 1 line.

    I have no idea what is happening.

    I am attaching the code....

    Any help will be appreciated...


    Thanks in advance
    scott:confused;

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    <head>
    <META NAME="keywords" content="rod busters, construction, texas, rebar,
    concrete, furnish, install, texas far west, construction and engineering">
    <META NAME="description" CONTENT="Construction and Engineering Company, El
    Paso, Texas, offers rebar furnish and install, concrete work, txdot projects,
    structural engineering design and inspection">
    <META NAME="Robots" content="index,follow">
    <META NAME="Author" content="Pavan Peddireddy">
    <META name="reply-to" content="pavan[at]texasfarwest.com">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <link rel="stylesheet" type="text/css" href="style.css">
    <title>Projects:Texas Far West</title>
    <style type="text/css">
    <!--
    .style8 {font-size: large}
    -->
    </style>
    </head>

    <body >

    <TABLE border="0" cellpadding=0 cellspacing=0 width="745" align="center"
    bgcolor="#FFCC99">
    <TR>
    <TD width="800" align="center" > <img src="logo.jpg" border="2"
    align="center" width="122" height="70" ></TD>
    <TD width="800" align="center" > <img src="12.jpg" border="2" align="center"
    width="120" height="70" ></TD>
    <TD width="800" align="center" > <img src="13.jpg" border="2" align="center"
    width="120" height="70" ></TD>
    <TD width="800" align="center" > <img src="16.gif" border="2" align="center"
    width="120" height="70" ></TD>
    <TD width="800" align="center" > <img src="21.jpg" border="2" align="center"
    width="120" height="70" ></TD>
    <TD width="800" align="center" > <img src="logo.jpg" border="2"
    align="center" width="122" height="70" ></TD>
    </TR>

    </TABLE>

    <!-- <TABLE border="0" cellpadding=0 cellspacing=0 width="745" align="center"
    background="D:\Website\fin_bg.gif"> -->

    <TABLE border="0" cellpadding=0 cellspacing=0 width="745" align="center"
    background="D:\Website\stripe.jpg"">

    <TR>
    <TD align="center" >

    <ul>
    <li><a href="D:\Website\index.html"><b><font face="verdana"
    size=1>Home</font></b></a></li>
    <li><a href="D:\Website\about_us.html"><b><font face="verdana" size=1>About
    Us</font></b></a></li>
    <li><a href="D:\Website\services.html"><b><font face="verdana"
    size=1>Services</font></b></a></li>
    <li><a href="D:\Website\rebar.html"><b><font face="verdana"
    size=1>Rebar</font></b></a></li>
    <li><a href="D:\Website\concrete.html"><b><font face="verdana"
    size=1>Concrete</font></b></a></li>
    <li><a href="D:\Website\projects.html"><b><font face="verdana"
    size=1>Projects</font></b></a></li>
    <li><a href="D:\Website\news.html"><b><font face="verdana"
    size=1>News</font></b></a></li>
    <li><a href="D:\Website\contact_us.html"><b><font face="verdana"
    size=1>Contact Us</font></b></a></li>
    </ul>


    </TD>
    </TR>
    </TABLE>

    <!--<TABLE border="0" cellpadding=0 cellspacing=0 width="745" align="center"
    bgcolor="#FFCC99">
    <tr>
    <td width="745" height= "25" valign="bottom" align="center">

    </td>
    </tr>
    </TABLE> -->

    <TABLE border="0" cellpadding=0 cellspacing=0 width="745" align="center"
    bgcolor="f6eeda" >

    <tr>
    <td width="745" valign="bottom" align="center">
    <p class="projects" align="left">
    <font face="Verdana" style="font-size: 15pt">
    Welcome to our projects
    </p>
    </tr>


    <tr>
    <td width="745" align="center">
    <p class="projectsone" align="justify">
    <font face="Verdana" style="font-size: 10pt">Completion of any project on or
    before the schedule is the secret behind the success of

    Texas Far West. The following are the few of our current and completed high
    profile jobs. Please click the link below to view the projects
    <p align="justify" class="style8 projectsone"><strong>Current Projects</strong>
    <p class="projectsone" align="justify">1. <a href="Dave%20resume.pdf">Plaza
    Theatre, El Paso, Texas</a><p class="projectsone" align="justify">2. Loop 375,
    El Paso, Texas
    <p class="projectsone" align="justify">3. Hueco Bolson, El Paso, Texas
    <p class="projectsone" align="justify">4. Box Culverts, Lajitas, Texas
    <p class="projectsone" align="justify">5. US-82, Lubbock, Texas
    <p class="projectsone" align="justify">6. Texas Tech Research Center, El Paso,
    Texas
    <p class="projectsone" align="justify">7. US-54 Bridge Widening
    <p class="projectsone" align="justify">
    <p class="projectsone" align="justify"><strong>Completed Projects</strong>
    <p class="projectsone" align="justify">1. Bio-Sciences Building, The
    University of Texas at El Paso, El Paso, Texas
    <p class="projectsone" align="justify">2. Loop 375, El Paso, Texas
    <p class="projectsone" align="justify">3. Interstate - 10, Hudspeth County,
    Texas
    <p class="projectsone" align="justify">4. ADA Ramps, Texas
    <p class="projectsone" align="justify">5. Retaining Rockwall Construction, El
    Paso, Texas
    <p class="projectsone" align="justify">6. Port of Entry, Yselta, Texas
    <p class="projectsone" align="justify">7. Lomaland Phase- IV C.I.P Inlets, El
    Paso, Texas</td>
    </tr>
    <tr>
    <td align="center"></td>
    </tr>

    </TABLE>

    </body>
    </html>

    scott11 Guest

  2. Similar Questions and Discussions

    1. CSS Hyper Text Problem
      I know this is simple but I am new to using CSS. Much like you see here at the top of this page where there black hyperlinked text that is affected...
    2. Remove the underline on hyper link and configure Submitbutton
      Hello, DW always put underline on hyper link. Is there any way on DW that I can take out the underline and replace it with color change when...
    3. Hyper link a flash movie
      Hi, Is there any possibility that we can put a hyperlink on a flash movie just as we put on any gif or jpg image? Thanks,
    4. File Download Through Hyper Link?
      I'd like to write to a log whenever a visitor to my site downloads a file. So, I'd like the link they click to be to a php 'page' that returns the...
    5. Datagrid and hyper link question?
      Thank you Tim S. It was a help however i still couldn't figure out how to fix it? thanx "Tim S." <timstall@hotmail.com> wrote in message...
  3. #2

    Default Re: Hyper Link Problem

    3 lines? You mean the spacing between the links?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "scott11" <webforumsuser@macromedia.com> wrote in message
    news:d1n2dl$15e$1@forums.macromedia.com...
    > Hi,
    >
    > I have a problem when creating hyper links.
    >
    > The problem is when I create a hyper link the link is splitting into 3
    > lines.
    > I want the link to be in 1 line.
    >

    Murray *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139