Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
My links showing URL suffix
#5
Hi Carlos.
I managed to find the problem.
I was using a default css file and using the Blueprint css Framework. I was importing print, screen and ie css files into default css. That's what was causing all my links to show full url. Silly me!!
I used this instead, and all is well.
<!-- Framework CSS -->
<link rel="stylesheet" href="<?php get_theme_url(); ?>/css/screen.css" type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="<?php get_theme_url(); ?>/css/print.css" type="text/css" media="print"/>
<link rel="stylesheet" href="<?php get_theme_url(); ?>/css/default.css" type="text/css" media="screen, projection"/>
<!--[if lt IE 8]><link rel="stylesheet" href="css/ie.css" type="text/css" media="screen, projection"/><![endif]-->

and everything is fine now, so thanks for your help.
Reply


Messages In This Thread
My links showing URL suffix - by designthing - 2011-06-30, 00:03:24
My links showing URL suffix - by Carlos - 2011-06-30, 00:30:22
My links showing URL suffix - by designthing - 2011-06-30, 23:29:21
My links showing URL suffix - by Carlos - 2011-07-01, 00:52:57
My links showing URL suffix - by designthing - 2011-07-01, 01:40:39



Users browsing this thread: 1 Guest(s)