Results 1 to 4 of 4

Thread: Web desghining Problem in Dreamwaver Plz help

  1. #1
    Mr.kool is offline Member
    Last Online
    4th July 2007 @ 07:59 PM
    Join Date
    27 Apr 2007
    Location
    ':.Multan, Pakistan':.
    Age
    36
    Posts
    493
    Threads
    56
    Thanked
    0

    Unhappy Web desghining Problem in Dreamwaver Plz help

    Asala-o-Alikum
    mai nai apni site k main page k liay quick links banai thay lekin jab quick links k baad jab kuch likhtay hain tu wo nichay aa jata hai yani text quick links k baad ki bajae agli line pay aa jata hay. app yay HTML code Dreamwaver mai enter kar k dekhain aur mojay tarika batain k kia kia jai jis say text agli line ki bajai quick links k samanay ayay

    HTML Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    .style1 {font-size: 24px}
    .style2 {color: #0000FF}
    .style3 {
    	font-size: 24px;
    	font-weight: bold;
    }
    .style4 {font-size: 24px; font-weight: bold; color: #0000FF; }
    .style5 {font-size: 24px; color: #0000FF; }
    -->
    </style>
    </head>
    
    <body>
    <p><a href="http://www.aizaz.au.tt"><img src="Logo-of-site.gif" width="619" height="158" border="0"></a></p>
    <p class="style1"><strong>If You liked our website you must visit these Great IT related site in Urdu</strong></p>
    <p class="style1"><strong>http://www.myurdu.au.tt</strong></p>
    <p class="style1"><strong>http://www.itdunya.com</strong></p>
    <table width="200" border="3">
      <tr>
        <th class="style1" scope="row"><strong><span class="style2">Home</span></strong></th>
      </tr>
      <tr>
        <th class="style3" scope="row">Free SMS </th>
      </tr>
      <tr>
        <th class="style4" scope="row">Free Hosting </th>
      </tr>
      <tr>
        <th scope="row"><strong><span class="style5">Free Domain </span></strong></th>
      </tr>
      <tr>
        <th scope="row"><strong><span class="style5">Free URL redirection </span></strong></th>
      </tr>
      <tr>
        <th scope="row"><strong><span class="style5">Free Downloads </span></strong></th>
      </tr>
      <tr>
        <th class="style5" scope="row"><strong>Web reviews </strong></th>
      </tr>
      <tr>
        <th class="style5" scope="row"><strong>Contact us </strong></th>
      </tr> 
      aaaaaaaa
    </table>
    <span class="style4">Yay dekhin text aagay anay ki bajai quick links k nichay aa raha hay .Plz meri help karain </span>
    </body>
    </html>

  2. #2
    Sheeda_Pastol's Avatar
    Sheeda_Pastol is offline Senior Member+
    Last Online
    28th November 2010 @ 11:46 AM
    Join Date
    21 Dec 2005
    Location
    IRIS ga mo im nika ?
    Posts
    16,800
    Threads
    125
    Credits
    990
    Thanked
    344

    Default

    yeh raha fixed code
    Code:
    <table width="200" border="3">
      <tr>
        <th class="style1" scope="row"><strong><span class="style2">Home</span></strong></th>
    <th class="style1" scope="row">this is home </th>
    <th
      </tr>
      <tr>
        <th class="style3" scope="row">Free SMS </th>
    <th class="style1" scope="row">this is free sms </th>
      </tr>
      <tr>
        <th class="style4" scope="row">Free Hosting </th>
      </tr>
      <tr>
        <th scope="row"><strong><span class="style5">Free Domain </span></strong></th>
      </tr>
      <tr>
        <th scope="row"><strong><span class="style5">Free URL redirection </span></strong></th>
      </tr>
      <tr>
        <th scope="row"><strong><span class="style5">Free Downloads </span></strong></th>
      </tr>
      <tr>
        <th class="style5" scope="row"><strong>Web reviews </strong></th>
      </tr>
      <tr>
        <th class="style5" scope="row"><strong>Contact us </strong></th>
      </tr> 
      aaaaaaaa
    </table>

  3. #3
    Mr.kool is offline Member
    Last Online
    4th July 2007 @ 07:59 PM
    Join Date
    27 Apr 2007
    Location
    ':.Multan, Pakistan':.
    Age
    36
    Posts
    493
    Threads
    56
    Credits
    0
    Thanked
    0

    Thumbs up

    Quote sheeda_pastol786 said: View Post
    yeh raha fixed code
    HTML Code:
    <table width="200" border="3">
      <tr>
        <th class="style1" scope="row"><strong><span class="style2">Home</span></strong></th>
    <th class="style1" scope="row">this is home </th>
    <th
      </tr>
      <tr>
        <th class="style3" scope="row">Free SMS </th>
    <th class="style1" scope="row">this is free sms </th>
      </tr>
      <tr>
        <th class="style4" scope="row">Free Hosting </th>
      </tr>
      <tr>
        <th scope="row"><strong><span class="style5">Free Domain </span></strong></th>
      </tr>
      <tr>
        <th scope="row"><strong><span class="style5">Free URL redirection </span></strong></th>
      </tr>
      <tr>
        <th scope="row"><strong><span class="style5">Free Downloads </span></strong></th>
      </tr>
      <tr>
        <th class="style5" scope="row"><strong>Web reviews </strong></th>
      </tr>
      <tr>
        <th class="style5" scope="row"><strong>Contact us </strong></th>
      </tr> 
      aaaaaaaa
    </table>
    Thanks Sheeda bhai lekin iss mai tu text table k under hi guss jata hay oooo

  4. #4
    Sheeda_Pastol's Avatar
    Sheeda_Pastol is offline Senior Member+
    Last Online
    28th November 2010 @ 11:46 AM
    Join Date
    21 Dec 2005
    Location
    IRIS ga mo im nika ?
    Posts
    16,800
    Threads
    125
    Credits
    990
    Thanked
    344

    Default

    <th class="style1" scope="row">this is free sms </th>

    is tarah ki tamam lines ko aisay likh dain

    <th class="style1" scope="row" style="border-style: none; border-width: none">this is free sms </th>

Similar Threads

  1. Solved Dreamwaver needed
    By alone_malik in forum Solved Problems (IT)
    Replies: 5
    Last Post: 18th August 2011, 02:28 PM
  2. drop down menu in dreamwaver
    By emal in forum Ask an Expert
    Replies: 3
    Last Post: 15th June 2010, 12:51 PM
  3. Requirmetn for Dreamwaver Software
    By jamat ali in forum Mobile phones problems and Help Zone
    Replies: 1
    Last Post: 27th April 2010, 01:04 AM
  4. Replies: 8
    Last Post: 25th June 2009, 09:16 AM

Bookmarks

Posting Permissions

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