The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
Props to teamwork gang!
![]() |
#12
|
|||
|
|||
![]()
Yeah that was great...no offense to anyone but the final instructions made sense when I looked at them. Dunno what all the rigomorale was about in the header I have (custom, I'm sure something will crash later hahaha) but the changing everything to one function made sense to me. Learning as I go!
|
#13
|
||||
|
||||
![]()
A lot of us learn that way too.
![]() |
#14
|
|||
|
|||
![]()
It's amazing how that cleaned up the look of my page...now if I could stretch it....arg...heheheh I guess that's just a matter of the graphic dimensions?
|
#15
|
||||
|
||||
![]()
Yes but you can always stretch the image. If your using the <img> tag then set the width in the tag. Something like:
Code:
<img src="image_URL_here.gif/jpg" width="700px" class="img" /> Code:
img { border:0; } |
#16
|
|||
|
|||
![]() Quote:
Ok but how does that work with what you told me above? Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td style="text-align:center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> </tr> </table> <!-- /logo --> Code:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /> |
#17
|
||||
|
||||
![]()
It should be:
Code:
<img src="$stylevar[titleimage]" width="700px" border="0" alt="$vboptions[bbtitle]" /> The border="0" should not be inside the <img> tag (bad coding) but that's for another time (shame on vB). Heh. |
#18
|
|||
|
|||
![]()
Ahh...again that makes sense..
![]() [Edit] Ok that works but goofs the graphic..so's I guess I redo it. Oddly it also Widened it? PS...if you are online Free...any chance of live chat? I have a TS we can use. Err..[Edit] How do I just use the graphic as is..ie it's dimensions? [Edit again] Nevermind...using the width setting along with the newly made graphic worked fine...thanks! [Re edit] Ok...hehe another one...the whole page scales with the browser...except the graphic...yikes! [Double trouble edit] Ok...replacing width with $stylevar[outertablewidth] allows the graphic to scale with the browser but the initial graphic doesn't fit the window...? Learning as I go. Making a new image (larger) didn't work as far as sizing? Hmmm. Hope others are reading this and learning too! ![]() |
#19
|
||||
|
||||
![]()
Hehe. Self-service is fantastic.
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|