473,383 Members | 1,868 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Limit tags to bottom of half of page, WITHOUT ID=

Hey, I'm using a syndicated service on my site, and am trying to find
a good way to modify the text size. The syndication doesn't have any
preset ID= or CLASS= tags.

Is it possible to place a stylesheets area halfway down a page for it
to just affect the text below it?

If not, I notice the syndication does have XML type tags that I've
never seen before, such as <SYNDICATED>. Can I utilize these?

TIA,

Mike
Jul 20 '05 #1
2 1993

"Mike" <cs****@hotmail.com> wrote in message
news:46*************************@posting.google.co m...
Hey, I'm using a syndicated service on my site, and am trying to find
a good way to modify the text size. The syndication doesn't have any
preset ID= or CLASS= tags.

Is it possible to place a stylesheets area halfway down a page for it
to just affect the text below it?


<div style="font-size: (whatever)">Only text within this division would be
effected. So just put all of the text from the lower half of your document
within a div like I am doing here.</div>
-Larry
Jul 20 '05 #2
In article <46*************************@posting.google.com> ,
cs****@hotmail.com says...
Hey, I'm using a syndicated service on my site, and am trying to find
a good way to modify the text size. The syndication doesn't have any
preset ID= or CLASS= tags.

Is it possible to place a stylesheets area halfway down a page for it
to just affect the text below it?

If not, I notice the syndication does have XML type tags that I've
never seen before, such as <SYNDICATED>. Can I utilize these?

Can you wrap their stuff in a div? If not then wrap your stuff in a
div:

<div id="mystuff">
all your stuff
</div>
all their stuff

And use eg:

p { font-size: 1px; }

#mystuff p { /* any p contained in the mystuff div */
font-size: 1em;
}
Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: chris ciotti | last post by:
Hello all - I'm trying to position content at the bottom of a page (I'd like to anchor it there). The majority of the code was generated using Photoshop CS and then hand edited. I'm having...
11
by: VB Programmer | last post by:
Is there a limit as to how big an aspx page's html can be? (number of characters) Why do I ask? I have a webform with a lot of ActiveX controls (shows up as OBJECT in html). When I place like...
0
by: Greg | last post by:
Most suggestions on this topic recommend to use a page footer and make it visible only on the last page. My problem is that the footer is half of the height of a page which means the detail would...
4
by: pedalchick | last post by:
I'm trying to build a mini-CMS for a friend (ASP.NET 2.0/VB) - just a simple admin page w/ a text box and button that inserts some text into a database (I'm using Access 2003 - text is going into a...
13
by: Greg | last post by:
Most suggestions on this topic recommend to use a page footer and make it visible only on the last page. My problem is that the footer is half of the height of a page which means the detail would...
6
tdw
by: tdw | last post by:
the View Orders form in my Access database has a Print button on it. It has other buttons too, like Edit etc. These buttons used to be at the bottom of the form laid out horizontally, but this was...
9
Jezternz
by: Jezternz | last post by:
Okay! I want to make a function where you can input bascly the body of an html page. So basicly formatted html. Then I want my function to go through it and add some code to the Open Tags Only...
4
by: DiamondEagle | last post by:
Is there a way to center the following div without using the <center> tags? <body bgcolor="#FFFFFF"> <center> <div id="Test" style="background-color:#000000; color:#ffffff; width: 80%;...
8
by: azjudd | last post by:
Thank you in advance for your help on this one. I'm using named anchor tags on a FAQ page with questions listed at the top and answers below; a standard jump-to feature. However, anytime an anchor...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.