Page 2 of 2

Re: Some Page Troubles

Posted: Sat Jun 30, 2012 11:11 pm
by shadowslight
That actually centered the words "about us" in the bar which i like.

and now with that html you provided, I was able to use <font size> tags to enlarge the lists and the paragraph.

but thank you so much for your help man, I appreciate it!
:yahoo:

Re: Some Page Troubles

Posted: Sat Jun 30, 2012 11:48 pm
by cisco007
great you got it working, but if I was you i would search in the internet about better ways to add the font size to those items instead of adding it to each of the lines. Like using

Code: Select all

style="font-size: 22px;"
to the whole thing, like

Code: Select all

<td width="100%" class="row1" style="font-size: 22px;">
instead, but it's up to you whether you want it xhtml strict or not!

Re: Some Page Troubles

Posted: Tue Jul 03, 2012 1:54 am
by shadowslight
im guessing it takes a little bit longer for browsers to interpret?

Re: Some Page Troubles

Posted: Tue Jul 03, 2012 2:28 am
by cisco007
shouldn't really they should interpret all of it fine. just a matter of taste.

Re: Some Page Troubles

Posted: Thu Jul 05, 2012 5:43 am
by shadowslight
WEll I just have to find time to get it fixed, I have no problem letting it display like that... a little overboard and ugly on the html but who's gonna view the source? :lol:

I added a mod today. "who was here" but i couldnt find asupport for the Aero blue style that I use. Care to venture over to my site and give a thought? I tried to use a setup like what was done for the affiliates box.

Re: Some Page Troubles

Posted: Thu Jul 05, 2012 3:38 pm
by cisco007
try to copy the table html from the who is online table, and just replace the who is online stuff with the stuff from the who was here mod and let me know what you get!