Re: Changing font size in a web part?
- From: "Peter Jakab" <someone@xxxxxxx>
- Date: Thu, 19 Jan 2006 10:47:31 +0100
Hi, Mike,
If you want to use the linklist as a datasource for your web part in the
same area (or team site, I dont know where you want to use it), the easyest
way of doing this is simply adding the web part for the list with the normal
procedure, that means Edit page - add web pats -browse the web part for your
list, and drag it to the desired zone, and set its properties. No FrontPage
and hrml coding is required for doing this!
Another way of doing that is as described in this article, using a DataView
for the list (if you read this, you will know some more about the xslt
things I mentioned):
http://www.wssdemo.com/Pages/Links.aspx?menu=Articles
Best regards
Peter
"Mike" <Mike@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E777DF48-EF24-48C8-9C57-A27973CBF85E@xxxxxxxxxxxxxxxx
> I'm using a Link List as the web part. On the allitems.aspx when a link
> is
> clicked it opens as a parent. For some reason, when I moved the part to a
> custom page, the links work, but they open within the web part, like a
> frame
> target. I can't find any target tags in the source at all...
>
> Driving me nuts. :-)
>
> MH
>
> "Peter Jakab" wrote:
>
>> A web part is a html iframe.
>> So if you have an anchor (<a ..... >....</a> tag, its target tells the
>> browser where to open the link.
>>
>> _blank means a new browser wondow
>> _self means the same window (in this case the iframe itself)
>> _parent means in our case the actual browser window.
>>
>> I dont know the contents of your web part, so i cannot solve the problem.
>> In
>> case the web part is doing some xlst stuff, you should be able to fix it!
>>
>> Regards
>>
>> Peter
>>
>> "Mike" <Mike@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:770B5A60-AA04-4FBC-ABF9-FE97B7AC4F08@xxxxxxxxxxxxxxxx
>> > This worked. Thanks a lot!
>> >
>> > New problem, though. When clicking on a link it is opening up within
>> > the
>> > web part, not in the browser (top). I'm new to this coding, and can't
>> > seem
>> > to find anything that refers to where the link should open.
>> >
>> > MH
>> >
>> > "Peter Jakab" wrote:
>> >
>> >> Maybe the style*** reference is missing from the destination page,
>> >> if
>> >> its
>> >> using some special styles, in this case
>> >>
>> >> check and compare the <link rel="style***" type="text/css" href="
>> >> ...
>> >> tags on the souce page and the destiantion page.
>> >>
>> >> Or, if that is not the case: you should place the webpart in a table
>> >> that
>> >> is
>> >> using the class, in that it was on the source page.
>> >>
>> >> Regards
>> >>
>> >> Peter
>> >>
>>
>>
>>
.
- References:
- Re: Changing font size in a web part?
- From: Peter Jakab
- Re: Changing font size in a web part?
- From: Peter Jakab
- Re: Changing font size in a web part?
- Prev by Date: Re: Can't create subareas or change columns in lists anymore. Pls help!
- Next by Date: Re: Error in jscript.dll when Internet Explorer crash with SharePoint
- Previous by thread: Re: Changing font size in a web part?
- Next by thread: Re: Changing font size in a web part?
- Index(es):