Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Quick styling Echo"" question
Old 10-28-2008, 03:45 PM Quick styling Echo"" question
Novice Talker

Posts: 10
Name: kellyy
Trades: 0
Where abouts would i put the styling in this php script?
I want to take off the border around the linked image, but where abouts would i put the border="0" in this code>?

PHP Code:
//Outputs the image and other data
Echo "<a href=images/".$info['photo'] ."><img src=images/thumbs/".$info['photo'] ."> <br>"
kelly3330 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-28-2008, 03:59 PM Re: Quick styling Echo"" question
stoot98's Avatar
Ultra Talker

Posts: 427
Name: Stuart
Location: Glasgow, Scotland
Trades: 0
Code:
//Outputs the image and other data
Echo "<a href=images/".$info['photo'] ."><img border=\"0\" src=images/thumbs/".$info['photo'] ."> <br>";
but you should probably use CSS styling for it.
stoot98 is offline
Reply With Quote
View Public Profile
 
Old 10-28-2008, 04:01 PM Re: Quick styling Echo"" question
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Why bother with PHP? Just use CSS to target the image. Personally, I make all images in my sites be borderless by default:

CSS
Code:
img {
border: none;
}
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 10-28-2008, 05:33 PM Re: Quick styling Echo"" question
Novice Talker

Posts: 10
Name: kellyy
Trades: 0
thanks guys
kelly3330 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Quick styling Echo"" question
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.63159 seconds with 12 queries