Home   Help Search Login Register  

Author Topic: Dirty, Dirty Picture  (Read 1870 times)

0 Members and 1 Guest are viewing this topic.

Captain Winters

  • Guest
Dirty, Dirty Picture
« on: 07 Oct 2002, 02:29:33 »


[attachment deleted by admin]

Captain Winters

  • Guest
Re:Dirty, Dirty Picture
« Reply #1 on: 07 Oct 2002, 02:31:38 »
oops! posted twice (again) Forgive me Almighty MODS!!!

asmodeus

  • Guest
Re:Dirty, Dirty Picture
« Reply #2 on: 07 Oct 2002, 02:40:17 »
Hey!

if what you posted is exactly what you had

Quote
<p align="center"><img src="pic.jpg" width="170" height="90"></p>

and the pic name is really pichelp.jpg it should be:

<p align="center"><img src="pichelp.jpg" width="170" height="90"></p>

But, I bet that's not what you mean..  Also I was thinking maybe the size you chose is the prob?  

Just a couple shots in the dark..  Back to work for me!

Kaliyuga

  • Guest
Re:Dirty, Dirty Picture
« Reply #3 on: 07 Oct 2002, 02:40:42 »
I have no idea why you have so much HTML there ::)

this one right here works just fine....  ;)


<html>
<head>
<title>Overview</title>
</head>

<body>

<br>
<h2 align="center"><a name="Main">yourmissonname</a></h2>

<p align="center"><img src="yourpichere.jpg" width="170" height="64"></p>
<BR>

<p>
YOURTEXTHERE
<br>
</p>

<br>

</body>
</html>



**EDIT** Damn .. beaten by thirty seconds again:p**EDIT**
« Last Edit: 07 Oct 2002, 02:43:00 by Kaliyuga »

Captain Winters

  • Guest
Re:Dirty, Dirty Picture
« Reply #4 on: 07 Oct 2002, 02:56:02 »
no none of that workS! i get some error saying sumthin' aboiut "2^n" anyone know what that means?

asmodeus

  • Guest
Re:Dirty, Dirty Picture
« Reply #5 on: 07 Oct 2002, 03:38:04 »
Yeah, it's the size of the pic that is the problem..  It has to be divisible by 2, I usually use 128 x 64...

seanver

  • Guest
Re:Dirty, Dirty Picture
« Reply #6 on: 07 Oct 2002, 19:03:29 »
Quote
It has to be divisible by 2, I usually use 128 x 64...

It has to be a power of two (so 4,8,16,32,64,128,256, etc) not divisible by 2, since 128 is divisible by 2, but 130 is divisible too, and 130 won't work.

Captain Winters

  • Guest
Re:Dirty, Dirty Picture
« Reply #7 on: 08 Oct 2002, 01:59:04 »
Asmo, I'm Gonna Try Your Idea, But i Gotta Do My Math HW so i  brb in like 20mins

asmodeus

  • Guest
Re:Dirty, Dirty Picture
« Reply #8 on: 08 Oct 2002, 02:45:34 »
Cool.. Yeah, power of two, that's what I meant.   ::)

Thanks SeanVeR!   ;D

Captain Winters

  • Guest
Re:Dirty, Dirty Picture
« Reply #9 on: 08 Oct 2002, 03:37:04 »
It Works But Its Crappy I'll attach a pic in 5

Captain Winters

  • Guest
Re:Dirty, Dirty Picture
« Reply #10 on: 08 Oct 2002, 03:52:54 »
Hey I Used A .paa Pic From Another File And It Works Like Frikin' mAgic! Whats A Program That U Ken Save ur Pics As a .paa file? ???

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Dirty, Dirty Picture
« Reply #11 on: 08 Oct 2002, 04:14:01 »
texture viewer it will be in the editors depot.

DirTyDeeDs

  • Guest
Re:Dirty, Dirty Picture
« Reply #12 on: 10 Oct 2002, 14:32:15 »
i did this in my BRIEFING, it looks great,,,,  the pic is 256x256 24bpp  using irfanview.....

 <a href="marker:Respawn_East">Russian base</a><br>
<a href="marker:Rus_flag_1">Russian flag</a><br>
<a href="marker:Respawn_West">US base</a><br>
<a href="marker:US_flag_1">US flag</a>
</p>
<! --- konec popisu mise>

<hr>
<! --- podrobný plán mise step-by-step>
<p align="center"><img src="mypic.jpg" width="200" height="200"></p>
<p><a name="plan"></a>
Capture the flag.
</p>
<hr>

<p><a name = "OBJ_START"></a>Capture the enemy flag thingy.
« Last Edit: 10 Oct 2002, 14:35:39 by DirTyDeeDs »