close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

CSS Help

Thread began 6/21/2013 4:59 am by Daniel | Last modified 6/24/2013 2:07 pm by Jason Byrnes | 1950 views | 9 replies |

Daniel

CSS Help

Hi there

I'm not sure as to why this is doing it. I saved my index.php page as listen-now.php with the same css style. How ever when I go from the index page to the listen-now page the nav size is not the same?


Any idea on why this is doing it?

Thanks
Daniel

http://www.justvibe.co.uk
http://www.justvibe.co.uk/listen-now.php

Sign in to reply to this post

Jason ByrnesWebAssist

on the first page, you set the font family for the body tag:

body {
background-color: #333333;
font-family: Arial,Helvetica,sans-serif;
}


on the second page you dont:
body {
background-color: #000000;
background-image: url("../images/bg.gif");
background-repeat: repeat-x;
font-size: 100%;
line-height: 1.6;
margin: 0;
padding: 0;
text-decoration: none;
}


add the font family to the body tag:
font-family: Arial,Helvetica,sans-serif;

Sign in to reply to this post

Daniel

HI Jason

I have done that but its still doing the same?

Sign in to reply to this post

Jason ByrnesWebAssist

in the CSS File:
http://www.justvibe.co.uk/assets/css/listen-now-style.css

the CSS For the body tag:

body  {
background-image : url(../images/bg.gif);
background-color : #000;
background-repeat : repeat-x;
margin : 0;
padding : 0;
line-height : 1.6;
text-decoration : none;
font-size : 100%;
font-family : "Chaparral Pro", "Palatino Linotype", "Book Antiqua", "Palatino, serif",;
}



uses a different font family listing, that, and the listing is not formatted correctly.

Sign in to reply to this post

Daniel

Hi Jason. I understand that however I have look at the css file im uploading and the body css are the same.

any idea?

Sign in to reply to this post

Jason ByrnesWebAssist

what css file are you uploading?

the page is using the:
http://www.justvibe.co.uk/assets/css/listen-now-style.css

file, so you need to make the change in that file.

if you are changing and uploading that file, then the upload is not working.

Sign in to reply to this post

Daniel

please see above attached image.

Sign in to reply to this post

Jason ByrnesWebAssist

on the index page, though, the http://www.justvibe.co.uk/assets/css/twitter-styles.css file is overriding the font family to Arial,Helvetica,sans-serif;

Sign in to reply to this post

Daniel

Thanks Jason. That seams to have done it. I just moved the <link href="assets/css/twitter-styles.css" rel="stylesheet" type="text/css" /> to above the css for the twitter.

Could you have one last check you end to make sure?

Sign in to reply to this post

Jason ByrnesWebAssist

yes, they look the same now.

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...