How (HTML) would I show a box in the dead center of the page, using the current theme's TCAT and stuff
As well as the backgound for the theme. I'm making a plugin and I need to create a new page


![]() |
How (HTML) would I show a box in the dead center of the page, using the current theme's TCAT and stuff
![]() ![]()
Ok, i know that bit
![]() Its making a table that uses the theme correctly ![]() ![]()
You mean something like this: http://yaldaram.com/showthread.php?tid=46&highlight=box
You can add your own box as well;
How would I echo that in PHP? What do I need to escape?
EG: <td class="thead"> becomes <td class=\"thead\"> What about: "{$theme[\\\'borderwidth\\\']}"
The \\\ is not part of the code.
First line should be:
Not sure how to escape it though, sorry. ![]()
You can use the following function to escape '
I know how to escape code, just not where to in this case
![]() I wanna try do it without having to make a template too ![]()
You shoudn't have to escape the singles quotes in the variable brackets, but just put the code in single quotation marks so you can use the regular ones for your code. ie. $template = '< href="blacdfsfsd">';
good u
Ok, now how do I get the background in?
![]() And how would i put this in: cellspacing="{$theme['borderwidth']}"? |
« Next Oldest | Next Newest »
|