Results 1 to 3 of 3

Thread: Wrapping ads in content

  1. #1
    Civilian Nick F's Avatar
    Join Date
    May 2004
    Location
    London
    Posts
    4,668
    Thanks
    9
    Thanked
    18 times in 10 posts
    • Nick F's system
      • CPU:
      • 2.4Ghz C2D
      • Memory:
      • 4GB
      • Storage:
      • 320Gb internal / 750Gb external
      • Case:
      • Apple iMac
      • Operating System:
      • Mac OSx
      • Monitor(s):
      • 24inch
      • Internet:
      • 8mb BE connection

    Wrapping ads in content

    I want to put some box ads in content and news stories on my site but I cant seem to wrap them.

    Im using the following code

    <div align="left">code goes here</div>

    this this correct? My content just starts below the actual ad?

  2. #2
    HEXUS.net Webmaster
    Join Date
    Jul 2003
    Location
    UK
    Posts
    3,108
    Thanks
    1
    Thanked
    0 times in 0 posts
    best to use a CSS file so it's centrally stored

    .flLeft {float: left;}

    then in your HTML just use <div class="flLeft">ad here</div>

    If for any reasaon you absolutely have to use an inline style then it's

    <div style="float:left;">ad here</div>

  3. #3
    Civilian Nick F's Avatar
    Join Date
    May 2004
    Location
    London
    Posts
    4,668
    Thanks
    9
    Thanked
    18 times in 10 posts
    • Nick F's system
      • CPU:
      • 2.4Ghz C2D
      • Memory:
      • 4GB
      • Storage:
      • 320Gb internal / 750Gb external
      • Case:
      • Apple iMac
      • Operating System:
      • Mac OSx
      • Monitor(s):
      • 24inch
      • Internet:
      • 8mb BE connection
    Quote Originally Posted by Iain
    best to use a CSS file so it's centrally stored

    .flLeft {float: left;}

    then in your HTML just use <div class="flLeft">ad here</div>

    If for any reasaon you absolutely have to use an inline style then it's

    <div style="float:left;">ad here</div>

    Thanks Iain now sorted

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 06-03-2006, 10:42 PM
  2. Replies: 3
    Last Post: 20-01-2006, 02:44 PM
  3. Hexus.Gaming Ads
    By Spud1 in forum Gaming
    Replies: 9
    Last Post: 23-11-2005, 11:47 AM
  4. Replies: 0
    Last Post: 22-09-2005, 09:46 AM
  5. Paid To Watch Ads
    By Matt1eD in forum Retail Therapy and Bargains
    Replies: 9
    Last Post: 14-03-2005, 07:23 PM

Posting Permissions

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