need help...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rahulgodse1986
Forum Newbie
Posts: 1
Joined: Wed Feb 02, 2011 1:45 am

need help...

Post by rahulgodse1986 »

i hav a function in php file that returns a table within an anchor tag as html but in mozilla sometimes that table is returned out of the anchor tag which makes it unclickable...it works fine some times while some times it doesnt...
gtr053
Forum Newbie
Posts: 9
Joined: Mon Jan 24, 2011 3:52 pm
Location: Tuscaloosa, AL

Re: need help...

Post by gtr053 »

Why are you putting a table inside an anchor tag? That's bad HTML.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: need help...

Post by social_experiment »

Post the function code here please :)
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply