Reply
source code
Old 06-11-2002, 09:57 PM source code
Extreme Talker

Posts: 168
Location: Alton , Illinois
could someone please look at my source code at

http://www.altonpost.net/bazar/pictures.php

and tell me what I have to do to get thos blue lines outlining my icons for the personals....

Thanks

Jeff
altonpost is offline
Reply With Quote
View Public Profile Visit altonpost's homepage!
 
When You Register, These Ads Go Away!
Old 06-11-2002, 10:31 PM Hey
TimSchroeder's Avatar
Admin/Owner

Posts: 6,142
Location: Orlando, FL
<a href="http://www.altonpost.net"><img src="images/alton6.jpg" border=1>

Change the the borders to = 0

That will work
__________________
Webmaster-Talk Admin - Forum Rules | Other ePressive Websites: PC Forum |eMonetized Blog
Follow Tim Schroeder on Twitter! | Free Magazines


TimSchroeder is offline
Reply With Quote
View Public Profile Visit TimSchroeder's homepage!
 
Old 06-11-2002, 10:41 PM
Extreme Talker

Posts: 168
Location: Alton , Illinois
thats a no go
altonpost is offline
Reply With Quote
View Public Profile Visit altonpost's homepage!
 
Old 06-11-2002, 11:23 PM
HeidiLynn's Avatar
King Spam Talker

Posts: 1,119
hmm that should have worked...
HeidiLynn is offline
Reply With Quote
View Public Profile Visit HeidiLynn's homepage!
 
Old 06-11-2002, 11:24 PM
HeidiLynn's Avatar
King Spam Talker

Posts: 1,119
Your </ a> tag is missing on this one:

< a href="http://www.altonpost.net" >< img src="images/alton6.jpg" border=0 >
HeidiLynn is offline
Reply With Quote
View Public Profile Visit HeidiLynn's homepage!
 
Old 06-11-2002, 11:30 PM
HeidiLynn's Avatar
King Spam Talker

Posts: 1,119
You talking about the woman and men gif right?

< img src="images/icons/woman.gif" border=0 >

< img src="images/icons/men.gif" border=0 >

Add the border=0 on the end of those. That should do it.

Heidi
HeidiLynn is offline
Reply With Quote
View Public Profile Visit HeidiLynn's homepage!
 
Old 06-11-2002, 11:39 PM
Extreme Talker

Posts: 168
Location: Alton , Illinois
This is the code for my personal page where the jpg is located...it was still a no go



<td valign="top" align="left">
<table align="center" border="0" cellspacing="0" cellpadding="1" margin=1 width="470" height="421">
<tr>
<td class="class1">
<table align="center" border="0" cellspacing="0" cellpadding="3" width="100%" height="421">
<tr>
<td class="class2">
<table align="center" width="100%">
<tr>
<td>
<div class="mainmenu">
<font size="1">Free Alton Post Classifieds</font>



</div>
</td>
<td width="20%">
<div class="mainheader"></div>
</td>
</tr>
</table>
<table align="center" cellspacing="0" cellpadding="3" width="100%" border="0">
<tr><td><div class="maincatnav"><a href="classified.php" onmouseover="window.status='Classifieds'; return true;"
onmouseout="window.status=''; return true;"></a>
</td></tr></table><table align="center" cellspacing="1" cellpadding="0" width="100%" border="0">
<tr>
<td class="classcat1">

</td>
<td class="classcat2">
<a href="classified.php?catid=8&subcatid=26" onmouseover="window.status='';
return true;" onmouseout="window.status=''; return true;"><img src="images/icons/woman.gif"></a>
<div class="smallleft">
<br>
<a href="notify.php?addid=26"
onClick='enterWindow=window.open("notify.php?addid =26","Notify","width=400,height=200,top=200,left=2 00"); return false'
onmouseover="window.status='Add this Category to my Auto Notify'; return true;"
onmouseout="window.status=''; return true;">
<img src="images/icons/mail.gif" border="0" alt="Add this Category to my Auto Notify" align="right" vspace="0"></a>
</div> </td>
<td class="classcat1">

