Beths
05-29-2005, 03:23 PM
I have codes that remove everything and I think its not letting the picture I want to add to show.
Is there a code that will make the picture it self show? So I dont haft to remove my other codes?
Oh and is there a code to move pictures around so when I get it to show I can move it to the spot I want it at?
benred13
05-29-2005, 04:07 PM
Can you give the code or link so we can see what you mean?
Beths
05-29-2005, 05:32 PM
This is what i use for my look up
<style type="text/css">
p table { display: none; }
</style>
<style>body{background:black}</style>
<style>
#n{display: none;}
table, td {background: transparent;}
img {filter:alpha(opacity=0);}
p img {filter:none alpha(opacity=100) chroma(color=white);}
</style>
<style>BODY,TD,FONT,P,I {COLOR: red; verdana, Arial, Helvetica;
cursor:; font size:10;} A {COLOR: 660000; CURSOR:;
FONT-FAMILY: verdana, Arial, Helvetica; font-size:10px; text-decoration:none;}
A:hover {COLOR: red; CURSOR:line-through;}
</style>
<style type=text/css>
BODY{
font-family:comic sans ms;
font-size:7.5pt;
align:justify;
{
scrollbar-face-color: black;
scrollbar-highlight-color: black;
scrollbar-3dlight-color: black;
scrollbar-darkshadow-color: black;
scrollbar-shadow-color: black;
scrollbar-arrow-color: red;
scrollbar-track-color: black;
}
</style>
<b>
|<a href=addpet.phtml> Create </a>|<a href=petcentral.phtml> Central </a>|<a href=explore.phtml> Explore </a>|<a href=gameroom.phtml> Games </a>|<a href=neomessages.phtml> Neomail </a>|<a href=objects.phtml> Shops </a>|<br>|<a href=/neoboards/index.phtml> Boards </a>|<a href=nf.phtml> News </a>|<a href=stuff.phtml> Stuff </a>|<a href=help.phtml> Help </a>|<a href=loginpage.phtml> Login </a>|<a href=> Logout </a>|
</b>
<br><br><br>
This Is My Look Up.. Yupper sure is. <br>
So... <br><br>
<b>-About Me-</b><br>
Name: Beth<br>
Last Spotted: 209 days ago.. HAHA <br>
Status: Im Online.. Even though I havnt Been Spotted for 209 Days. <br>
Country: USA <br>
Gender: She<br>
Age: 14<br>
Avatars: 909. JK! I have 76<br>
My Shop: <a href=http://www.neopets.com/browseshop.phtml?owner=elizabeth_s> Me Shop</a><br>
Guild:<a href=http://neopets.com/guilds/guild.phtml?id=644748>DeathByNight</a> <br><br><br>
<b>-My Pets-</b><br>
<a href=http://www.neopets.com/search.phtml?selected_type=pet&string=EyeHamWeToddDid> WeToddHere</a><br>
<a href=http://www.neopets.com/search.phtml?selected_type=pet&string=My_Screen_Shots>Screen Shot</a><br>
<a href=http://www.neopets.com/search.phtml?selected_type=pet&string=PrincessTamatha> Princess</a><br>
<a href=http://www.neopets.com/search.phtml?selected_type=pet&string=TweetyWannaBe> This Aint No Tweety</a><br>
<br><br><br><br>
<b>Listen To This</b><br>
Neomail: Semi Open <br>
Nefriends: NOT open<br>
Guild Request: Closed<br>
Now that I have made it clear. Please go away.<br><br>
Tell me I'm<a href=http://www.neopets.com/neomessages.phtml?type=send&recipient=elizabeth_s> The Coolest </a><br>
Befriend <a href=http://www.neopets.com/add_neofriend.phtml?neofriend=elizabeth_s> Me I'm Blonde</a>
benred13
05-29-2005, 06:02 PM
First off, you cant have links with .phtml on the end. So they wont work in my experience. The picture wont show because you havent got a the <img src=url of image> code. Try adding that and it should work. To align it just put it inside of a paragraph and type one of these to align it.
<p align=left></p>This will align it left.
<p align=center></p>This will align it to the center.
<p align=right></p>This will aclign to the right.
So altogether it would look like this.
<p align=your directipn><img src=url of image></p>
Hope this helps.
Beths
05-29-2005, 06:07 PM
thank you so much, i couldnt figure it out before