[SOLVED] Link Color and problem with Image positioning!

This is a discussion on "[SOLVED] Link Color and problem with Image positioning!" within the Web Page Design section. This forum, and the thread "[SOLVED] Link Color and problem with Image positioning! are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #21  
Old Oct 6th, 2007, 21:05
Highly Reputable Member
Join Date: Jul 2006
Location: Devon, England
Posts: 565
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link Color and problem with Image positioning! UNSOLVED

That looks better then what you had.....try what you just posted and see what happens
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #22  
Old Oct 6th, 2007, 21:16
Ed Ed is online now
Moderator
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 730
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: Link Color and problem with Image positioning! UNSOLVED

I've done that, I think it's a problem with my CSS.
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #23  
Old Oct 6th, 2007, 21:26
Highly Reputable Member
Join Date: Jul 2006
Location: Devon, England
Posts: 565
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link Color and problem with Image positioning! UNSOLVED

Did you update the online version becuase I can't see any difference?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #24  
Old Oct 7th, 2007, 10:07
Ed Ed is online now
Moderator
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 730
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: Link Color and problem with Image positioning! UNSOLVED

I've now changed the theme after realising that the other theme was unsuitable, as I wanted to use it for something it wasn't built for.

Now there's one thing I want to do with the new theme.

I want to center the header image, (it's not centering because of something in the CSS) and I want to get rid of the line between the posts and the header image. (You know the grey ____________________)


Thanks,
Ed
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #25  
Old Oct 7th, 2007, 10:20
Highly Reputable Member
Join Date: Jul 2006
Location: Devon, England
Posts: 565
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link Color and problem with Image positioning! UNSOLVED

That look better now.

What do you mean grey line? The horizontal rule?

There are still a few errors when validating, but only 17 whcih shouldn't be too hard to fix

Look for the line below this whcih says <style> and change it to <style type="text/css">
That will get rid of one of your errors

Quote:
<link href="http://www.google.com/uds/css/gsearch.css" type="text/css" rel="stylesheet"/>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #26  
Old Oct 7th, 2007, 10:29
Ed Ed is online now
Moderator
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 730
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: Link Color and problem with Image positioning! UNSOLVED

This is what I have:
HTML: Select all
p } ?></title><!-- Page Title -->

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /><!-- Page stylesheet -->
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <?php wp_head(); ?>

</head>
What should I change? Yeah, I want to get rid of the horizontal rule.
And what do you think of the logo design, etc?

Ed
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #27  
Old Oct 7th, 2007, 10:38
Highly Reputable Member
Join Date: Jul 2006
Location: Devon, England
Posts: 565
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link Color and problem with Image positioning! UNSOLVED

I think the grey line looks good as it is but if you want to get rid of it you'll have to look in your css files and I think you have a border-bottom or border-top for one of your divs. you need to delete that line of css or change the color to white.

The bit I was on about is here and it must be in another file that is getting included. If you view your source you can see
Quote:
<!-- Google Ajax Search -->

<link href="http://www.google.com/uds/css/gsearch.css" type="text/css" rel="stylesheet"/>
<style>

/* Width */
.gsc-control {
width: px;
overflow: hidden
}
.gs-result .gs-title,
.gs-result .gs-title * {
font-size: em;
color: #;
}
.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
color: #;
}
.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
color: #;
}
.gs-result a.gs-clusterUrl,
.gs-result .gs-clusterUrl {
color: #;
}
.gsc-resultsbox-visible {
display: table;
width: 100%;
overflow: hidden
}
</style>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #28  
Old Oct 7th, 2007, 11:51
Ed Ed is online now
Moderator
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 730
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: Link Color and problem with Image positioning! UNSOLVED

I've gone through every file I have, and it's not there!

How would I add a yellow bar to the top of the page like Engadget.com (http://www.engadget.com)

I got rid of the underline rule, I think it looks better without it.

And on some sites you see a kind of corner image, how would I do that?

Thanks,
Ed
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #29  
Old Oct 7th, 2007, 12:32
Highly Reputable Member
Join Date: Jul 2006
Location: Devon, England
Posts: 565
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link Color and problem with Image positioning! UNSOLVED

You could create a div and insert it before the rest of the code

HTML: Select all
<div id="topheading">Whatever you want in here</div>
The css could be something like

Code: Select all
 
#topheading {
    width: 100%;
    background-color: #FFFEA7;
    height: 40px; /* or whatever height you want */
    text-align:center;
    top: 0;
    left: 0;
}
I would suggest validating your code and try and correct any errors http://validator.w3.org/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #30  
Old Oct 7th, 2007, 16:12
Ed Ed is online now
Moderator
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 730
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: Link Color and problem with Image positioning! UNSOLVED

Now another question, (I know I'm annoying)

See the way I have a background image. It displays in the right place on my resolution, but not on others.

How would I get it to display right on all (or most) resolutions?
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #31  
Old Oct 7th, 2007, 20:00
Highly Reputable Member
Join Date: Jul 2006
Location: Devon, England
Posts: 565
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link Color and problem with Image positioning! UNSOLVED

Quote:
Originally Posted by Vivara View Post
Now another question, (I know I'm annoying)

See the way I have a background image. It displays in the right place on my resolution, but not on others.

How would I get it to display right on all (or most) resolutions?
I don't see a background image. Is is that grey shadow effect that you had before?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #32  
Old Oct 8th, 2007, 17:51
Ed Ed is online now
Moderator
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 730
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: Link Color and problem with Image positioning! [SOLVED]

It's okay now, I'm happy without it.

Thanks for your help,
Ed
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #33  
Old Oct 8th, 2007, 20:34
Highly Reputable Member
Join Date: Jul 2006
Location: Devon, England
Posts: 565
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link Color and problem with Image positioning! UNSOLVED

Is that all the help you need?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #34  
Old Oct 10th, 2007, 11:17
Ed Ed is online now
Moderator
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 730
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: Link Color and problem with Image positioning! UNSOLVED

Yep, thanks so much!

I'm very happy with it at the moment, but I'm sure I'll want to do something else!
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] DIV Positioning Problem winnard2007 Web Page Design 6 Jan 23rd, 2008 09:22
[SOLVED] positioning something inside an image danny322 Web Page Design 3 Dec 5th, 2007 13:36
[SOLVED] div positioning problem danny322 Web Page Design 5 Nov 28th, 2007 01:05
Positioning an image with a link pregnantNproud Web Page Design 8 Aug 12th, 2007 01:33
Problem with image positioning Marc Web Page Design 1 May 31st, 2007 18:17


All times are GMT. The time now is 18:11.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42