WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Ahhhhg.... Another stump question Empty Ahhhhg.... Another stump question Tue Jul 17, 2012 1:10 am

theunknowndesigner

theunknowndesigner
Registered Member
Registered Member
Okay so Thank you for the banner... I forgot who made it but It got approved so its now the banner.... But This is HTML help so why is this banner isnt going all the way across?

[img]Ahhhhg.... Another stump question Second10[/img]

Its making me stump please help

http://www.poindexterworld.net/

2Ahhhhg.... Another stump question Empty Re: Ahhhhg.... Another stump question Tue Jul 17, 2012 12:13 pm

ankillien

ankillien
Administrator
Administrator
Hi,

The banner image has a fixed width while the content doesn't. Thats why the content block is wider than the banner. You can make the content look as wide as the banner using some CSS.

Can you post link to the page so I can give you the codes? or post the code of the page here.

3Ahhhhg.... Another stump question Empty Re: Ahhhhg.... Another stump question Tue Jul 17, 2012 9:41 pm

theunknowndesigner

theunknowndesigner
Registered Member
Registered Member
Yes Ill give you the code.......


Code:

<html>

   <head>
      <title>
         Lymes Disease Awarness
      </title>
      <meta name="description" content="Lyme Disease Awarness.">
      <meta name="keywords" content="lyme, lyme disease, lyme disease awarnesss, lymes symtoms">
   
   </head>

   <body>

         
   
      
            <center>
               <img src="images/Banner.jpg">
            </center>
      



      <table width=100% cellpadding="10">
          <tr>
              <td width=5%>
                 
               
              </td>
             <td width=95% valign="top">
               <center>
                    <h3>
                     What is Lyme Disease?
                  </h3>
               </center> 
               Lyme Disease is a bacterial illness caused by a bacterium called a "spirochete," which may be transmitted to humans by the bite of infected ticks. The actual name of the bacterium in the United States is Borrelia burgdoferi. In Europe, another bacterium, Borrelia afzelii, also causes Lyme Disease. Certain ticks: such as Ixodes scapularis (Deer Tick), Ixodes pacificus (Weastern Black legged Tick), Amblyomma americanum (Lone Star Tick), and Ixodes Angustus, harbors the bacterium in their stomachs. Lyme Disease is spread when the tick bites the skin, which permits the bacterium to infect the body. Lyme Disease is not contagious from an infected person to a non-infected person.

               <center>
                  <h3>
                     What is being done with Lyme Disease
                  </h3>
               </center>
                  There is a lot of heated controversy surrounding the diagnosis and treatment of Lyme disease. Two organizations, the Infectious Disease Society of America and the International Lyme and Associated Diseases Society have published treatment guidelines that are quite different in their view of this illness. ILADS supports the validity of chronic lyme disease as a real and common occurred that should be treated with antibiotics and supportive therapies until symptoms resolve, and that other tick born infections should be considered and tested for in the patient who does not recover with adequate treatment of the lyme infection. IDSA does not acknowledge the existence of chronic lyme disease and proposes a treatment of 3-4 weeks with Doxycycline. If the patient continues to have symptoms following this treatment, ongoing antibiotics are NOT recommended and the symptoms are attributed to a newly proposed "syndrome" called "post lyme disease syndrome" which is basically a psychosomatic or inflammatory response and should be treated with antidepressants
 

   

   </td>
               
    <tr>
  </tr>
  </table

 </body>
<html>

http://www.poindexterworld.net/

4Ahhhhg.... Another stump question Empty Re: Ahhhhg.... Another stump question Tue Jul 17, 2012 10:04 pm

Mr.Joker

Mr.Joker
Mr. WebArtz
Mr. WebArtz
What is the baner size? You cant strech baner to the end if there is no size. Very Happy

5Ahhhhg.... Another stump question Empty Re: Ahhhhg.... Another stump question Tue Jul 17, 2012 11:09 pm

ankillien

ankillien
Administrator
Administrator
You can edit this line...

Code:
<table width=100% cellpadding="10">

with something like...

Code:
<table width="PUT WIDTH OF BANNER HERE" cellpadding="10">

Put the width of banner in pixels in the place.

6Ahhhhg.... Another stump question Empty Re: Ahhhhg.... Another stump question Tue Jul 17, 2012 11:43 pm

theunknowndesigner

theunknowndesigner
Registered Member
Registered Member
Mr. Joker I dont know its the standard banner size That all that I know

http://www.poindexterworld.net/

7Ahhhhg.... Another stump question Empty Re: Ahhhhg.... Another stump question Wed Jul 18, 2012 1:39 am

Mr.Joker

Mr.Joker
Mr. WebArtz
Mr. WebArtz
It is standard but you can stretch it left and right if the page require different size.

8Ahhhhg.... Another stump question Empty Re: Ahhhhg.... Another stump question Wed Jul 18, 2012 5:05 am

theunknowndesigner

theunknowndesigner
Registered Member
Registered Member
So your saying I just have to use the code Ankillen gave me and it should work???

http://www.poindexterworld.net/

9Ahhhhg.... Another stump question Empty Re: Ahhhhg.... Another stump question Wed Jul 18, 2012 5:19 am

Mr.Joker

Mr.Joker
Mr. WebArtz
Mr. WebArtz
Just try the code and if doesent work you have to change size of baner.

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum