vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Need some basic html!! (https://vborg.vbsupport.ru/showthread.php?t=292778)

Dark Lycan 12-08-2012 08:59 AM

Need some basic html!!
 
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

Simon Lloyd 12-08-2012 03:46 PM

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 :)

Dark Lycan 12-09-2012 04:08 AM

Quote:

Originally Posted by Simon Lloyd (Post 2389355)
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 :)

oh sry, I want some html code so I can create a home page on my site and my bros site, and I need html for html blocks. if you can make it a combo of html, php and divs just the basic kind that would be great. I'm not asking for some really complex code I just need basic code to do what I need.:D

Thank you!?^ ^

Simon Lloyd 12-09-2012 05:10 AM

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>

It's not going to help you, there's no formatting no padding, spacing, sizes or atributes, there's no id's or classes, there's no css.....etc.

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/

Dark Lycan 12-09-2012 05:20 AM

Quote:

Originally Posted by Simon Lloyd (Post 2389460)
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>

It's not going to help you, there's no formatting no padding, spacing, sizes or atributes, there's no id's or classes, there's no css.....etc.

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/

alright well thx for tryin to help anyway.^^


All times are GMT. The time now is 11:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01605 seconds
  • Memory Usage 1,731KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete