PDA

View Full Version : Coding help.



lMattz
11-04-2006, 02:44 PM
Hey when i code it seems to be fine but because of the different dimensions everyone has it seems to be different for other people. What dimensions do you use and what program do you use to code?

Ty

- Matt

ADAM:
11-04-2006, 02:48 PM
I use Dreamweaver 8 and code in Valid XHTML, or i sometimes use Notepad.

What do you use?

James!
11-04-2006, 02:49 PM
Microsoft Frontpage/Dreamweaver 8/Notepad.

Jamie.
11-04-2006, 04:38 PM
I use Dreamweaver 8 and code in Valid XHTML, or i sometimes use Notepad.

What do you use?
exactly that

lMattz
11-04-2006, 05:04 PM
Front page. Is there any alternative than putting iframes on the template but has the same effect?

Ty

- Matt

lew!
11-04-2006, 06:19 PM
Notepad. Just Use Tables, I Wanna know how to code better, Please Pm me if you can teach me for free :)

Splinter
11-04-2006, 06:44 PM
Notepad / Notepad2 is all you need =]

lMattz
11-04-2006, 06:56 PM
Front page. Is there any alternative than putting iframes on the template but has the same effect?

Ty

- Matt

Lol, could anyone answer that question?!

Encryptions!
11-04-2006, 07:06 PM
Hello.

You could code in CSS classes and XHTML to achieve the effect.

For example:




.content{
width: 400px;
border: 1px solid #000000;
}



And then in your XHTML page where you want it to go:


<div class="content"> Content </div>

Also this will achieve an expanding effect because their is no height tag set; if you wish to set a height tag then it is:


height: 1000000px;

Hope this helps
Encryptions

lMattz
11-04-2006, 07:20 PM
Okay thankyou. :D +rep

Tomm
11-04-2006, 07:27 PM
Also do not use frontpage. Most of the stuff you make in it will not work in firefox or anyother browser apart from IE.

Want to hide these adverts? Register an account for free!