The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
hey guys I need some basic html and php code for html blocks, can anyone provide me with the code I need plz??
Thank you!!! Dark Lycan |
#2
|
||||
|
||||
![]()
At the risk of sounding bad - "it all depends on what you want", you have to admit that "i want some html and php code" is ambiguous and you'd never get what you need as you haven't asked for anything specific
![]() |
Благодарность от: | ||
ForceHSS |
#3
|
||||
|
||||
![]() Quote:
![]() Thank you!?^ ^ |
#4
|
||||
|
||||
![]()
Again this wont get you what you want, but.....
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>My Page</title> <?php function somefunction(onsomething){ $sf = someaction(onsomething); } ?> </head> <body> <table> <tr><td>This is some text</td> <td>This is more text</td> <td>Even more text</td></tr> <tr><td>This is in a new place</td></tr> </table> <div>This is a div<div>This is another div </div> </div> <div>this is a standard div</div> <div> this is a div showing the result of the php function <?php echo $sf; ?> </div> </body> </html> To be honest, if you're not comfortable with php or html then you're best hiring someone to do it or work through some stuff at http://www.w3schools.com/ |
#5
|
||||
|
||||
![]() Quote:
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|