Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Having Trouble with this PHP?
Old 01-10-2006, 07:39 PM Having Trouble with this PHP?
Junior Talker

Posts: 1
Trades: 0
Hi,

I am new to this site and I am having trouble with some PHP in dreamweaver.

Basically this code:

<div style=" position:;height:500px; width:200px;overflow;" align="justify" style="SCROLLBAR-FACE-COLOR: #8e8e8e;
SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-BASE-COLOR: #ffffff; scrollbar-3d-light-color: #D88CC8; scrollbar-dark-shadow-color: #D88CC8">

Appears in yellow and is expanding my page across the entire screen? Does anyone know how I can fix this etc?

Thanks
helpme is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-10-2006, 11:58 PM
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
The code you're showing is actually css and not php. You do have some syntax issues which hopefully I can clear up.

All of your css should be in the following form:

property:value;

so your code should look like:

<div style="property1:value1; property2:value2; property3:value3">

If you look you'll notice you don't always follow this convention. You're missing a value for the position property and after the overflow property you closed the quote on the orignal style and switched back to html for align="justify" before beginning another style=""

I think if you clean up the syntax you'll see something closer to what you were expecting.

Is the page you're developing online somewhere. I'd be happy to take a look and see if I can determing more what's happening.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Reply     « Reply to Having Trouble with this PHP?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.10156 seconds with 12 queries