html text help

Discussion in 'Software' started by robertbiferi, Jan 11, 2012.

  1. robertbiferi

    robertbiferi I can't follow the rules

    I have a lot of photos on my website and right after every photo is a number.

    But when I look at it in a Browser I see everything and the Text at the top but not the numbers after every photo.

    What am I missing

    <DIV ALIGN="center">
    <h1 style="text-decoration:underline;font-family:Times New Roman;">
    SPRING / SUMMER
    </h1>
    <BR>

    <h6 style="color:white;font-family:Times New Roman;">
    <img src="f A9.jpg" width="500">
    <BR>
    <BR>
    Item # 1.
    <img src="s E47.jpg" width="500">
    <BR>
    <BR>
    Item # 2.
    <img src="s E46.jpg" width="500">
    <BR>
    <BR>
    Item # 3.
    <img src="s E40.jpg" width="500">
    <BR>
    <BR>
    Item # 4.
    <img src="s D33.jpg" width="500">
    <BR>
    <BR>
    Item # 5.
    <img src="s A1.jpg" width="500">
    <BR>
    <BR>
    Item 6.
    <img src="s A2.jpg" width="500">
    <BR>
    <BR>
    Item # 7.
    <img src="s C28.jpg" width="500">
    <BR>
    <BR>
    Item # 8.
    <img src="s A3.jpg" width="500">
    <BR>
    <BR>
    Item # 9.
    <img src="s A8.jpg" width="500">
    <BR>
    <BR>
    Item # 10.
    <img src="s B10.jpg" width="500">
    <BR>
    <BR>
    Item # 11.
    <img src="s B15.jpg" width="500">
    <BR>
    <BR>
    Item # 12.
    <img src="s C29.jpg" width="500">
    <BR>
    <BR>
    Item # 13.
    <img src="s D30.jpg" width="500">
    <BR>
    <BR>
    Item # 14.
    <img src="s D31.jpg" width="500">
    <BR>
    <BR>
    Item # 15.
    <img src="s D32.jpg" width="500">
    </h6>
    </DIV>
     
  2. shnerdly

    shnerdly MajorGeek

    What number are you wanting to display after the photos? The code you posted is not calling for a number after the photo, just the "Item # xx." ahead of each photo.
     
  3. robertbiferi

    robertbiferi I can't follow the rules

    Like this I want the text Item # 1. to show.
    It is not why?

    <h6 style="color:white;font-family:Times New Roman;">
    <img src="f A9.jpg" width="500">
    Item # 1.
    </h6>
     
  4. shnerdly

    shnerdly MajorGeek

    Try <p>Item # 1</p> but you will probably need to remove some of the <br>'s

    If you want the text larger without defining the font or using css, use <h3>Item # 1</h3> or h2 or h1 depending on the size you want.
     
  5. PC-XT

    PC-XT Master Sergeant

    Just to be sure, have you tried it with a different background color?
     
  6. shnerdly

    shnerdly MajorGeek

    I didn't even notice that. You have the font set to white and the background isn't specified so it defaults to white. The text is there, you just can't see it.
     
  7. robertbiferi

    robertbiferi I can't follow the rules

    I know the P style=
    works but I just did not know why the H6 Tag did not work?


    When I use the H Tag for the Page name it works but I have not image with it. Could this be why?
     
  8. shnerdly

    shnerdly MajorGeek

    The h tag works with the images. In your <h6 . . line you are calling for a white font and the background is white. The text is there, you just can't see it.
     
  9. robertbiferi

    robertbiferi I can't follow the rules

    Sorry I have a background image so it is repeating and covers my whole page.

    And my H Tage on my page up toip is showing so what is going on?

    Can I post my whole code for my page? for you to see??
     
  10. robertbiferi

    robertbiferi I can't follow the rules

    Here is the code for the Body part of the page. And like I say I have a background image over all the page and I do have a H Tage for my page title and I see it.

    So why does the H6 Tag not let me see the text?

    Don't change the code just tell me if I missed a Tag?

    <BODY BGCOLOR="#000000" BACKGROUND="shells.jpg" text="#FFFFFF" link="#FFFF00" vlink="#FFFF00" alink="#FFFF00">

    <DIV ALIGN="center">
    <img src="logo1.jpg" height="100" alt="" border="0" align="">
    </DIV>
    <BR?


    <p style="font-family:Times New Roman;
    font-size:medium;">

    All Charcoal Original Drawing Orders
    will be Created on 11" X 14" Inch
    Thick Grade Acidfree Papper. All Orders will
    come to you in a Solid Wood Glass Frame and
    are $ 35.00 each.
    </p>
    <BR>

    <DIV ALIGN="center">
    <h1 style="text-decoration:underline;font-family:Times New Roman;">
    SPRING / SUMMER
    </h1>
    <BR>

    <h6 style="color:white;font-family:Times New Roman;">
    <img src="f A9.jpg" width="500">
    <BR>
    <BR>
    Item # 1.
    <img src="s E47.jpg" width="500">
    <BR>
    <BR>
    Item # 2.
    <img src="s E46.jpg" width="500">
    <BR>
    <BR>
    Item # 3.
    <img src="s E40.jpg" width="500">
    <BR>
    <BR>
    Item # 4.
    <img src="s D33.jpg" width="500">
    <BR>
    <BR>
    Item # 5.
    <img src="s A1.jpg" width="500">
    <BR>
    <BR>
    Item 6.
    <img src="s A2.jpg" width="500">
    <BR>
    <BR>
    Item # 7.
    <img src="s C28.jpg" width="500">
    <BR>
    <BR>
    Item # 8.
    <img src="s A3.jpg" width="500">
    <BR>
    <BR>
    Item # 9.
    <img src="s A8.jpg" width="500">
    <BR>
    <BR>
    Item # 10.
    <img src="s B10.jpg" width="500">
    <BR>
    <BR>
    Item # 11.
    <img src="s B15.jpg" width="500">
    <BR>
    <BR>
    Item # 12.
    <img src="s C29.jpg" width="500">
    <BR>
    <BR>
    Item # 13.
    <img src="s D30.jpg" width="500">
    <BR>
    <BR>
    Item # 14.
    <img src="s D31.jpg" width="500">
    <BR>
    <BR>
    Item # 15.
    <img src="s D32.jpg" width="500">
    </h6>
    </DIV>



    <embed src="beach.wav" LOOP=2>
    <noembed>
    <bgsound src="beach.wav" LOOP=2>
    </noembed>
    </BODY>
    </HTML>
     
  11. shnerdly

    shnerdly MajorGeek

    I copied your code exactly adding only the html tag at the top and the text does show up but the text is in the wrong place I suspect. The text, Item # 1, is to the left of the second picture at the very bottom of it and the h6 tag has it very small.
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds