PDA

View Full Version : Still Can't Attach or post to some forums?



Robotica1
- 13th July 2007, 02:06
I was wondering if their was any known reason why I can't attach a file (Code or small schematic jpeg) to my posts or why I can't post in some forums (such as general). I have a fairly short (about 200 lines) program that is giving really strange output (particularly with Port A.0:I'm using a 16F628A). I'd really like to post the code so I can find out why it's doing what it's doing but I can't attach any files?!?

Darrel Taylor
- 13th July 2007, 02:26
Files are Attached from a "Pop-Up" window.

Make sure you allow Pop-up's from this site. (There are no Pop-up ad's to block)

If that doesn't do it, which browser are you using?

You can also post your code inside the message by using
Your code goes here

it will look like ...
Your code goes here

Robotica1
- 14th July 2007, 14:08
It seems that I can now add attachments. I am not sure what went wrong there?

Robotica1
- 14th July 2007, 14:09
I forgot to say thanks...so thanks!!

RussMartin
- 14th July 2007, 23:56
You can also post your code inside the message by using
Your code goes here

Is there a similar method for embedding images?

mister_e
- 15th July 2007, 00:29
Yup!

At least i know 2 method.
FIRST
1. you upload your picture as an attachment here.
2. right click on the filename an click on copy the link
3. type

<IMG SRC="paste you link here and don't forget the apostrophes">
and it will looks like...
<IMG SRC="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=1856&stc=1&d=1184455274">

SECOND
1. you upload you picture on your server or in a free hosting place
2. use the http://www.link here

and it will looks like...
http://www.mister-e.org/Pics/TeacherNstudent.gif

yeah it will looks like i'm an idiot as the IMG code is disabled in this forum section :o But trust me, it works