How do i get this?

Get help with installation and running phpBB 3.0.x here. Please do not post bug reports, feature requests, or MOD-related questions here.
Get Involved
Forum rules
END OF SUPPORT: 1 January 2017 (announcement)
AussieFishKeeping
Registered User
Posts: 60
Joined: Tue Apr 12, 2011 6:47 am

How do i get this?

Post by AussieFishKeeping »

how do i get a photo to have a code to look like this?

<iframe src="http://www.MYURL.com/advert/banner.php? ... =31&grp=13" width="??" height="??" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" allowtransparency="true" background-color="transparent"></iframe>
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26874
Joined: Fri Aug 29, 2008 9:49 am

Re: How do i get this?

Post by Mick »

Can you explain what you are trying to do please?
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
User avatar
Luckyluciano
Registered User
Posts: 93
Joined: Tue Feb 05, 2008 11:09 pm
Location: Italy
Name: Luciano

Re: How do i get this?

Post by Luckyluciano »

Depends on what you want to do, the easiest way is to create a bbcode.
Official support Italian to Portal XL
AussieFishKeeping
Registered User
Posts: 60
Joined: Tue Apr 12, 2011 6:47 am

Re: How do i get this?

Post by AussieFishKeeping »

It's to add an advert to my forum. I just seen this type of code being used on another forum for there advert.
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26874
Joined: Fri Aug 29, 2008 9:49 am

Re: How do i get this?

Post by Mick »

If you post the exact code you want to use inside [code][/code] tags someone may be able to help you.

Have a read of Advertisements in phpBB3 paying particular attention to the Important note: about half way down.
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
AussieFishKeeping
Registered User
Posts: 60
Joined: Tue Apr 12, 2011 6:47 am

Re: How do i get this?

Post by AussieFishKeeping »

I just have an image that i want to have a code similar to the one above.
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26874
Joined: Fri Aug 29, 2008 9:49 am

Re: How do i get this?

Post by Mick »

I really don't know what you want to do but if you just need to place an image you can use HTML and the standard for an image is:

Code: Select all

<img src="your_image.gif" alt="my image">
Image with link:

Code: Select all

<a href="http://my_link.com"><img src="your_image.gif" alt="my image" />
If you want to learn how to do these things Google it, there are thousands of HTML tutorial sites on the internet. If you Google "html image" or html image link" etc. you will find plenty of information.

One decent site is HTML code tutorial, all the image attributes are there.
Last edited by Mick on Sat Apr 16, 2011 4:05 am, edited 1 time in total.
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
PirateScoobs
Registered User
Posts: 89
Joined: Fri Apr 15, 2011 7:17 pm
Location: Arizona, USA

Re: How do i get this?

Post by PirateScoobs »

AusraliaFfishKeeping wrote:I just have an image that i want to have a code similar to the one above.
If you want to have a clickable advertisement in HTML, then here is the code below.

Code: Select all

<a href=URL to where the advert takes you><img src=URL of the image></a>

Return to “[3.0.x] Support Forum”