473,385 Members | 1,337 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,385 software developers and data experts.

I need this all to be horizontal, not vertical.

Expand|Select|Wrap|Line Numbers
  1.   {block:HasTags}
  2.        {block:Tags}
  3.           <font size="2"> 
  4.           <font color="#FFFFFF">
  5.           <a href="{TagURL}">{Tag}</a>
  6.           </font>
  7.           </font>
  8.        {/block:Tags}
  9.     {/block:HasTags}
  10.  
Expand|Select|Wrap|Line Numbers
  1.  <li>
  2.    <ul class="post_controls group">
  3.      <li>{ReblogButton size="21"}</li>
  4.      <li>{LikeButton size="21"}</li>
  5.    </ul>
  6.  </li>
  7.  
is what I am using to display tumblr tags, but it displays them vertically, which obviously takes more space. I need them to be horizontal, below the post itself. Same for the like and reblog options. I would also like to know how to change the "days ago" text to black.

Here is a link to see what it looks like- http://askgamerflitterandcloudchaser.tumblr.com/ (needs work, I know.)
Jun 30 '14 #1
1 1185
Expand|Select|Wrap|Line Numbers
  1. .tag {
  2.                 color: {Color:Accent};
  3.                 display: inline;
  4.             }
  5.  
  6.             .tag span {
  7.                 color: #4c4c4c;
  8.                 display: inline;
  9.             }
  10.  
  11.  
seems I forgot this part
Jun 30 '14 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: kAldam | last post by:
I am currently using IE 6.0 and 5.5 and the scenario is the following. I have a span that contains text, and the span is beign contained by a table cell (this is the way thing need to be in my...
2
by: Lloyd Sheen | last post by:
I have searched wide and far through google for a solution to no avail. Is there a method available to add a horizontal scroll bar to a listbox in asp.net. Thanks in advance
0
by: tim | last post by:
i saved a Direct3D surface to a bmp. though not immediately evident, i checked the hori/vert pixel res to be 72 i lock/save the D3D bmp and save it to an array of bytes. i then output it as...
8
by: charlie | last post by:
does anyone know of a css vertical menu like the one at projectseven? http://projectseven.com/viewer/index.asp?demo=pmm Or http://projectseven.com/viewer/index.asp?demo=tmm I did google...
2
by: Martin Schneider | last post by:
Hi! Thanks for your ideas for the following problem: The text field has only a vertical scroll bar, but no horizontal one. When typing across the right boundary of the field the text is...
1
by: malpani.abhijit | last post by:
Hi, I am having a ListView component in my WinForm, when i add some images into it, it gives me a vertical scroll bar. What i want is, the horizontal scrollbar instead of vertical. Is there any...
0
by: slakmagik | last post by:
Is there a way to declare horizontal positioning (without referring to or changing vertical) or vertical positioning (without referring to or changing horizontal) in a single declaration? ...
1
by: desktop | last post by:
Is there some function i C++ that prints a horizontal/vertical line in a shell like printHor(2,7); that prints a straight continuous line with the size of 5 chars?
5
by: ramchml | last post by:
i want to add a horizontal scroll bar in select box which has fixed width.i tried using overflow:auto; it is not working properly is there any other solution.
19
by: Jim | last post by:
Hi, I have two questions/problems pertaining to CSS horizontal dropdown menus and am hoping that someone here can help me out. (1) I'm having a problem centering the menu. I picked up the...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.