![]() |
Two links or more + images in 1 row
Well, i want to edit a lot of mysidia, i have some changes but i get stuck in this part....
I want to put two links with images in one row... Here the code (I tried but i cant...) PHP Code:
Php/Html knowledge = 2/10 :wiii: |
Re
Um, by any chance, are you trying to display an adoptable's stats on its click page? Sorry, I can't understand you very well, because if that's the case, someone just finished helping me with that. :3
Edit: Sorry, mistook the code for another! Wait, are the links in there? |
In the same row or in the same cell?
Cells is a linked list of TCells that form a row. Each TCell is a single cell in that row. To put them in the same row but different cells, you need to create a TCell for each thing you want to add, like $cells->add(new TCell($STATS)); $cells->add(new TCell($FEEDEAR)); etc... (you have four columns it seems from the header, so you can only add four Tcells) To put them in the same cell, I believe there is no other way other than putting it all inside a Comment and then the comment inside the TCell, like $comment = new Comment("{$variableHere} blablabla <img src='link.png'> blablabla");//comments can have html $cells->add(new TCell($comment)); |
Quote:
http://www.mysidiaadoptables.com/for...allink_ltr.gif Showing stats on click page Dont worry :D Quote:
I dont need those variables, i didnt know about that, y just write the code like i learn (Simple html) and obviously work :D PHP Code:
So.... we end with this thread... Thx :D How i can thank you? :D PD: Sorry for my english.... (Im getting better but slower....) |
All times are GMT -5. The time now is 05:18 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.