Results 1 to 8 of 8

Thread: Using HTML in posts

  1. #1
    Join Date
    21st October 2002 - 11:00
    Bike
    CharlesidealOB
    Location
    Auckland
    Posts
    1,948
    Blog Entries
    10

    Using HTML in posts

    Most forum boards deny the use of HTML as it can screw up the page layout if you don't know what you are doing, but I like it enabled as it gives me more control on formatting posts.

    One thing to remember when using HTML in posts is that it must be all on a single line as vBulletin adds line breaks after every line in a post. This is fine with normal text but causes many blank lines with HTML.

    So the following example:

    <table border="0cellpadding="0cellspacing="0">
       <tr>
          <td width="50%">
             text
          </td>
          <td width="50%">
             <img src="http://www.domain.com/image.jpg">
          </td>
       </tr>
    </table>


    Would be entered thus:

    <table border="0" cellpadding="0" cellspacing="0"> <tr> <td width="50%"> text </td> <td width="50%"> <img src="http://www.domain.com/image.jpg"> </td> </tr></table>

    To remove the newlines, do a [CTRL] ↓ tol take you to the start of the next newline, then do a [backspace].

    Also make sure the "Automatically parse URLs" option is not selected as this is why you keep seeing "target=_blank" next to links.

  2. #2
    Join Date
    18th February 2003 - 14:15
    Bike
    XJR1200, Honda CB1/400
    Location
    Auckland
    Posts
    1,056
    Hey Bikerboy
    We were concerned about our posts in Italian not being understood.
    Seems to me that's not the only foreign language being used here!

  3. #3
    Oooh,but it's nice and colourful eh.I've always perferd black myself,but some of the more expresive guys,y'know,like a bit more colour.Can you do it in more pastel tones...like say peach or terracotta?
    In and out of jobs, running free
    Waging war with society

  4. #4
    Join Date
    27th November 2002 - 17:08
    Bike
    MV AGUSTA F4 STRADA
    Location
    auckland
    Posts
    560
    Che ?
    uno patito dalle motociclette italiane

  5. #5
    Join Date
    5th November 2002 - 11:20
    Bike
    GSXR750 K4
    Location
    South Auckland
    Posts
    2,135
    WTF!? I guess this forum is for the few that know html code!

  6. #6
    Join Date
    25th October 2002 - 12:00
    Bike
    Old Blue, Little blue
    Location
    31.29.57.11, 116.22.22.22
    Posts
    4,859
    WTF!? I guess this forum is for the few that know html code


    By the tone of the "I want a job" post, that would be most of the members, wouldn't it?   
    “- He felt that his whole life was some kind of dream and he sometimes wondered whose it was and whether they were enjoying it.”

  7. #7
    Join Date
    21st October 2002 - 11:00
    Bike
    CharlesidealOB
    Location
    Auckland
    Posts
    1,948
    Blog Entries
    10
    Using HTML you can better layout images in your post.


    Tanya

    Janie Dickens

    Sarina

    The above was done with the following HTML:

    <table border="1cellpadding="20cellspacing="0align="center">
       <tr>
          <td align="center">
             <a href="http://www.kiwibiker.co.nz/images/tanyagsxr1000_wallpaper_03.jpg">
             <img
     src="http://www.kiwibiker.co.nz/thumbnails/tanyagsxr1000_wallpaper_03_tn.jpg"><br>
              Tanya</a>
          </td>
          <td align="center">
             <a href="http://www.kiwibiker.co.nz/images/janie_dickens.jpg">
             <img
     src="http://www.kiwibiker.co.nz/thumbnails/janie_dickens_tn.jpg"><br>
              Janie Dickens</a>
          </td>
          <td align="center">
             <a href="http://www.kiwibiker.co.nz/images/Sarina_wallpaper.jpg">
             <img
     src="http://www.kiwibiker.co.nz/thumbnails/Sarina_wallpaper_tn.jpg"><br>
              Sarina</a>
          </td>
       </tr>
    </table>


  8. #8
    Join Date
    12th May 2003 - 11:41
    Bike
    98 HondaRS125
    Location
    Kaukapakapa
    Posts
    412
    I had one of those but the wheel fell off.
    Luv it!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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