| Author |
Message |
|
Pumpkin
|
Posted: Mar 02, 2004 - 08:05 PM
|
|
|
Forum Veteran

Joined: Nov 07, 2003 - 09:12 PM
Posts: 901
|
hey guys,
I appreciate if anyone could advise, what is the html syntax to frame a pic attachment or even a Img reference. And how do I know what should be the correct value for the frame?
Thanks in advance,  |
_________________ Desmond
|
|
|
|
 |
|
Sponsor
|
Posted: May 20, 2013 - 7:40 AM
|
|
|
F-16.net Sponsor
|
|
|
|
 |
|
habu2
|
Posted: Mar 02, 2004 - 11:25 PM
|
|
|
Elite 2K

Joined: Sep 05, 2003 - 09:36 PM
Posts: 2811
Status: Offline
|
| There is a border param in the img tag, is that what you mean? |
_________________ Reality Is For People Who Can't Handle Simulation
|
|
|
|
 |
|
Pumpkin
|
Posted: Mar 03, 2004 - 08:00 PM
|
|
|
Forum Veteran

Joined: Nov 07, 2003 - 09:12 PM
Posts: 901
|
hi habu2,
actually there was 3 parts to my question. My first question was how to add a frame to a picture I add as an attachment. I then realised, the question is Not Applicable.
For the second question, I am interested to know, how can I add a frame to a reference URL picture with the Img tag. What are the additional syntax to the normal usage...of Img tag.
And the last question, yes you've got me right, how do I know what are the values (frame size?) to input for the border parameters in the Img tag.
Thanks,  |
_________________ Desmond
|
|
|
|
 |
|
Lieven
|
Posted: Mar 03, 2004 - 10:43 PM
|
|
|
F-16.net Webmaster

Joined: May 23, 2003 - 04:44 PM
Posts: 2992
|
| See Webmonkey Authoring HTML Basics - Image Borders:
Code:
<img border=5 src="stuff/monkey.gif">
|
|
|
|
|
|
 |
|
habu2
|
Posted: Mar 04, 2004 - 04:29 AM
|
|
|
Elite 2K

Joined: Sep 05, 2003 - 09:36 PM
Posts: 2811
Status: Offline
|
Fromhttp://www.pnphpbb.com/modules.php?op=modload&name=main&file=index&req=users#SEC30:
HTML - You may use HTML to format your posts. The HTML tags allowed may be configured in the administration panel (for more information, see General Configuration). You may only use HTML in your post if it is enabled on the board you are using. To see if HTML is enabled, look in the lower left corner of the posting form, you should see "HTML is ON/OFF". |
_________________ Reality Is For People Who Can't Handle Simulation
|
|
|
|
 |
|
Pumpkin
|
Posted: Mar 04, 2004 - 08:10 PM
|
|
|
Forum Veteran

Joined: Nov 07, 2003 - 09:12 PM
Posts: 901
|
hey guys, that sure answered my queries. Thanks!
cheers,  |
_________________ Desmond
|
|
|
|
 |
|
|