This is a discussion on "[SOLVED] My page numbers are falling off of my website!!" within the Web Page Design section. This forum, and the thread "[SOLVED] My page numbers are falling off of my website!! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] My page numbers are falling off of my website!!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hello,
I would like to have a go at sorting out a problem on my website http://www.letsrent2me.com/list_properties.php All of the old pages for my website are being cut off at the edge and they need re-arranging. I don't really want to use a web designer and would like to have a go myself, does anyone know if this is achievable and if so what would be involved. I don't know much about web design but would like to learn by doing a few little jobs myself appreciate any help which you could give me, thks |
|
|
|
||||
|
Re: My page numbers are falling off of my website!!
moved to css forum
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
|
|
||||
|
Re: My page numbers are falling off of my website!!
Are you aware of CSS?
In your CSS folder there's a file called basic.css. You need to find the line
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
|||
|
Thanks a lot I will try that and let you know how I got on, really greatful to you for all your help.
|
|
|||
|
Hello again
I have managed to locate the basic css file which you mentioned and found the line which you quoted, currently it reads; .viewpageslinksbar{background:#A0CFFD;border-bottom:1px solid #4489AA;border-top:1px solid #72B3D1;margin-bottom:4px;} I just wanted to confirm with you before I change it, do i get rid of -bottom:4px;} and type width: 532px and also do i need to close it with the ;} Thanks |
|
||||
|
Re: My page numbers are falling off of my website!!
aso has said
replace it all with this
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
|
|
|||
|
I'm sorry... misunderstood I could only see the first part of the code in my browser but have now highlighted the whole code and will paste it in, thks once again for your help
|
|
|||
|
i've updated the file but it hasn't changed the page numbers, the right hand side of the website is wider..if i remember correctly last time i think the web designer had to put more properties per page, can you help?thks
|
|
||||
|
Re: My page numbers are falling off of my website!!
my suspicions are that this data is dynamically created via php or some other means, if that is so there could be some css within the php code itself that needs adjusting,
could you me if i am right
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
|
|
||||
|
Re: My page numbers are falling off of my website!!
That's unlikely because if there is any CSS/HTML within the PHP code it will always display in the HTML.
|
|
|||
|
I don't know anything about css or php i'm afraid, is there a way of knowing if there is css within the php code? Thank you both for your help but I think I will leave it as it is at the moment as I dont know anything about css and am unsure about how to insert a space between the pages or how to get rid of the span, unless it is a simple job and you could explain in very simple terms. I think I will read up on css to get a better understanding of the terminology as at the moment I haven't got a clue.
|
|
||||
|
Re: My page numbers are falling off of my website!!
62vye, I can't see the changes you've made.
Are you sure you modified the basic.css file with the correct changes and re-uploaded it? If you do exactly as I said in my original post, and upload the modified file, then we can see the changes and recommend another fix if needed. You don't have to know anything about CSS, PHP or HTML. Just copy and paste-replace the line I originally quoted.
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
|||
|
Re: My page numbers are falling off of my website!!
Seems you have 34 pages listed in:<div class="viewpageslinksbar">
Remove page numbers 21 -->34 from your HTML. Right after that you have <span class="selector"> There is NO .selector class in your stylesheet Add to this class: .viewpageslinksbar {background:#A0CFFD;border-bottom:1px solid #4489AA;border-top:1px solid #72B3D1;margin-bottom:4px;width:532px;} To your Health, Wealth and Success ClaireP |
|
||||
|
Re: My page numbers are falling off of my website!!
capture, you've just reiterated what everyone else has said!
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
|||
|
Sorry about that
For this part; Seems you have 34 pages listed in:<div class="viewpageslinksbar"> Remove page numbers 21 -->34 from your HTML. Right after that you have <span class="selector"> There is NO .selector class in your stylesheet Where do i find the code please is it still in my basic.css folder as i can't find this or do i need to find the html code, and if so where would it be? thks. |
|
||||
|
Re: My page numbers are falling off of my website!!
I wouldn't worry too much about this. All that's being said, is in your HTML you have a <span> element with a class of selector, but no reference to that class in your CSS.
Back to the problem, here's a shot in the dark. Where you previously edited your basic.css file, there's another line that looks like this:
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
|||
|
ok, i've just done that, there is more room for the numbers but it looks like the top property has been squeezed out, do you know if i can alter it so that the property can drop down into place? thks
|
|
||||
|
Re: My page numbers are falling off of my website!!
Ok, this should hopefully be the last fix!
Add this to your CSS:
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
|||
|
|
![]() |
| Tags |
| classes, stylesheet |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Incrementing numbers | RubyRue | ASP.NET Forum | 3 | Mar 12th, 2008 03:25 |
| [SOLVED] new page, with page numbers | saltedm8 | PHP Forum | 9 | Oct 5th, 2007 14:45 |
| Problems with random numbers... | Pheonix | PHP Forum | 3 | Jan 21st, 2007 23:02 |
| Selecting Numbers | WillisTi | Flash & Multimedia Forum | 1 | Nov 16th, 2005 16:56 |