Skip to content
View in the app

A better way to browse. Learn more.

MagicDuel Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How do you put a picture on your pages

Featured Replies

I have not had success putting a picture in my pages. What exactly, and very slowly...should I do?

Edited by Burns
tagged

Host your picture on the interwebs somewhere, anywhere.

Get the direct link to the image and enter the following code in your profile, replacing the XXX with the image location.

<img src = "XXX">

Could you suggest some sites?

Moreover, how could I use Italic, Bold, change colours, set a wallpaper (like necrovion alliance, for example), ...? I mean, what kind of coding do the papers use?

The Code you use in the Personal Pages is html. There's lots of Places online that Give free instruction on how to use HTML so I suggest you Search there.

Yes Photobucket is what I use to Upload Images.

Bold and Italics are similar to BB-Codes.

<b>Bold</b> is Bold

<i>Italics</i> is Italics

The pages support any frontend scripting language. Furthermore there's aome thing you need to be aware of. The pages insert a break tag <br/> everytime you do a line break, it's really annoying and it insert the " around the attributes automaticly so you should omit them in your coding ie <img src=url />

one more thing actually, it escapes the " and ' in the text on your profile, to fix that you just need to replace them with the corresponding ascii code.

The pages support any frontend scripting language. Furthermore there's aome thing you need to be aware of. The pages insert a break tag <br/> everytime you do a line break, it's really annoying and it insert the " around the attributes automaticly so you should omit them in your coding ie <img src=url />

one more thing actually, it escapes the " and ' in the text on your profile, to fix that you just need to replace them with the corresponding ascii code.

<br/> can be used in the title field (the top box) should you wish to have it on more then one line (pressing enter there doesn't work).

Also, if you have used the " " for any parameters, it will still work (so don't worry, you don't have to go recode if you used them).

I've been using them all along, didn't realise I didn't have to... but I'm used to using them anyhow.

  • 2 weeks later...

Images: <img src="[url]" />
Videos:
<object width="[width]" height="[height]"><param name="movie" value="[url]"></param><param name="allowFullScreen" value="true"></param><embed src="[url]" type="application/x-shockwave-flash" allowfullscreen="true" width="[width]" height="[height]"></embed></object>

This will show properly in the personla pages but not in the /players/[playername] page for that you need to remove the " pretty much everywhere in the code.
Hope it helps.

There's no body in the personal page that you can manipulate like that, you will have to make a divider with the background.

<div style="background-image: url('[url]');width:[width];height:[height];z-index:-1;"> [everything else of the page] </div>

That should do it if not I also too only know how in css.

Guest
This topic is now closed to further replies.

Forum Statistics

  • Total Topics 17.5k
  • Total Posts 182.2k

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.