</td>
<td class="classcat2">
<a href="classified.php?catid=8&subcatid=30" onmouseover="window.status='';
return true;" onmouseout="window.status=''; return true;"><img src="images/icons/men.gif"></a>
<div class="smallleft">
<br>
<a href="notify.php?addid=30"
onClick='enterWindow=window.open("notify.php?addid =30","Notify","width=400,height=200,top=200,left=2 00"); return false'
onmouseover="window.status='Add this Category to my Auto Notify'; return true;"
onmouseout="window.status=''; return true;">
<img src="images/icons/mail.gif" border="0" alt="Add this Category to my Auto Notify" align="right" vspace="2"></a>
</div> </td>
</tr>
</table>





<script language="JavaScript1.2">

/*
Cross browser marquee script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/


//Specify the marquee's width (in pixels)
var marqueewidth=400
//Specify the marquee's height (in pixels, pertains only to NS)
var marqueeheight=20
//Specify the marquee's scroll speed (larger is faster)
var speed=6
//Specify the marquee contents
var marqueecontents='<font face="Arial"><strong><big>Thank you for visiting The Alton Post</a> WE HAVE FREE PERSONAL ADS but you gotta REGISTER its FREE<a href="http://www.altonpost.net/bazar/register.php"> click here.</a> Congratulations to our newest winner RIKI. We are contsantly updating and working on the site so be sure to check back! </big></strong></font>'

if (document.all)
document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+marqueecontents+' </marquee>')

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}

function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.w rite('<nobr>'+marqueecontents+'</nobr>')
document.cmarquee01.document.cmarquee02.document.c lose()
thelength=document.cmarquee01.document.cmarquee02. document.width
scrollit()
}

function scrollit(){
if (document.cmarquee01.document.cmarquee02.left>=the length*(-1)){
document.cmarquee01.document.cmarquee02.left-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.left=marqu eewidth
scrollit()
}
}

window.onload=regenerate2
</script>



<p>





<font color="#0000FF"><b>Free Singles Services. Create Your Personal Ad, Search for Others' Ads, and Contact Interesting Singles for FREE! Get Free Email, Access Our Online Community with Chat Rooms and Bulletin Boards.
</b></font> <font color="#FF0000"><b><a href="http://www.altonpost.net/bazar/register.php">Register</a></b></font>
<b><font color="#0000FF">1st </font></b> or visit a FEE based sponser below.
<p>

<a href="http://www.qksrv.net/click-1122027-8159760" target="_blank" onmouseover="window.status='http://www.mingles.com';return true;" onmouseout="window.status=' ';return true;">
<img src="http://www.qksrv.net/image-1122027-8159760" width="450" height="60" alt="Photo Personals at Mingles.com!" border="0"></a>
<p>
<a class=sec href="http://www.altonpost.net/bazar/date.htm">Tips for placing personal ads</a> Tips to help you place free <i>personal ads</i>. Find out what to say, how much information to give, and what to expect when waiting for replies. Includes inexpensive options for getting your photo online to upload with your personal profile. <br> <br> </td> </tr> <tr> <td colspan=6>

<a href="http://www.qksrv.net/click-1122027-5346685" target="_blank" onmouseover="window.status='http://www.eharmony.com';return true;" onmouseout="window.status=' ';return true;">
<img src="http://www.qksrv.net/image-1122027-5346685" width="450" height="60" alt="Find your soul mate!" border="0"></a>
<p>


</td>
</tr>
</table>
</td>
</tr>
</table>
altonpost is offline
Reply With Quote
View Public Profile Visit altonpost's homepage!
 
Old 06-11-2002, 11:58 PM
HeidiLynn's Avatar
King Spam Talker

Posts: 1,119
Quote:
Originally posted by altonpost
This is the code for my personal page where the jpg is located...it was still a no go

<td class="classcat2">
<a href="classified.php?catid=8&subcatid=26" onmouseover="window.status='';
return true;" onmouseout="window.status=''; return true;"><img src="images/icons/woman.gif" **></a> ** add border=0 here
well maybe it was done on the wrong images. border=0 is the code to use to remove the border from an image link.

I don't know of any other way.

Heidi
HeidiLynn is offline
Reply With Quote
View Public Profile Visit HeidiLynn's homepage!
 
Old 06-12-2002, 12:00 AM
HeidiLynn's Avatar
King Spam Talker

Posts: 1,119
I also just viewed the source code again and those images do not have border=0 in there. If they don't the blue border will show.
HeidiLynn is offline
Reply With Quote
View Public Profile Visit HeidiLynn's homepage!
 
Old 06-12-2002, 12:01 AM
Extreme Talker

Posts: 168
Location: Alton , Illinois
wooooooot....that did it...thanks...thats what I get for copying and pasting..but...im learning...eheheheh

you all are great..thanks everyone
altonpost is offline
Reply With Quote
View Public Profile Visit altonpost's homepage!
 
Old 06-12-2002, 12:04 AM
TimSchroeder's Avatar
Admin/Owner

Posts: 6,142
Location: Orlando, FL
Well, if the gifs were designed/created with a border around them, then there is nothing you can do about it except edit them in Photoshop yourself.

If you are talking about the woman and men gifs...

You have:
<img src="images/icons/woman.gif">

Change this to:
<img src="images/icons/woman.gif" border = 0>

__________________
Webmaster-Talk Admin - Forum Rules | Other ePressive Websites: PC Forum |eMonetized Blog
Follow Tim Schroeder on Twitter! | Free Magazines


TimSchroeder is offline
Reply With Quote
View Public Profile Visit TimSchroeder's homepage!
 
Old 06-12-2002, 12:05 AM
HeidiLynn's Avatar
King Spam Talker

Posts: 1,119
Glad it was worked out. We are all still learning just at different levels. I have learned in website design the learning never really stops.
HeidiLynn is offline
Reply With Quote
View Public Profile Visit HeidiLynn's homepage!
 
Old 06-12-2002, 12:08 AM
TimSchroeder's Avatar
Admin/Owner

Posts: 6,142
Location: Orlando, FL
I think we all posted at the same time
__________________
Webmaster-Talk Admin - Forum Rules | Other ePressive Websites: PC Forum |eMonetized Blog
Follow Tim Schroeder on Twitter! | Free Magazines


TimSchroeder is offline
Reply With Quote
View Public Profile Visit TimSchroeder's homepage!
 
Old 06-12-2002, 12:13 AM
HeidiLynn's Avatar
King Spam Talker

Posts: 1,119
Quote:
Originally posted by Chief
I think we all posted at the same time
yeah...

*hopes that smilie shows up*

it didn't show up.

Can I request a new addition?
HeidiLynn is offline
Reply With Quote
View Public Profile Visit HeidiLynn's homepage!
 
Old 06-12-2002, 12:14 AM
Extreme Talker

Posts: 168
Location: Alton , Illinois
yeah...we did...by the way...drach...ill be available soon...hehehe
I could use a good webmaster in my life...ehhehe


come to St.louis....muhahahahahah
altonpost is offline
Reply With Quote
View Public Profile Visit altonpost's homepage!
 
Old 06-12-2002, 12:16 AM
Extreme Talker

Posts: 168
Location: Alton , Illinois
lol..that must have been a omen...we posted at the same time again.....oooops...hey this aint the personals

Jeff
altonpost is offline
Reply With Quote
View Public Profile Visit altonpost's homepage!
 
Old 06-12-2002, 12:19 AM
HeidiLynn's Avatar
King Spam Talker

Posts: 1,119
Quote:
Originally posted by altonpost
lol..that must have been a omen...we posted at the same time again.....oooops...hey this aint the personals

Jeff
hee hee
HeidiLynn is offline
Reply With Quote
View Public Profile Visit HeidiLynn's homepage!
 
Old 06-12-2002, 12:20 AM
HeidiLynn's Avatar
King Spam Talker

Posts: 1,119
Quote:
Originally posted by altonpost
yeah...we did...by the way...drach...ill be available soon...hehehe
I could use a good webmaster in my life...ehhehe


come to St.louis....muhahahahahah
well I am kinda already taken...
HeidiLynn is offline
Reply With Quote
View Public Profile Visit HeidiLynn's homepage!
 
Old 06-12-2002, 12:23 AM
TimSchroeder's Avatar
Admin/Owner

Posts: 6,142
Location: Orlando, FL
I think alton fell in love with your avatar

Drache, you sure keep me busy! Another smiley to add...
__________________
Webmaster-Talk Admin - Forum Rules | Other ePressive Websites: PC Forum |e<