Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: HTML Forum:
image sizes...

 

 


Jehu
Veteran


Mar 29, 2005, 3:11 PM

Post #1 of 4 (476 views)
Shortcut
image sizes... Can't Post

i tried to edit my pictures on the top of my site to percentages instead of

pixels so that it doesn't go mega huge on monitors is small res.

but they just don't appear when i check the page



Code
 <body bgcolor="#000000" text="#FFFFFF" link="#CC9900" vlink="#CC9900"  
alink="#CC9900" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="59%" border="0">
<tr>
<td width=31%><img src="top.jpg" width=31% height=26%></td>
<td width=27%>
<div align="center"><font face="Verdana, Arial, Helvetica, sans-serif">
<img src="
http://www.FREEwebs.com/xthexemberx/xthexemberx.bmp" width=31% height=11%>
</font></div>



changed from


Code
 <body bgcolor="#000000" text="#FFFFFF" link="#CC9900" vlink="#CC9900"  
alink="#CC9900" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="760" border="0">
<tr>
<td width="400"><img src="top.jpg" width="400" height="267"></td>
<td width="350">
<div align="center"><font face="Verdana, Arial, Helvetica, sans-serif">
<img src="http://www.FREEwebs.com/xthexemberx/xthexemberx.bmp"></font></div>

so what am I supposed to change?


_______



Cruel__Machine
Senior Member


Mar 29, 2005, 6:22 PM

Post #2 of 4 (469 views)
Shortcut
Re: [Jehu] image sizes... [In reply to] Can't Post

you have the img parameter right. There is just something wrong with the rest of ur code. Just this:

<img src="http://www.FREEwebs.com/xthexemberx/xthexemberx.bmp" width=50% height=100%>

works fine. But I'm not sure wat's wrong with the other code. Since I'm assuming that not the full code ur using since those snippets are missing ending tags and stuff. You should just remove some of the containers and tables around the pic and start kinda from the beginning to figure out which part is messing up the img code.


EOP
___________________________
"If evolution were true, I'd have a self-lubricating hand."

Programmers: http://Cruels.net


Jehu
Veteran


Mar 30, 2005, 7:23 AM

Post #3 of 4 (465 views)
Shortcut
Re: [Cruel__Machine] image sizes... [In reply to] Can't Post

that's the thing... I dont do HTML from scratch so if i did I'd mess it up....

I only copy and edit...

you want to look over the whole page to see what's wrong?

here:


Code
  <html>  
<head>
<title>×The×Ember×</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head> <body bgcolor="#000000" text="#FFFFFF" link="#CC9900" vlink="#CC9900" alink="#CC9900" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="59%" border="0">
<tr>
<td width=31%><img src="top.jpg" width=31% height=26%></td>
<td width=27%>
<div align="center"><font face="Verdana, Arial, Helvetica, sans-serif"><img src="/xthexemberx.bmp" width=31% height=11%></font></div>
</td>
</tr>
<tr>
<td colspan="2">
<div align="center"><a href="/xthexemberx/index.htm"><font face="Verdana, Arial, Helvetica, sans-serif">Home</font></a>
<font face="Verdana, Arial, Helvetica, sans-serif">
<a href="/xthexemberx/music.html">Music</a>
<a href="#">News</a>
<a href="/xthexemberx/theband.html">The Band</a>
<a href="/xthexemberx/quotes.html">Quotes</a>
<a href="#">Pictures</a>
<a href="#">Guestbook</a></font></div>
</td>
</tr>
</table>
<table width=65% border="1" cellspacing="0" bordercolor="#CC9900">
<tr>
<td height=26%>
<p><center> <font face="Verdana" size="6">Quotes</font> </center>



<center> <font face="Verdana" size="2"> <br> <p>

content here

</p></font></center>
</td>
</tr>
</table>
</body>
</html>



<center><span style="width: 100%; font-family: helvetica; font-size: 6px; Filter: Alpha(Opacity=0,FinishOpacity=0, Style=1);">
Design downloaded from <a href="
http://www.FREEwebtemplates.com" style="font-family: helvetica; font-size: 6px;">FREEWebTemplates.com</a><br>
FREE web design, web templates, web layouts, and website resources!
</span></center><br><br>



_______


(This post was edited by Jehu on Mar 30, 2005, 7:24 AM)


Cruel__Machine
Senior Member


Mar 30, 2005, 9:54 AM

Post #4 of 4 (462 views)
Shortcut
Re: [Jehu] image sizes... [In reply to] Can't Post

Arg sry... if I had more time today I could look at it.

If worked in firefox, but not ie for me... not sure why.


EOP
___________________________
"If evolution were true, I'd have a self-lubricating hand."

Programmers: http://Cruels.net

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.12 s on (CGI/1.1)