Journal Pictures FAQ Updated

2 min read

Deviation Actions

flameturret's avatar
By
Published:
10.4K Views

So Your a Subscriber and you now are able to use pictures in your journal but they dont seem to work.
Well heres the quick lowdown on how to do it

Important Rules with Pictures on the Journals
1. File Sizes (remember people on DA use 56k Dial Up Connections)
2. Pornography Will not be tollerated
3. Illeagal Linking to Copyrighted Materials and Images Within :devart:

Breaking any of these rules will not be tollerated and can result in a ban

Now the Disclamer is out of the way to buisness:

1. Have your Webserver ready with a picture on it to link to
2. The Code, You May Copy this: <img src="Link" alt="Alt Text" /> . Easy

Ok that was easilly done but hey i wanted the pic in the center, for this you will need to use Div Tags

1. To Use Div Tages you need to put Code 2a before your Picture and 2b at the End
2a. <div align="Alignment">
2b. </div>
3. Replace Alignment With either of your choice: left, center, right

So you want to push it one step further and link your Image well heres how to do that too

1. Code for linking: <a href="Link Location" > <img src="Image" alt="Alt Text" /> </a>

Learning HTML Formatting
Start of your selected area you type
Bold: <b>
Underline: <u>
Italic: <i>
Strike: <strike>
Code Text: <code>
Subscript: <sub>
Superscript: <sup>

At the end of your formatted area you type
Bold: </b>
Underline: </u>
Italic: </i>
Strike: </strike>
Code Text: </code>
Subscript: </sub>
Superscript: </sup>

Thumbnails:

:thumb1645582: = CubeLogon by flameturret
The Url for this deviations is www.deviantart.com/deviation/1…

The thumb number is the same as the Url number
www.deviantart.com/deviation/1645582/

Acronym Text
This is Acronym Text

<acronym title="Mouse Over Text">Normal Text</acronym>

© 2004 - 2024 flameturret
Comments94
Join the community to add your comment. Already a deviant? Log In
FluffyXai's avatar
Hey i'm wondering if anyone can help me with something.
I'm experimenting with something, and basically what I aim to do is have a banner of pictures (with equal dimensions so they line up hopefully) that each link to a seperate thing, and this would be added to image descriptions to link people to my other galleries and sites.

I was just experimenting to see if I can add an image with a hyperlink just as a test but the annoying part it, Instead of making the code work as normal, the link to the image under the "src=" attribute becomes an actual hyperlink and so the code doesn't work and it ends up looking like this gyazo.com/45ce665bb5afb5c62f55…
is there anything I can do to make it work? or is it just not possible to post pictures into descriptions using html?

(Other than of course adding the pictures from within deviantart with thumbnail codes or the adding media box. that's not what I need)