The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Ok i have done the layout design in Photoshop now what should i do?
do i slice it? and after that what do i do? i'm lost and could use some help thx boo |
#2
|
|||
|
|||
![]()
You mean you want to make, say index.html, into index.php? If so, here's a very simple example.
Slice the image and make the HTML page as usual. Afterwards, when the HTML page looks the way you want, encapsulate the HTML page in PHP as shown below, save as index.php, FTP, and then call index.php from your browser. Code:
<?php echo <<<END <html> <body> Hello! </body> </html> END; ?> ![]() |
#3
|
|||
|
|||
![]()
ok the part i can't figure out is the "make the HTML page as usual." what do i do here?
|
#4
|
|||
|
|||
![]()
Okay, to make an HTML page, just look how it's done by right clicking on a webpage, and then choose to view the source.
|
#5
|
||||
|
||||
![]() Quote:
|
#6
|
|||
|
|||
![]()
very little...
and calorie thanks for that tip |
#7
|
||||
|
||||
![]()
Problem is unless you are just going to install a free or purchased script, without knowing at least HTML you would be better off getting someone to do it for you.
I would say get yourself a WYSIWYG HTML editor, like Frontpage or a more advanced one like Dreamweaver. Basically what these do is you create your site much as you would in say MSWord and it creates the HTML code one the fly for you. |
#8
|
|||
|
|||
![]()
MSWord? how would i create a code using that?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|