Home World & Ancient Coins Forum
Options

OT: HTML help needed


Could somebody pls post the html code for displaying a raw coin (obv and rev next to eachother with borders around each side)?

I remember a thread about this a while back but couldn't find it.

Thanks so much!



Comments

  • Options
    spoonspoon Posts: 2,798 ✭✭✭
    <img src="whatever.jpg" height="343" width="680" border="0" style="border:1px solid black;" />

    The CSS border attribute is more flexible than the one just before it, that's why that one is set to "0". You can change the thickness (1px, 5px), line type (solid, dotted, dashed, double, etc), and color (basic colors can be described as words, but best to use hex codes). Oh, and be sure to change the height/width, though those can be omitted without harm if the image file is sized right.

    Edit, here is the good color picker I was looking to link to
  • Options


    << <i>border="0" >>



    It may be less flexible but a simple number inserted there gives you a solid border for less coding.
    If you were going to go the CSS route, you would omit it, browsers set to strict mode would use the html before the CSS.
  • Options
    FilamCoinsFilamCoins Posts: 1,899 ✭✭✭

    Thanks, guys!

Sign In or Register to comment.